public abstract class Model
private final Graph
graph
private final Model
parent
private final StepDeclaration
step
private final String
id
Model(Graph graph, Model parent, StepDeclaration step, String id)
final Graph
getGraph()
final Model
getParent()
final StepDeclaration
getStep()
final String
getId()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Graph getGraph()
final Model getParent()
final StepDeclaration getStep()
final String getId()