Package com.uppaal.model
Class AbstractSystemState
java.lang.Object
com.uppaal.model.AbstractSystemState
- Direct Known Subclasses:
SystemCut
public abstract class AbstractSystemState extends Object
-
Constructor Summary
Constructors Constructor Description AbstractSystemState(int[] v, Polyhedron z) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)abstract AbstractSystemLocation[]getLocationVector()PolyhedrongetPolyhedron()int[]getVariables()StringtraceFormat()Convert to visual format used in simulator.voidwriteServerFormat(Writer writer)Convert to format used to send to server.voidwriteXTRFormat(Writer writer)Convert to format used in XTR files.
-
Constructor Details
-
Method Details
-
writeServerFormat
Convert to format used to send to server.- Parameters:
writer- - the write- Throws:
IOException- I/O error
-
writeXTRFormat
Convert to format used in XTR files.- Parameters:
writer- - The writer- Throws:
IOException- I/O error
-
traceFormat
Convert to visual format used in simulator.- Returns:
- The trace format
-
getPolyhedron
-
getVariables
public int[] getVariables() -
equals
-
getLocationVector
-