| Modifier and Type | Field and Description |
|---|---|
protected Map<M,Set<T>> |
enabled |
protected INetSystem<F,N,P,T,M> |
netSystem |
protected Map<T,Integer> |
projectionSetForStepMatrix |
protected Map<M,Map<T,M>> |
stateTransitions |
protected boolean[][] |
stepMatrix |
protected Map<T,Set<M>> |
txM |
protected Map<T,Set<M>> |
vTxM |
| Constructor and Description |
|---|
ProjectedStateSpace(INetSystem<F,N,P,T,M> netSystem,
Set<T> projectionSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStep(T t1,
T t2) |
protected void |
addToVisit(T t,
M m) |
void |
create() |
void |
createUpToNumberOfMarkings(int numberOfMarkings) |
protected M |
fireTransition(M from,
Set<T> enabled,
T t) |
int |
getNumberOfMarkings() |
boolean |
isStep(N t1,
N t2) |
protected boolean |
visited(T t,
M m) |
protected INetSystem<F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>> netSystem
protected Map<M extends IMarking<F,N,P,T>,Map<T extends ITransition,M extends IMarking<F,N,P,T>>> stateTransitions
protected boolean[][] stepMatrix
protected Map<T extends ITransition,Integer> projectionSetForStepMatrix
Copyright © 2017. All rights reserved.