|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Protocol
| Method Summary | |
|---|---|
void |
close()
Disconnect from the server. |
SystemState |
getInitial(UppaalSystem system)
Returns the initial state for the system. |
String |
getOptionsInfo()
Returns information about available options. |
ArrayList<Transition> |
getTransitions(UppaalSystem system,
SystemState 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. |
char |
query(UppaalSystem system,
SystemState state,
String query,
QueryFeedback f)
Verify a query on an instantiated UPPAAL model with custom initial state. |
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)
|
| Method Detail |
|---|
void close()
throws IOException
IOException
String getVersion()
throws IOException,
EngineException
IOException
EngineException
String getOptionsInfo()
throws EngineException,
IOException
EngineException
IOException
void setOptions(String options)
throws EngineException,
IOException
EngineException
IOException
SystemState getInitial(UppaalSystem system)
throws EngineException,
IOException
EngineException
IOException
ArrayList<Transition> getTransitions(UppaalSystem system,
SystemState state)
throws EngineException,
IOException
EngineException
IOException
UppaalSystem upload(Document document,
ArrayList<Problem> problems)
throws EngineException,
IOException
EngineException
IOException
LscProcess uploadLsc(Document document,
ArrayList<Problem> problems)
throws EngineException,
IOException
EngineException
IOException
UppaalSystem upload(Document document)
throws EngineException,
IOException
EngineException
IOException
char query(UppaalSystem system,
String query,
QueryFeedback f)
throws EngineException,
IOException
EngineException
IOException
char query(UppaalSystem system,
SystemState state,
String query,
QueryFeedback f)
throws EngineException,
IOException
EngineException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||