F - Flow template.N - Node template.P - Place template.T - Transition template.public class PetriNetTransformations<F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition> extends Object
| Constructor and Description |
|---|
PetriNetTransformations() |
| Modifier and Type | Method and Description |
|---|---|
void |
isolateTransitions(IPetriNet<F,N,P,T> net) |
void |
relinkIncomingArcs(IPetriNet<F,N,P,T> net,
N from,
N to) |
void |
relinkOutgoingArcs(IPetriNet<F,N,P,T> net,
N from,
N to) |
void |
tRestrict(IPetriNet<F,N,P,T> net)
T-restrict a given Petri net, i.e., add a single input/output place to transitions with empty preset/postset.
|
Copyright © 2017. All rights reserved.