| Package | Description |
|---|---|
| org.jbpt.petri | |
| org.jbpt.petri.untangling |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStep<F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>>
Implementation of a step of a net system.
|
class |
Step
Step of a Petri net.
|
| Modifier and Type | Method and Description |
|---|---|
protected IStep<F,N,P,T,M> |
AbstractRun.createStep(IPetriNet<F,N,P,T> net,
M inputMarking,
T transition) |
protected IStep<F,N,P,T,M> |
AbstractRun.createStep(IPetriNet<F,N,P,T> net,
M inputMarking,
T transition,
M outputMarking) |
IStep<F,N,P,T,M> |
AbstractRun.remove(int arg0) |
IStep<F,N,P,T,M> |
AbstractRun.set(int arg0,
IStep<F,N,P,T,M> arg1) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRun.add(int arg0,
IStep<F,N,P,T,M> arg1) |
boolean |
AbstractRun.add(IStep<F,N,P,T,M> arg0) |
IStep<F,N,P,T,M> |
AbstractRun.set(int arg0,
IStep<F,N,P,T,M> arg1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractRun.addAll(Collection<? extends IStep<F,N,P,T,M>> arg0) |
boolean |
AbstractRun.addAll(int arg0,
Collection<? extends IStep<F,N,P,T,M>> arg1) |
| Modifier and Type | Method and Description |
|---|---|
IStep<F,N,P,T,M> |
AbstractUntanglingRun.remove(int arg0) |
Copyright © 2017. All rights reserved.