| Package | Description |
|---|---|
| org.jbpt.petri.unfolding |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCut<BPN extends IBPNode<N>,C extends ICondition<BPN,C,E,F,N,P,T,M>,E extends IEvent<BPN,C,E,F,N,P,T,M>,F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>> |
class |
Cut |
| Modifier and Type | Field and Description |
|---|---|
protected ICut<BPN,C,E,F,N,P,T,M> |
AbstractBranchingProcess.iniBP |
| Modifier and Type | Method and Description |
|---|---|
ICut<BPN,C,E,F,N,P,T,M> |
IBranchingProcess.createCut()
Factory method to provide a cut of the branching process implementation.
|
ICut<BPN,C,E,F,N,P,T,M> |
AbstractBranchingProcess.createCut() |
ICut<BPN,C,E,F,N,P,T,M> |
ILocalConfiguration.getCut() |
ICut<BPN,C,E,F,N,P,T,M> |
AbstractLocalConfiguration.getCut() |
ICut<BPN,C,E,F,N,P,T,M> |
IBranchingProcess.getInitialCut()
Get initial cut of this branching process, i.e., the set of condition without input events.
|
ICut<BPN,C,E,F,N,P,T,M> |
AbstractBranchingProcess.getInitialCut() |
| Modifier and Type | Method and Description |
|---|---|
Set<ICut<BPN,C,E,F,N,P,T,M>> |
IBranchingProcess.getCuts(Collection<P> places)
Get cuts of this branching process that refer to the provided collection of places.
|
Set<ICut<BPN,C,E,F,N,P,T,M>> |
AbstractBranchingProcess.getCuts(Collection<P> places) |
Copyright © 2017. All rights reserved.