Package com.uppaal.model.lscsystem
Class SystemCondition
java.lang.Object
com.uppaal.model.lscsystem.SystemCondition
public class SystemCondition extends Object
-
Constructor Summary
Constructors Constructor Description SystemCondition(LscProcess process, int index, String name, Condition condition)
-
Method Summary
Modifier and Type Method Description Condition
getCondition()
String
getFormatedName()
int
getIndex()
String
getName()
LscProcess
getProcess()
String
getProcessName()
-
Constructor Details
-
Method Details
-
getProcess
-
getProcessName
-
getIndex
public int getIndex() -
getName
- Returns:
- the name
-
getCondition
- Returns:
- the condition
-
getFormatedName
-