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 boolean
equals(Object obj)
abstract AbstractSystemLocation[]
getLocationVector()
Polyhedron
getPolyhedron()
int[]
getVariables()
String
traceFormat()
Convert to visual format used in simulator.void
writeServerFormat(Writer writer)
Convert to format used to send to server.void
writeXTRFormat(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
-