public interface IRun<F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>> extends List<IStep<F,N,P,T,M>>
INetSystem).| Modifier and Type | Method and Description |
|---|---|
boolean |
append(T transition)
Append transition to this run.
|
IRun<F,N,P,T,M> |
clone()
Clone this run.
|
Set<T> |
getPossibleExtensions()
Get transitions that can fire and extend this run.
|
void |
setNetSystem(INetSystem<F,N,P,T,M> system)
Set net system of this run.
|
Set<T> getPossibleExtensions()
boolean append(T transition)
transition - Transition to append.Copyright © 2017. All rights reserved.