- A - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
 
- 
RegularExpression Id.
 
- A1 - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
 
- 
RegularExpression Id.
 
- A2 - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
 
- 
RegularExpression Id.
 
- ABBREVIATED_MONTH_NAME - Static variable in class org.graphstream.util.time.ISODateComponent
 
-  
 
- ABBREVIATED_MONTH_NAME_ALIAS - Static variable in class org.graphstream.util.time.ISODateComponent
 
-  
 
- ABBREVIATED_WEEKDAY_NAME - Static variable in class org.graphstream.util.time.ISODateComponent
 
-  
 
- AbstractEdge - Class in org.graphstream.graph.implementations
 
- 
 This class provides a basic implementation of Edge interface, to
 minimize the effort required to implement this interface.
 
- AbstractEdge(String, AbstractNode, AbstractNode, boolean) - Constructor for class org.graphstream.graph.implementations.AbstractEdge
 
- 
Constructs a new edge.
 
- AbstractElement - Class in org.graphstream.graph.implementations
 
- 
A base implementation of an element.
 
- AbstractElement(String) - Constructor for class org.graphstream.graph.implementations.AbstractElement
 
- 
New element.
 
- AbstractElement.AttributeChangeEvent - Enum in org.graphstream.graph.implementations
 
-  
 
- AbstractElement.AttributeChangeEvent() - Constructor for enum org.graphstream.graph.implementations.AbstractElement.AttributeChangeEvent
 
-  
 
- AbstractGraph - Class in org.graphstream.graph.implementations
 
- 
 This class provides a basic implementation of
 
Graph interface, to minimize the effort
 required to implement this interface.
 
 
- AbstractGraph(String) - Constructor for class org.graphstream.graph.implementations.AbstractGraph
 
- 
The same as AbstractGraph(id, true, false)
 
- AbstractGraph(String, boolean, boolean) - Constructor for class org.graphstream.graph.implementations.AbstractGraph
 
- 
Creates a new graph.
 
- AbstractGraph.GraphListeners - Class in org.graphstream.graph.implementations
 
-  
 
- AbstractGraph.GraphListeners() - Constructor for class org.graphstream.graph.implementations.AbstractGraph.GraphListeners
 
-  
 
- AbstractGraph.GraphReplayController - Class in org.graphstream.graph.implementations
 
-  
 
- AbstractGraph.GraphReplayController() - Constructor for class org.graphstream.graph.implementations.AbstractGraph.GraphReplayController
 
-  
 
- AbstractNode - Class in org.graphstream.graph.implementations
 
- 
 This class provides a basic implementation of Node interface, to
 minimize the effort required to implement this interface.
 
- AbstractNode(AbstractGraph, String) - Constructor for class org.graphstream.graph.implementations.AbstractNode
 
- 
Constructs a new node.
 
- active - Variable in class org.graphstream.stream.netstream.NetStreamReceiver.IncomingBuffer
 
- 
When false the socket is closed and this buffer must be removed from
 the active connections.
 
- add(Node, Edge) - Method in class org.graphstream.graph.Path
 
- 
Method that adds a node (and an edge) to the path.
 
- add(Edge) - Method in class org.graphstream.graph.Path
 
- 
Method that adds an edge an a node to the path.
 
- add(boolean) - Method in class org.graphstream.stream.file.FileSinkSWF.BitString
 
- 
Add a bit.
 
- add(Vector2) - Method in class org.graphstream.ui.geom.Vector2
 
- 
Add each element of other to the corresponding element of this.
 
- add(Vector3) - Method in class org.graphstream.ui.geom.Vector3
 
- 
Add each element of other to the corresponding element of this.
 
- add(E) - Method in class org.graphstream.util.set.FixedArrayList
 
- 
Add one element in the array.
 
- add_escapes(String) - Static method in exception org.graphstream.util.parser.ParseException
 
- 
Used to convert raw characters to their escaped version when these raw
 version cannot be used as part of an ASCII string literal.
 
- addAll(Collection<? extends E>) - Method in class org.graphstream.util.set.FixedArrayList
 
-  
 
- addAttribute(String, Object...) - Method in interface org.graphstream.graph.Element
 
- 
Add or replace the value of an attribute.
 
- addAttribute(String, Object...) - Method in class org.graphstream.graph.implementations.AbstractElement
 
-  
 
- addAttribute(String, Object...) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
-  
 
- addAttribute(String, Object) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
-  
 
- addAttribute_(String, long, String, Object...) - Method in class org.graphstream.graph.implementations.AbstractElement
 
-  
 
- addAttributeClass(String, String) - Method in class org.graphstream.stream.file.FileSourceBase
 
