|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.maude.internal.MaudeSession
public class MaudeSession
Constructor Summary | |
---|---|
MaudeSession(String pathToMaudeParam,
String pathToMaudeCodeParam)
Instantiates a new maude session. |
Method Summary | |
---|---|
boolean |
isStarted()
Checks whether the maude session is started. |
String |
queryMaude(String queryRequest)
Query maude with a string returning a string for a given maude session id. |
String |
queryMaude(String queryRequest,
int wait)
Query maude with a string returning a string for a given maude session id. |
void |
startSession()
Starts a maude session. |
void |
stopSession()
Stops a maude session. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MaudeSession(String pathToMaudeParam, String pathToMaudeCodeParam)
pathToMaudeParam
- the path to maude parampathToMaudeCodeParam
- the path to maude code paramMethod Detail |
---|
public void startSession() throws IOException
IOException
- Signals that an I/O exception has occurred.public void stopSession()
public boolean isStarted()
public String queryMaude(String queryRequest) throws IOException
queryRequest
- the query request
IOException
- Signals that an I/O exception has occurred.public String queryMaude(String queryRequest, int wait) throws IOException
queryRequest
- the query request
IOException
- Signals that an I/O exception has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |