public interface Protocol
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Disconnect from the server.
|
ConcreteState |
getConcreteInitial(UppaalSystem system)
Returns the concrete initial state for the system.
|
ConcreteSuccessor |
getConcreteSuccessor(UppaalSystem system,
ConcreteState state,
SystemEdgeSelect[] edges,
BigDecimal currentTime,
BigDecimal delay) |
GanttChart |
getGanttChart(UppaalSystem system,
BigDecimal globalTime) |
String |
getOptionsInfo()
Returns information about available options.
|
SymbolicState |
getSymbolicInitial(UppaalSystem system)
Returns the symbolic initial state for the system.
|
ArrayList<SymbolicTransition> |
getTransitions(UppaalSystem system,
SymbolicState state)
Returns the list of outgoing transitions for the state.
|
String |
getVersion()
Returns the version string of the server.
|
char |
query(UppaalSystem system,
String query,
QueryFeedback f)
Verify a query on an instantiated UPPAAL model.
|
void |
setOptions(String options)
Sets server options used for verification.
|
UppaalSystem |
upload(Document document)
Upload the document to the server.
|
UppaalSystem |
upload(Document document,
ArrayList<Problem> problems)
Upload the document to the server.
|
LscProcess |
uploadLsc(Document document,
ArrayList<Problem> problems) |
void close()
throws IOException
IOExceptionString getVersion() throws IOException, EngineException
IOExceptionEngineExceptionString getOptionsInfo() throws EngineException, IOException
EngineExceptionIOExceptionvoid setOptions(String options) throws EngineException, IOException
EngineExceptionIOExceptionSymbolicState getSymbolicInitial(UppaalSystem system) throws EngineException, IOException
EngineExceptionIOExceptionConcreteState getConcreteInitial(UppaalSystem system) throws EngineException, IOException
EngineExceptionIOExceptionConcreteSuccessor getConcreteSuccessor(UppaalSystem system, ConcreteState state, SystemEdgeSelect[] edges, BigDecimal currentTime, BigDecimal delay) throws EngineException, IOException
EngineExceptionIOExceptionGanttChart getGanttChart(UppaalSystem system, BigDecimal globalTime) throws EngineException, IOException
EngineExceptionIOExceptionArrayList<SymbolicTransition> getTransitions(UppaalSystem system, SymbolicState state) throws EngineException, IOException
EngineExceptionIOExceptionUppaalSystem upload(Document document, ArrayList<Problem> problems) throws EngineException, IOException
EngineExceptionIOExceptionLscProcess uploadLsc(Document document, ArrayList<Problem> problems) throws EngineException, IOException
EngineExceptionIOExceptionUppaalSystem upload(Document document) throws EngineException, IOException
EngineExceptionIOExceptionchar query(UppaalSystem system, String query, QueryFeedback f) throws EngineException, IOException
EngineExceptionIOExceptionCopyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.