- 
Declare that when attribute is found, the corresponding
 attribute_class must be instantiated and inserted in the
 current element being parsed.
 
- addAttributes(Map<String, Object>) - Method in interface org.graphstream.graph.Element
 
- 
Add or replace each attribute found in attributes.
 
- addAttributes(Map<String, Object>) - Method in class org.graphstream.graph.implementations.AbstractElement
 
-  
 
- addAttributes(Map<String, Object>) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
-  
 
- addAttributes(Map<String, Object>) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
-  
 
- addAttributes_(String, long, Map<String, Object>) - Method in class org.graphstream.graph.implementations.AbstractElement
 
-  
 
- addAttributeSink(AttributeSink) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addAttributeSink(AttributeSink) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- addAttributeSink(AttributeSink) - Method in class org.graphstream.stream.PipeAdapter
 
-  
 
- addAttributeSink(AttributeSink) - Method in class org.graphstream.stream.rmi.RMISource
 
-  
 
- addAttributeSink(AttributeSink) - Method in interface org.graphstream.stream.Source
 
- 
Add a sink for attribute events only.
 
- addAttributeSink(AttributeSink) - Method in class org.graphstream.stream.SourceAdapter
 
-  
 
- addAttributeSink(AttributeSink) - Method in class org.graphstream.stream.SourceBase
 
-  
 
- addEdge(String, String, String) - Method in interface org.graphstream.graph.Graph
 
- 
Adds an undirected edge between nodes.
 
- addEdge(String, String, String, boolean) - Method in interface org.graphstream.graph.Graph
 
- 
 
- addEdge(String, int, int) - Method in interface org.graphstream.graph.Graph
 
- 
 
- addEdge(String, int, int, boolean) - Method in interface org.graphstream.graph.Graph
 
- 
 
- addEdge(String, Node, Node) - Method in interface org.graphstream.graph.Graph
 
- 
 
- addEdge(String, Node, Node, boolean) - Method in interface org.graphstream.graph.Graph
 
- 
 
