public class ConcreteTransition extends Object
| Constructor and Description |
|---|
ConcreteTransition(SystemEdgeSelect[] edges,
int player,
int status,
Limit startEnabled,
Limit endEnabled,
Limit startSelect,
Limit endSelect) |
| Modifier and Type | Method and Description |
|---|---|
SystemEdgeSelect[] |
getEdges() |
Limit |
getEndEnabled() |
Limit |
getEndSelect() |
String |
getLabel() |
int |
getPlayer() |
Limit |
getStartEnabled() |
Limit |
getStartSelect() |
int |
getStatus() |
boolean |
isSelectable() |
public ConcreteTransition(SystemEdgeSelect[] edges, int player, int status, Limit startEnabled, Limit endEnabled, Limit startSelect, Limit endSelect)
public boolean isSelectable()
public String getLabel()
public SystemEdgeSelect[] getEdges()
public int getPlayer()
public int getStatus()
public Limit getStartEnabled()
public Limit getEndEnabled()
public Limit getStartSelect()
public Limit getEndSelect()
Copyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.