public abstract class AbstractTransition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SystemEdge[] |
edges |
protected SystemState |
target |
| Constructor and Description |
|---|
AbstractTransition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEdgeDescription() |
SystemEdge[] |
getEdges() |
SystemState |
getTarget() |
void |
setEdges(SystemEdge[] e) |
void |
setTarget(SystemState t) |
protected SystemEdge[] edges
protected SystemState target
public String getEdgeDescription()
public SystemState getTarget()
public void setTarget(SystemState t)
public SystemEdge[] getEdges()
public void setEdges(SystemEdge[] e)
Copyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.