public interface IProcessSetSystem<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>>
INetSystem) S and a set of processes (IProcess) of S.
A process set system restricts the behavior of its net system to that encoded in its processes.| Modifier and Type | Method and Description |
|---|---|
boolean |
fire(T transition) |
Set<T> |
getEnabledTransitions()
Get a set of enabled transitions.
|
M |
getMarking()
Get marking.
|
INetSystem<F,N,P,T,M> |
getNetSystem() |
Collection<IProcessSystem<BPN,C,E,F,N,P,T,M>> |
getProcessSystems() |
Set<T> getEnabledTransitions()
M getMarking()
boolean fire(T transition)
Collection<IProcessSystem<BPN,C,E,F,N,P,T,M>> getProcessSystems()
Copyright © 2017. All rights reserved.