com.uppaal.model
Class AbstractSystem
java.lang.Object
com.uppaal.model.AbstractSystem
- Direct Known Subclasses:
- UppaalLscSystem, UppaalSystem
public abstract class AbstractSystem
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variables
protected ArrayList<String> variables
clocks
protected ArrayList<String> clocks
document
protected Document document
AbstractSystem
public AbstractSystem()
AbstractSystem
public AbstractSystem(Document aDocument)
addProcess
public abstract void addProcess(String processName,
String templateName,
Translator map)
setVariables
public void setVariables(ArrayList<String> value)
setClocks
public void setClocks(ArrayList<String> value)
getNoOfVariables
public int getNoOfVariables()
getVariableName
public String getVariableName(int i)
getNoOfClocks
public int getNoOfClocks()
getClockName
public String getClockName(int i)
getDocument
public Document getDocument()
Copyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.