com.uppaal.model
Class AbstractSystemState
java.lang.Object
com.uppaal.model.AbstractSystemState
- Direct Known Subclasses:
- SystemCut, SystemState
public abstract class AbstractSystemState
- extends Object
AbstractSystemState
public AbstractSystemState(int[] v,
Polyhedron z)
writeServerFormat
public void writeServerFormat(Writer writer)
throws IOException
- Convert to format used to send to server.
- Throws:
IOException
writeXTRFormat
public void writeXTRFormat(Writer writer)
throws IOException
- Convert to format used in XTR files.
- Throws:
IOException
traceFormat
public String traceFormat()
- Convert to visual format used in simulator.
getPolyhedron
public Polyhedron getPolyhedron()
getVariables
public int[] getVariables()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getLocationVector
public abstract AbstractSystemLocation[] getLocationVector()
Copyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.