Uses of Class
org.graphstream.util.parser.ParseException
-
Uses of ParseException in org.graphstream.stream.file.dgs
Methods in org.graphstream.stream.file.dgs that throw ParseException Modifier and Type Method Description voidDGSParser. all()booleanDGSParser. next()booleanDGSParser. nextStep()voidDGSParser. open() -
Uses of ParseException in org.graphstream.stream.file.dot
Methods in org.graphstream.stream.file.dot that return ParseException Modifier and Type Method Description ParseExceptionDOTParser. generateParseException()Generate ParseException.Methods in org.graphstream.stream.file.dot that throw ParseException Modifier and Type Method Description voidDOTParser. all()booleanDOTParser. next()voidDOTParser. open() -
Uses of ParseException in org.graphstream.stream.file.gml
Methods in org.graphstream.stream.file.gml that return ParseException Modifier and Type Method Description ParseExceptionGMLParser. generateParseException()Generate ParseException.Methods in org.graphstream.stream.file.gml that throw ParseException Modifier and Type Method Description voidGMLParser. all()voidGMLParser. diGraphStart()voidGMLParser. graphEnd()voidGMLParser. graphStart()StringGMLParser. keyValue(org.graphstream.stream.file.gml.KeyValues values)A set of key and value, the value can recursively be a list of key-values.org.graphstream.stream.file.gml.KeyValuesGMLParser. list()A list of key values, all values are stored in a KeyValues object.booleanGMLParser. next()org.graphstream.stream.file.gml.KeyValuesGMLParser. nextEvents()The top-level method to be called by the file source.voidGMLParser. open()voidGMLParser. start()Unused rule, call it to slurp in the whole file.booleanGMLParser. step()ObjectGMLParser. value(String key)A value for a key, either a number, a string or a recursive list of key-values. -
Uses of ParseException in org.graphstream.stream.file.pajek
Methods in org.graphstream.stream.file.pajek that return ParseException Modifier and Type Method Description ParseExceptionPajekParser. generateParseException()Generate ParseException.Methods in org.graphstream.stream.file.pajek that throw ParseException Modifier and Type Method Description voidPajekParser. all()Unused rule, call it to slurp in the whole file.TokenPajekParser. anyGraphicAttribute()StringPajekParser. color()voidPajekParser. edge()voidPajekParser. edgeList()voidPajekParser. edges()voidPajekParser. EO()StringPajekParser. keyOrString()voidPajekParser. matrix()ArrayList<String>PajekParser. matrixline(org.graphstream.stream.file.pajek.EdgeMatrix mat)voidPajekParser. network()booleanPajekParser. next()StringPajekParser. number()static StringPajekContext. toColorValue(Token R, Token G, Token B)TokenPajekParser. validIdentifier()voidPajekParser. vertex()voidPajekParser. vertices() -
Uses of ParseException in org.graphstream.stream.file.tlp
Methods in org.graphstream.stream.file.tlp that return ParseException Modifier and Type Method Description ParseExceptionTLPParser. generateParseException()Generate ParseException.Methods in org.graphstream.stream.file.tlp that throw ParseException Modifier and Type Method Description voidTLPParser. all()booleanTLPParser. next()voidTLPParser. open() -
Uses of ParseException in org.graphstream.ui.graphicGraph.stylesheet.parser
Methods in org.graphstream.ui.graphicGraph.stylesheet.parser that return ParseException Modifier and Type Method Description ParseExceptionStyleSheetParser. generateParseException()Generate ParseException. -
Uses of ParseException in org.graphstream.util.parser
Methods in org.graphstream.util.parser that throw ParseException Modifier and Type Method Description voidParser. all()Parse the whole stream.booleanParser. next()voidParser. open()Start parsing the stream.