- addEdge(String, String, String) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addEdge(String, String, String, boolean) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addEdge(String, int, int) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addEdge(String, int, int, boolean) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addEdge(String, Node, Node) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addEdge(String, Node, Node, boolean) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addEdge(String, String, String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- addEdge(String, String, String, boolean) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- addEdge(String, int, int) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- addEdge(String, int, int, boolean) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- addEdge(String, Node, Node) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- addEdge(String, Node, Node, boolean) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- addEdge(String, String) - Method in class org.graphstream.stream.file.pajek.PajekContext
 
-  
 
- addEdge(String, String, String) - Method in class org.graphstream.stream.file.tlp.TLPParser
 
-  
 
- addEdge_(String, long, String, AbstractNode, String, AbstractNode, String, boolean) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addEdgeAt(long, String, String, String, boolean) - Method in class org.graphstream.stream.Timeline
 
-  
 
- addEdgeAttributeAt(long, String, String, Object) - Method in class org.graphstream.stream.Timeline
 
-  
 
- addEdgeCallback(AbstractEdge) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
- 
This method is automatically called when a new edge is created.
 
- addEdgeCallback(AbstractEdge) - Method in class org.graphstream.graph.implementations.AbstractNode
 
- 
This method is called automatically when an edge incident to this node is
 created.
 
- addEdgeCallback(AbstractEdge) - Method in class org.graphstream.graph.implementations.AdjacencyListGraph
 
-  
 
- addEdgeCallback(AbstractEdge) - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
-  
 
- addEdgeCallback(AbstractEdge) - Method in class org.graphstream.graph.implementations.MultiNode
 
-  
 
- addEdgeCallback(AbstractEdge) - Method in class org.graphstream.graph.implementations.SingleNode
 
-  
 
- addEdgeGraphics(String, EdgeGraphics) - Method in class org.graphstream.stream.file.pajek.PajekContext
 
-  
 
- addEdges(LinkedList<String>, HashMap<String, Object>) - Method in class org.graphstream.stream.file.dot.DOTParser
 
-  
 
- addEdges(EdgeMatrix) - Method in class org.graphstream.stream.file.pajek.PajekContext
 
-  
 
- addEdgeWeight(String, Token) - Method in class org.graphstream.stream.file.pajek.PajekContext
 
-  
 
- addElementSink(ElementSink) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addElementSink(ElementSink) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- addElementSink(ElementSink) - Method in class org.graphstream.stream.PipeAdapter
 
-  
 
- addElementSink(ElementSink) - Method in class org.graphstream.stream.rmi.RMISource
 
-  
 
- addElementSink(ElementSink) - Method in interface org.graphstream.stream.Source
 
- 
Add a sink for elements events only.
 
- addElementSink(ElementSink) - Method in class org.graphstream.stream.SourceAdapter
 
-  
 
- addElementSink(ElementSink) - Method in class org.graphstream.stream.SourceBase
 
-  
 
- addEscapes(String) - Static method in error org.graphstream.util.parser.TokenMgrError
 
- 
Replaces unprintable characters by their escaped (or unicode escaped)
 equivalents in the given string
 
- addGraphAttribute(String, String) - Method in class org.graphstream.stream.file.pajek.PajekContext
 
-  
 
- addGraphAttributeAt(long, String, Object) - Method in class org.graphstream.stream.Timeline
 
-  
 
- addKey(String, String, Token) - Method in class org.graphstream.stream.file.pajek.EdgeGraphics
 
-  
 
- addKey(String, String, Token) - Method in class org.graphstream.stream.file.pajek.Graphics
 
-  
 
- addKey(String, String, Token) - Method in class org.graphstream.stream.file.pajek.NodeGraphics
 
-  
 
- addLine(ArrayList<String>) - Method in class org.graphstream.stream.file.pajek.EdgeMatrix
 
-  
 
- addNode(String) - Method in interface org.graphstream.graph.Graph
 
- 
Add a node in the graph.
 
- addNode(String) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addNode(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- addNode(String, String[], HashMap<String, Object>) - Method in class org.graphstream.stream.file.dot.DOTParser
 
-  
 
- addNode(String) - Method in class org.graphstream.stream.file.tlp.TLPParser
 
-  
 
- addNode_(String, long, String) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addNodeAt(long, String) - Method in class org.graphstream.stream.Timeline
 
-  
 
- addNodeAttributeAt(long, String, String, Object) - Method in class org.graphstream.stream.Timeline
 
-  
 
- addNodeCallback(AbstractNode) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
- 
This method is automatically called when a new node is created.
 
- addNodeCallback(AbstractNode) - Method in class org.graphstream.graph.implementations.AdjacencyListGraph
 
-  
 
- addNodeGraphics(String, NodeGraphics) - Method in class org.graphstream.stream.file.pajek.PajekContext
 
-  
 
- addNodeLabel(String, String) - Method in class org.graphstream.stream.file.pajek.PajekContext
 
-  
 
- addNodeOrEdge(String, KeyValues) - Method in class org.graphstream.stream.file.gml.GMLContext
 
-  
 
- addNodePosition(String, Token, Token, Token) - Method in class org.graphstream.stream.file.pajek.PajekContext
 
-  
 
- addNodes(Token) - Method in class org.graphstream.stream.file.pajek.PajekContext
 
-  
 
- addSink(Sink) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- addSink(Sink) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- addSink(Sink) - Method in class org.graphstream.stream.PipeAdapter
 
-  
 
- addSink(Sink) - Method in class org.graphstream.stream.rmi.RMISource
 
-  
 
- addSink(Sink) - Method in interface org.graphstream.stream.Source
 
- 
Add a sink for all graph events (attributes and graph elements) coming
 from this source.
 
- addSink(Sink) - Method in class org.graphstream.stream.SourceAdapter
 
-  
 
- addSink(Sink) - Method in class org.graphstream.stream.SourceBase
 
-  
 
- AdjacencyListGraph - Class in org.graphstream.graph.implementations
 
- 
 A lightweight graph class intended to allow the construction of big graphs
 (millions of elements).
 
- AdjacencyListGraph(String, boolean, boolean, int, int) - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph
 
- 
Creates an empty graph.
 
- AdjacencyListGraph(String, boolean, boolean) - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph
 
- 
Creates an empty graph with default edge and node capacity.
 
- AdjacencyListGraph(String) - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph
 
- 
Creates an empty graph with strict checking and without auto-creation.
 
- AdjacencyListGraph.EdgeIterator<T extends Edge> - Class in org.graphstream.graph.implementations
 
-  
 
- AdjacencyListGraph.EdgeIterator() - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph.EdgeIterator
 
-  
 
- AdjacencyListGraph.NodeIterator<T extends Node> - Class in org.graphstream.graph.implementations
 
-  
 
- AdjacencyListGraph.NodeIterator() - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph.NodeIterator
 
-  
 
- AdjacencyListNode - Class in org.graphstream.graph.implementations
 
- 
 
- AdjacencyListNode(AbstractGraph, String) - Constructor for class org.graphstream.graph.implementations.AdjacencyListNode
 
-  
 
- AdjacencyListNode.EdgeIterator<T extends Edge> - Class in org.graphstream.graph.implementations
 
-  
 
- AdjacencyListNode.EdgeIterator(char) - Constructor for class org.graphstream.graph.implementations.AdjacencyListNode.EdgeIterator
 
-  
 
- adjustBeginLineColumn(int, int) - Method in class org.graphstream.util.parser.SimpleCharStream
 
- 
Method to adjust line and column numbers for the start of a token.
 
- afterStartDocument() - Method in class org.graphstream.stream.file.FileSourceGEXF
 
-  
 
- afterStartDocument() - Method in class org.graphstream.stream.file.FileSourceGPX
 
-  
 
- afterStartDocument() - Method in class org.graphstream.stream.file.FileSourceXML
 
- 
Called after the event
 javax.xml.stream.events.XMLEvent.START_DOCUMENT has been
 received.
 
- all() - Method in class org.graphstream.stream.file.dgs.DGSParser
 
-  
 
- all() - Method in class org.graphstream.stream.file.dot.DOTParser
 
-  
 
- all() - Method in class org.graphstream.stream.file.gml.GMLParser
 
-  
 
- all() - Method in class org.graphstream.stream.file.pajek.PajekParser
 
- 
Unused rule, call it to slurp in the whole file.
 
- all() - Method in class org.graphstream.stream.file.tlp.TLPParser
 
-  
 
- all() - Method in interface org.graphstream.util.parser.Parser
 
- 
Parse the whole stream.
 
- AM_PM - Static variable in class org.graphstream.util.time.ISODateComponent
 
-  
 
- and(Filter<T>, Filter<T>) - Static method in class org.graphstream.util.Filters
 
-  
 
- AnnotatedSink - Class in org.graphstream.stream
 
- 
A sink easily allowing a bind between attribute modifications and method
 calls.
 
- AnnotatedSink() - Constructor for class org.graphstream.stream.AnnotatedSink
 
-  
 
- AnnotatedSink.Bind - Annotation Type in org.graphstream.stream
 
- 
Annotation used to bind an event to a method.
 
- AnnotatedSink.MethodMap - Class in org.graphstream.stream
 
-  
 
- AnnotatedSink.MethodMap() - Constructor for class org.graphstream.stream.AnnotatedSink.MethodMap
 
-  
 
- anyGraphicAttribute() - Method in class org.graphstream.stream.file.pajek.PajekParser
 
-  
 
- AP - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
 
- 
RegularExpression Id.
 
- ARCS - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
 
- 
RegularExpression Id.
 
- ARCSLIST - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
 
- 
RegularExpression Id.
 
- arg - Variable in class org.graphstream.stream.file.dot.DOTParser.JJCalls
 
-  
 
- arg - Variable in class org.graphstream.stream.file.pajek.PajekParser.JJCalls
 
-  
 
- arg - Variable in class org.graphstream.stream.file.tlp.TLPParser.JJCalls
 
-  
 
- argsPnP(VerboseSink.Args) - Method in class org.graphstream.util.VerboseSink
 
-  
 
- argsStack - Variable in class org.graphstream.util.VerboseSink
 
-  
 
- array() - Method in class org.graphstream.stream.file.dgs.DGSParser
 
-  
 
- ARRAY_CLOSE - Static variable in class org.graphstream.stream.file.dgs.DGSParser
 
-  
 
- ARRAY_OPEN - Static variable in class org.graphstream.stream.file.dgs.DGSParser
 
-  
 
- arrayString(Object) - Method in class org.graphstream.stream.file.FileSinkDGS
 
-  
 
- asArrowShape(String) - Method in class org.graphstream.stream.file.gml.GMLContext
 
-  
 
- asDouble(String) - Method in class org.graphstream.stream.file.gml.GMLContext
 
-  
 
- asEdgeShape(String) - Method in class org.graphstream.stream.file.gml.GMLContext
 
-  
 
- asNodeShape(String) - Method in class org.graphstream.stream.file.gml.GMLContext
 
-  
 
- asTextAlignment(String) - Method in class org.graphstream.stream.file.gml.GMLContext
 
-  
 
- at(int) - Method in class org.graphstream.ui.geom.Vector2
 
- 
i-th element.
 
- attribute - Variable in class org.graphstream.graph.implementations.OneAttributeElement
 
- 
The only one attribute
 
- attribute(SourceBase.ElementType, String) - Method in class org.graphstream.stream.file.dgs.DGSParser
 
-  
 
- attribute - Variable in class org.graphstream.stream.SourceBase.AttributeChangedEvent
 
-  
 
- attribute_classes - Variable in class org.graphstream.stream.file.FileSourceBase
 
- 
Map of unknown attributes to corresponding classes.
 
- attributeChanged(String, long, String, AbstractElement.AttributeChangeEvent, Object, Object) - Method in class org.graphstream.graph.implementations.AbstractEdge
 
-  
 
- attributeChanged(String, long, String, AbstractElement.AttributeChangeEvent, Object, Object) - Method in class org.graphstream.graph.implementations.AbstractElement
 
- 
Called for each change in the attribute set.
 
- attributeChanged(String, long, String, AbstractElement.AttributeChangeEvent, Object, Object) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- attributeChanged(String, long, String, AbstractElement.AttributeChangeEvent, Object, Object) - Method in class org.graphstream.graph.implementations.AbstractNode
 
-  
 
- attributeChanged(String, long, String, OneAttributeElement.AttributeChangeEvent, Object, Object) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
- 
Called for each change in the attribute set.
 
- attributeList(HashMap<String, Object>) - Method in class org.graphstream.stream.file.dot.DOTParser
 
-  
 
- attributeLock - Variable in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
-  
 
- AttributePipe - Class in org.graphstream.stream
 
- 
Allows to filter the attribute event stream.
 
- AttributePipe() - Constructor for class org.graphstream.stream.AttributePipe
 
-  
 
- AttributePipe.FalsePredicate - Class in org.graphstream.stream
 
-  
 
- AttributePipe.FalsePredicate() - Constructor for class org.graphstream.stream.AttributePipe.FalsePredicate
 
-  
 
- AttributePredicate - Interface in org.graphstream.stream
 
- 
Tell if an attribute is recognized.
 
- attributes - Variable in class org.graphstream.graph.implementations.AbstractElement
 
- 
Attributes map.
 
- attributes(SourceBase.ElementType, String) - Method in class org.graphstream.stream.file.dgs.DGSParser
 
-  
 
- attributes - Variable in class org.graphstream.stream.file.dgs.OldFileSourceDGS
 
- 
An attribute set used everywhere.
 
- attributes - Variable in class org.graphstream.stream.file.FileSourceDGS1And2
 
- 
An attribute set.
 
- attributes - Variable in class org.graphstream.stream.file.FileSourceGPX.WayPoint
 
-  
 
- attributesBeingRemoved - Variable in class org.graphstream.graph.implementations.AbstractElement
 
- 
Vector used when removing attributes to avoid recursive removing.
 
- AttributeSink - Interface in org.graphstream.stream
 
- 
Interface to listen at changes on attributes of a graph.
 
- attributeSinks() - Method in interface org.graphstream.graph.Graph
 
- 
Returns an "iterable" of 
AttributeSink objects registered to this
 graph.
 
 
- attributeSinks() - Method in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- attributeSinks() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
-  
 
- attributeSinks() - Method in class org.graphstream.stream.SourceBase
 
-  
 
- attributesList() - Method in class org.graphstream.stream.file.dot.DOTParser
 
-  
 
- attributesListeners - Variable in class org.graphstream.stream.rmi.RMISource
 
-  
 
- attributeStatement() - Method in class org.graphstream.stream.file.dot.DOTParser
 
-  
 
- attributeString(String, Object, boolean) - Method in class org.graphstream.stream.file.FileSinkDGS
 
-  
 
- attrId - Variable in class org.graphstream.stream.Timeline.AttributeAdded
 
-  
 
- attrId - Variable in class org.graphstream.stream.Timeline.AttributeChanged
 
-  
 
- attrId - Variable in class org.graphstream.stream.Timeline.AttributeRemoved
 
-  
 
- attrSinks - Variable in class org.graphstream.stream.SourceBase
 
- 
Set of graph attributes sinks.
 
- AUTHOR - Static variable in interface org.graphstream.stream.file.tlp.TLPParserConstants
 
- 
RegularExpression Id.
 
- autoCreate - Variable in class org.graphstream.graph.implementations.AbstractGraph
 
-  
 
- autoflush - Variable in class org.graphstream.util.VerboseSink
 
- 
Flag used to indicate if the sink has to flush the output when writting a
 message.
 
- automaticEdgeId - Variable in class org.graphstream.stream.file.FileSourceGPX.GPXParser
 
-  
 
- automaticPointId - Variable in class org.graphstream.stream.file.FileSourceGPX.GPXParser
 
-  
 
- automaticRouteId - Variable in class org.graphstream.stream.file.FileSourceGPX.GPXParser
 
-  
 
- available - Variable in class org.graphstream.util.parser.SimpleCharStream
 
-