public class Parser extends LexicalAnalyser
| Constructor and Description |
|---|
Parser(InputStream in) |
getException, getFloat, getIntValue, getLookahead, getValue, getWord, nextToken, read, readBlockpublic Parser(InputStream in)
public void parseProlog()
throws EngineException,
IOException
EngineExceptionIOExceptionpublic String parseId() throws ProtocolException, IOException
ProtocolExceptionIOExceptionpublic int parseInteger()
throws ProtocolException,
IOException,
ServerException
public long parseLong()
throws ProtocolException,
IOException,
ServerException
public BigDecimal parseBigDecimal() throws ProtocolException, IOException
ProtocolExceptionIOExceptionpublic Limit parseLimit() throws ProtocolException, IOException, ServerException
public void parseEnd()
throws ProtocolException,
IOException
ProtocolExceptionIOExceptionpublic void parsePartialEnd()
throws ProtocolException,
IOException
ProtocolExceptionIOExceptionpublic SymbolicState parseSymbolicState(UppaalSystem system) throws ProtocolException, IOException, ServerException
public SystemEdge[] parseEdges(UppaalSystem system) throws ProtocolException, IOException, ServerException
public ArrayList<SymbolicTransition> parseEnabledTransitions(UppaalSystem system) throws EngineException, IOException
EngineExceptionIOExceptionpublic void parseAcknowledgement()
throws EngineException,
IOException
EngineExceptionIOExceptionpublic String parseBlock() throws EngineException, IOException
EngineExceptionIOExceptionpublic void parseGanttHeader(UppaalSystem system) throws ProtocolException, EngineException, IOException
public SymbolicState parseSymbolicInitial(UppaalSystem system) throws EngineException, IOException
EngineExceptionIOExceptionpublic ConcreteState parseConcreteInitial(UppaalSystem system) throws EngineException, IOException, ServerException
public UppaalSystem parseSystem(Document document) throws EngineException, IOException
EngineExceptionIOExceptionpublic LscProcess parseLscProcess(Document document) throws EngineException, IOException
EngineExceptionIOExceptionpublic ArrayList<Problem> parseProblems() throws EngineException, IOException
EngineExceptionIOExceptionpublic void parseProblems(ArrayList<Problem> problems) throws EngineException, IOException
EngineExceptionIOExceptionpublic boolean skipProblems()
throws EngineException,
IOException
EngineExceptionIOExceptionpublic char parseQueryResult()
throws EngineException,
IOException
EngineExceptionIOExceptionpublic ArrayList<SymbolicTransition> parseXTRTrace(UppaalSystem system) throws ProtocolException, IOException
ProtocolExceptionIOExceptionpublic ConcreteState parseConcreteState(UppaalSystem system) throws IOException, ProtocolException, ServerException
public SystemEdgeSelect[] parseEdgesWS(UppaalSystem system) throws ProtocolException, IOException, ServerException
public ArrayList<ConcreteTransition> parseEnabledConcreteTransitions(UppaalSystem system) throws EngineException, IOException
EngineExceptionIOExceptionpublic ConcreteSuccessor parseConcreteSuccessor(UppaalSystem system) throws IOException, EngineException, ServerException
public GanttChart parseGanttChart(UppaalSystem system, BigDecimal globalTime) throws ProtocolException, ServerException, IOException
Copyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.