| Constructor and Description |
|---|
TreeStep(INetSystem<F,N,P,T,M> system,
TreeStep<F,N,P,T,M> parent,
M inputMarking,
T transition,
M outputMarking,
int position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IMarking<F,N,P,T> |
getInputMarking() |
IMarking<F,N,P,T> |
getOutputMarking() |
TreeStep<F,N,P,T,M> |
getParent() |
int |
getPosition() |
Set<TreeStep<F,N,P,T,M>> |
getPossibleExtensions() |
T |
getTransition() |
int |
hashCode() |
boolean |
isSafe() |
boolean |
isSignificant() |
String |
toString() |
public boolean isSafe()
public int getPosition()
public T getTransition()
public boolean isSignificant()
Copyright © 2017. All rights reserved.