| Modifier and Type | Field and Description |
|---|---|
protected Map<M,Set<T>> |
enabled |
protected INetSystem<F,N,P,T,M> |
netSystem |
protected Map<M,Map<T,M>> |
stateTransitions |
protected Map<M,Set<T>> |
toVisit |
| Constructor and Description |
|---|
SimpleStateSpace(INetSystem<F,N,P,T,M> netSystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
create() |
void |
createUpToNumberOfMarkings(int numberOfMarkings) |
int |
getNumberOfMarkings() |
String |
toDOT() |
protected INetSystem<F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>> netSystem
public void create()
public void createUpToNumberOfMarkings(int numberOfMarkings)
public void clear()
public String toDOT()
public int getNumberOfMarkings()
Copyright © 2017. All rights reserved.