A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

G

ge(Logger.LogLevel) - Method in enum org.graphstream.util.Logger.LogLevel
 
gen - Variable in class org.graphstream.stream.file.dot.DOTParser.JJCalls
 
gen - Variable in class org.graphstream.stream.file.pajek.PajekParser.JJCalls
 
gen - Variable in class org.graphstream.stream.file.tlp.TLPParser.JJCalls
 
generateParseException() - Method in class org.graphstream.stream.file.dot.DOTParser
Generate ParseException.
generateParseException() - Method in class org.graphstream.stream.file.gml.GMLParser
Generate ParseException.
generateParseException() - Method in class org.graphstream.stream.file.pajek.PajekParser
Generate ParseException.
generateParseException() - Method in class org.graphstream.stream.file.tlp.TLPParser
Generate ParseException.
GET(HttpExchange) - Static method in class org.graphstream.stream.net.HTTPSource
 
get(int) - Method in class org.graphstream.util.set.FixedArrayList
I-th element.
get(Calendar) - Method in class org.graphstream.util.time.ISODateComponent.AliasComponent
 
get(Calendar) - Method in class org.graphstream.util.time.ISODateComponent.AMPMComponent
 
get(Calendar) - Method in class org.graphstream.util.time.ISODateComponent.EpochComponent
 
get(Calendar) - Method in class org.graphstream.util.time.ISODateComponent.FieldComponent
 
get(Calendar) - Method in class org.graphstream.util.time.ISODateComponent
Get a string representation of this component for a given calendar.
get(Calendar) - Method in class org.graphstream.util.time.ISODateComponent.NotImplementedComponent
 
get(Calendar) - Method in class org.graphstream.util.time.ISODateComponent.TextComponent
 
get(Calendar) - Method in class org.graphstream.util.time.ISODateComponent.UTCOffsetComponent
 
getACopy() - Method in class org.graphstream.graph.Path
Get a copy of this path
getAllExceptedEof() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or symbol or string or number or generate a parse error.
getAlphabet(int) - Static method in class org.graphstream.stream.netstream.packing.Base64
Returns one of the _SOMETHING_ALPHABET byte arrays depending on the options specified.
getArray(String) - Method in interface org.graphstream.graph.Element
Get the array of objects bound to key.
getArray(String) - Method in class org.graphstream.graph.implementations.AbstractElement
 
getArray(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getAttribute(String) - Method in interface org.graphstream.graph.Element
Get the attribute object bound to the given key.
getAttribute(String, Class<T>) - Method in interface org.graphstream.graph.Element
Get the attribute object bound to the given key if it is an instance of the given class.
getAttribute(String) - Method in class org.graphstream.graph.implementations.AbstractElement
 
getAttribute(String, Class<T>) - Method in class org.graphstream.graph.implementations.AbstractElement
 
getAttribute(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getAttribute(String, Class<T>) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getAttribute(String) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
getAttribute(String, Class<T>) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
getAttributeCount() - Method in interface org.graphstream.graph.Element
Number of attributes stored in this element.
getAttributeCount() - Method in class org.graphstream.graph.implementations.AbstractElement
 
getAttributeCount() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getAttributeKeyIterator() - Method in interface org.graphstream.graph.Element
Iterator on all attributes keys.
getAttributeKeyIterator() - Method in class org.graphstream.graph.implementations.AbstractElement
 
getAttributeKeyIterator() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getAttributeKeyIterator() - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
getAttributeKeySet() - Method in interface org.graphstream.graph.Element
An iterable view on the set of attributes keys usable with the for-each loop.
getAttributeKeySet() - Method in class org.graphstream.graph.implementations.AbstractElement
 
getAttributeKeySet() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getAttributeMap() - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
getAttributes(Class<T>, StartElement) - Method in class org.graphstream.stream.file.FileSourceXML.Parser
Get attributes of a start element in a map.
getBeginColumn() - Method in class org.graphstream.util.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.graphstream.util.parser.SimpleCharStream
Get token beginning line number.
getBoolean(String) - Method in class org.graphstream.stream.file.FileSourceBase
Uses FileSourceBase.isTrue(String) and FileSourceBase.isFalse(String) to determine if value is a truth value and return the corresponding boolean.
getBoolean(Object) - Method in class org.graphstream.stream.file.gml.GMLContext
 
getBooleanParameter(String) - Method in class org.graphstream.util.Environment
Check a parameter expected to be of boolean type.
getBooleanParameteri(String) - Method in class org.graphstream.util.Environment
Check a parameter expected to be of boolean type.
getBreadthFirstIterator() - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation creates an instance of org.graphstream.graph and returns it.
getBreadthFirstIterator(boolean) - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation creates an instance of org.graphstream.graph and returns it.
getBreadthFirstIterator() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getBreadthFirstIterator(boolean) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getBreadthFirstIterator() - Method in interface org.graphstream.graph.Node
Iterator for breadth first exploration of the graph, starting at this node.
getBreadthFirstIterator(boolean) - Method in interface org.graphstream.graph.Node
Iterator for breadth first exploration of the graph, starting at this node.
getColumn() - Method in class org.graphstream.util.parser.SimpleCharStream
Deprecated.
getDecodabet(int) - Static method in class org.graphstream.stream.netstream.packing.Base64
Returns one of the _SOMETHING_DECODABET byte arrays depending on the options specified.
getDefaultStream() - Method in class org.graphstream.stream.netstream.DefaultNetStreamDecoder
 
getDefaultStream() - Method in interface org.graphstream.stream.netstream.NetStreamDecoder
Gives the default stream (a ThreadProxyPipe) identified with the name "default".
getDefaultStream() - Method in class org.graphstream.stream.netstream.NetStreamReceiver
 
getDefaultValue(FileSourceGraphML.Key) - Method in class org.graphstream.stream.file.FileSourceGraphML
 
getDefaultValue() - Method in class org.graphstream.stream.file.FileSourceGraphML.Key
 
getDegree() - Method in class org.graphstream.graph.implementations.AbstractNode
 
getDegree() - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getDegree() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getDegree() - Method in interface org.graphstream.graph.Node
Total number of relations with other nodes or this node.
getDepthFirstIterator() - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation creates an instance of org.graphstream.graph and returns it.
getDepthFirstIterator(boolean) - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation creates an instance of org.graphstream.graph and returns it.
getDepthFirstIterator() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getDepthFirstIterator(boolean) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getDepthFirstIterator() - Method in interface org.graphstream.graph.Node
Iterator for depth first exploration of the graph, starting at this node.
getDepthFirstIterator(boolean) - Method in interface org.graphstream.graph.Node
Iterator for depth first exploration of the graph, starting at this node.
getDepthMax() - Method in class org.graphstream.graph.BreadthFirstIterator
 
getDepthMax() - Method in class org.graphstream.graph.DepthFirstIterator
 
getDepthOf(Node) - Method in class org.graphstream.graph.BreadthFirstIterator
 
getDepthOf(Node) - Method in class org.graphstream.graph.DepthFirstIterator
 
getDirective() - Method in class org.graphstream.util.time.ISODateComponent
Access to the directive name of the component.
getEachAttributeKey() - Method in class org.graphstream.graph.implementations.AbstractElement
 
getEachEdge() - Method in class org.graphstream.graph.implementations.AbstractGraph
This implementation uses AbstractGraph.getEdgeIterator()
getEachEdge() - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses AbstractNode.getEdgeIterator()
getEachEdge() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getEachEdge() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEachEdge() - Method in interface org.graphstream.graph.Node
Set of all entering and leaving edges.
getEachEdge() - Method in class org.graphstream.graph.Path
 
getEachEdge() - Method in interface org.graphstream.graph.Structure
Set of edges usable in a for-each instruction.
getEachEnteringEdge() - Method in class org.graphstream.graph.implementations.AbstractNode
getEachEnteringEdge() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEachEnteringEdge() - Method in interface org.graphstream.graph.Node
Set of all entering edges.
getEachLeavingEdge() - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses AbstractNode.getLeavingEdgeIterator()
getEachLeavingEdge() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEachLeavingEdge() - Method in interface org.graphstream.graph.Node
Set of all leaving edges.
getEachNode() - Method in class org.graphstream.graph.implementations.AbstractGraph
This implementation uses AbstractGraph.getNodeIterator()
getEachNode() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getEachNode() - Method in class org.graphstream.graph.Path
 
getEachNode() - Method in interface org.graphstream.graph.Structure
Set of nodes usable in a for-each instruction.
getEdge(String) - Method in interface org.graphstream.graph.Graph
Get an edge by its identifier.
getEdge(int) - Method in interface org.graphstream.graph.Graph
Get an edge by its index.
getEdge(String) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
getEdge(int) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
getEdge(int) - Method in class org.graphstream.graph.implementations.AbstractNode
 
getEdge(String) - Method in class org.graphstream.graph.implementations.AdjacencyListGraph
 
getEdge(int) - Method in class org.graphstream.graph.implementations.AdjacencyListGraph
 
getEdge(int) - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getEdge(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getEdge(int) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getEdge(int) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdge(int) - Method in interface org.graphstream.graph.Node
I-th edge.
getEdgeAttributeFilter() - Method in class org.graphstream.stream.AttributePipe
The filter for all edge attributes.
getEdgeBetween(Node) - Method in class org.graphstream.graph.implementations.AbstractNode
 
getEdgeBetween(int) - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses AbstractNode.getEdgeBetween(Node)
getEdgeBetween(String) - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses AbstractNode.getEdgeBetween(Node)
getEdgeBetween(Node) - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getEdgeBetween(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeBetween(Node) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeBetween(int) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeBetween(String) - Method in interface org.graphstream.graph.Node
Retrieve an edge between this node and the node 'id', if it exits.
getEdgeBetween(Node) - Method in interface org.graphstream.graph.Node
Retrieves an edge between this node and and another node if one exists.
getEdgeBetween(int) - Method in interface org.graphstream.graph.Node
Retrieves an edge between this node and the node with index i if one exists.
getEdgeCount() - Method in class org.graphstream.graph.implementations.AbstractGraph
 
getEdgeCount() - Method in class org.graphstream.graph.implementations.AdjacencyListGraph
 
getEdgeCount() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getEdgeCount() - Method in class org.graphstream.graph.Path
 
getEdgeCount() - Method in interface org.graphstream.graph.Structure
Number of edges in this graph.
getEdgeFrom(Node) - Method in class org.graphstream.graph.implementations.AbstractNode
 
getEdgeFrom(int) - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses AbstractNode.getEdgeFrom(Node)
getEdgeFrom(String) - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses AbstractNode.getEdgeFrom(Node)
getEdgeFrom(Node) - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getEdgeFrom(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeFrom(Node) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeFrom(int) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeFrom(String) - Method in interface org.graphstream.graph.Node
Retrieve an edge that leaves node 'id' toward this node.
getEdgeFrom(Node) - Method in interface org.graphstream.graph.Node
Retrieves an edge that leaves given node toward this node.
getEdgeFrom(int) - Method in interface org.graphstream.graph.Node
Retrieves an edge that leaves node with given index toward this node.
getEdgeIterator() - Method in class org.graphstream.graph.implementations.AbstractGraph
 
getEdgeIterator() - Method in class org.graphstream.graph.implementations.AbstractNode
 
getEdgeIterator() - Method in class org.graphstream.graph.implementations.AdjacencyListGraph
 
getEdgeIterator() - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getEdgeIterator() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getEdgeIterator() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeIterator() - Method in interface org.graphstream.graph.Node
Iterator on the set of connected edges.
getEdgeIterator() - Method in class org.graphstream.graph.Path
 
getEdgeIterator() - Method in interface org.graphstream.graph.Structure
Iterator on the set of edges, in an undefined order.
getEdgePath() - Method in class org.graphstream.graph.Path
Returns the list of edges representing the path.
getEdgeSet() - Method in class org.graphstream.graph.implementations.AbstractGraph
getEdgeSet() - Method in class org.graphstream.graph.implementations.AbstractNode
getEdgeSet() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getEdgeSet() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeSet() - Method in interface org.graphstream.graph.Node
Set of all entering and leaving edges.
getEdgeSet() - Method in class org.graphstream.graph.Path
 
getEdgeSet() - Method in interface org.graphstream.graph.Structure
Unmodifiable view of the set of edges.
getEdgeSetBetween(Node) - Method in class org.graphstream.graph.implementations.MultiNode
 
getEdgeSetBetween(String) - Method in class org.graphstream.graph.implementations.MultiNode
 
getEdgeSetBetween(int) - Method in class org.graphstream.graph.implementations.MultiNode
 
getEdgeToward(Node) - Method in class org.graphstream.graph.implementations.AbstractNode
 
getEdgeToward(int) - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses AbstractNode.getEdgeToward(Node)
getEdgeToward(String) - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses AbstractNode.getEdgeToward(Node)
getEdgeToward(Node) - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getEdgeToward(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeToward(Node) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeToward(int) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEdgeToward(String) - Method in interface org.graphstream.graph.Node
Retrieve an edge that leaves this node toward 'id'.
getEdgeToward(Node) - Method in interface org.graphstream.graph.Node
Retrieves an edge that leaves this node toward another node.
getEdgeToward(int) - Method in interface org.graphstream.graph.Node
Retrieves an edge that leaves this node toward the node with given index.
getEndColumn() - Method in class org.graphstream.util.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.graphstream.util.parser.SimpleCharStream
Get token end line number.
getEnteringEdge(int) - Method in class org.graphstream.graph.implementations.AbstractNode
 
getEnteringEdge(int) - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getEnteringEdge(int) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEnteringEdge(int) - Method in interface org.graphstream.graph.Node
I-th entering edge.
getEnteringEdgeIterator() - Method in class org.graphstream.graph.implementations.AbstractNode
 
getEnteringEdgeIterator() - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getEnteringEdgeIterator() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEnteringEdgeIterator() - Method in interface org.graphstream.graph.Node
Iterator only on leaving edges.
getEnteringEdgeSet() - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses AbstractNode.getEnteringEdgeIterator() and #geIntDegree()
getEnteringEdgeSet() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getEnteringEdgeSet() - Method in interface org.graphstream.graph.Node
Set of all entering edges.
getFirstAttributeOf(String...) - Method in interface org.graphstream.graph.Element
Like Element.getAttribute(String), but returns the first existing attribute in a list of keys, instead of only one key.
getFirstAttributeOf(Class<T>, String...) - Method in interface org.graphstream.graph.Element
Like Element.getAttribute(String, Class), but returns the first existing attribute in a list of keys, instead of only one key.
getFirstAttributeOf(String...) - Method in class org.graphstream.graph.implementations.AbstractElement
 
getFirstAttributeOf(Class<T>, String...) - Method in class org.graphstream.graph.implementations.AbstractElement
 
getFirstAttributeOf(String...) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getFirstAttributeOf(Class<T>, String...) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getFirstAttributeOf(String...) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
getFirstAttributeOf(Class<T>, String...) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
getGlobalAttributeFilter() - Method in class org.graphstream.stream.AttributePipe
The filter for all graph, node and edge attributes.
getGlobalEnvironment() - Static method in class org.graphstream.util.Environment
Access to the global shared environment for the whole JVM.
getGlobalLogger() - Static method in class org.graphstream.util.Logger
Return the shared global instance of the logger.
getGraph() - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation returns AbstractNode.graph.
getGraph() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getGraph() - Method in interface org.graphstream.graph.Node
Parent graph.
getGraphAttributeFilter() - Method in class org.graphstream.stream.AttributePipe
The filter for all graph attributes.
getHash(String) - Method in interface org.graphstream.graph.Element
Get the hash bound to key.
getHash(String) - Method in class org.graphstream.graph.implementations.AbstractElement
 
getHash(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getId() - Method in interface org.graphstream.graph.Element
Unique identifier of this element.
getId() - Method in class org.graphstream.graph.implementations.AbstractElement
 
getId() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getId() - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
getID(String, Object) - Method in class org.graphstream.stream.file.FileSinkGEXF.GEXFAttributeMap
 
GetImage() - Method in class org.graphstream.util.parser.SimpleCharStream
Get token literal value.
getInDegree() - Method in class org.graphstream.graph.implementations.AbstractNode
 
getInDegree() - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getInDegree() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getInDegree() - Method in interface org.graphstream.graph.Node
Number of entering edges.
getIndex() - Method in interface org.graphstream.graph.Element
The current index of this element
getIndex() - Method in class org.graphstream.graph.implementations.AbstractElement
 
getIndex() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getInt(String, Token) - Method in class org.graphstream.stream.file.pajek.Graphics
 
getInt(Token) - Static method in class org.graphstream.stream.file.pajek.PajekContext
 
getInteger(String) - Method in class org.graphstream.stream.file.FileSourceBase
Try to transform value into a long.
getKey() - Method in interface org.graphstream.graph.CompoundAttribute
The usual key used to store this attribute inside a graph element.
getKeyValue(String) - Method in class org.graphstream.stream.file.FileSourceGraphML.Key
 
getLabel(String) - Method in interface org.graphstream.graph.Element
Get the label string bound to the given key key.
getLabel(String) - Method in class org.graphstream.graph.implementations.AbstractElement
 
getLabel(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getLabel(String) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
getLastIndex() - Method in class org.graphstream.util.set.FixedArrayList
Last index used by the FixedArrayList.add(Object) method.
getLeavingEdge(int) - Method in class org.graphstream.graph.implementations.AbstractNode
 
getLeavingEdge(int) - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getLeavingEdge(int) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getLeavingEdge(int) - Method in interface org.graphstream.graph.Node
I-th leaving edge.
getLeavingEdgeIterator() - Method in class org.graphstream.graph.implementations.AbstractNode
 
getLeavingEdgeIterator() - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getLeavingEdgeIterator() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getLeavingEdgeIterator() - Method in interface org.graphstream.graph.Node
Iterator only on entering edges.
getLeavingEdgeSet() - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses #getLeavingIterator() and #geOuttDegree()
getLeavingEdgeSet() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getLeavingEdgeSet() - Method in interface org.graphstream.graph.Node
Set of all leaving edges.
getLine() - Method in class org.graphstream.util.parser.SimpleCharStream
Deprecated.
getMessage() - Method in error org.graphstream.util.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getName() - Method in class org.graphstream.stream.file.FileSourceDGS1And2.AttributeFormat
Attribute name.
getNeighborNodeIterator() - Method in class org.graphstream.graph.implementations.AbstractNode
This implementation uses AbstractNode.getEdgeIterator() and stores the visited nodes in a set.
getNeighborNodeIterator() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getNeighborNodeIterator() - Method in class org.graphstream.graph.implementations.MultiNode
 
getNeighborNodeIterator() - Method in class org.graphstream.graph.implementations.SingleNode
 
getNeighborNodeIterator() - Method in interface org.graphstream.graph.Node
Iterator on the set of neighbor nodes connected to this node via one or more edges.
getNewParserFactory() - Method in class org.graphstream.stream.file.FileSourceDGS
 
getNewParserFactory() - Method in class org.graphstream.stream.file.FileSourceDOT
 
getNewParserFactory() - Method in class org.graphstream.stream.file.FileSourceGML
 
getNewParserFactory() - Method in class org.graphstream.stream.file.FileSourcePajek
 
getNewParserFactory() - Method in class org.graphstream.stream.file.FileSourceParser
Get a new parser factory.
getNewParserFactory() - Method in class org.graphstream.stream.file.FileSourceTLP
 
getNextAddIndex() - Method in class org.graphstream.util.set.FixedArrayList
The index that will be used in case of a next insertion in this array.
getNextEvent() - Method in class org.graphstream.stream.file.FileSourceGraphML
 
getNextEvent() - Method in class org.graphstream.stream.file.FileSourceXML
Get a new event from the stream.
getNextToken() - Method in class org.graphstream.stream.file.dot.DOTParser
Get the next Token.
getNextToken() - Method in class org.graphstream.stream.file.dot.DOTParserTokenManager
Get the next Token.
getNextToken() - Method in class org.graphstream.stream.file.gml.GMLParser
Get the next Token.
getNextToken() - Method in class org.graphstream.stream.file.gml.GMLParserTokenManager
Get the next Token.
getNextToken() - Method in class org.graphstream.stream.file.pajek.PajekParser
Get the next Token.
getNextToken() - Method in class org.graphstream.stream.file.pajek.PajekParserTokenManager
Get the next Token.
getNextToken() - Method in class org.graphstream.stream.file.tlp.TLPParser
Get the next Token.
getNextToken() - Method in class org.graphstream.stream.file.tlp.TLPParserTokenManager
Get the next Token.
getNode(String) - Method in interface org.graphstream.graph.Graph
Get a node by its identifier.
getNode(int) - Method in interface org.graphstream.graph.Graph
Get a node by its index.
getNode(String) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
getNode(int) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
getNode(String) - Method in class org.graphstream.graph.implementations.AdjacencyListGraph
 
getNode(int) - Method in class org.graphstream.graph.implementations.AdjacencyListGraph
 
getNode(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getNode(int) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getNode0() - Method in interface org.graphstream.graph.Edge
First node of the edge.
getNode0() - Method in class org.graphstream.graph.implementations.AbstractEdge
 
getNode0() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedEdge
 
getNode1() - Method in interface org.graphstream.graph.Edge
Second node of the edge.
getNode1() - Method in class org.graphstream.graph.implementations.AbstractEdge
 
getNode1() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedEdge
 
getNodeAttributeFilter() - Method in class org.graphstream.stream.AttributePipe
The filter for all node attributes.
getNodeCount() - Method in class org.graphstream.graph.implementations.AbstractGraph
 
getNodeCount() - Method in class org.graphstream.graph.implementations.AdjacencyListGraph
 
getNodeCount() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getNodeCount() - Method in class org.graphstream.graph.Path
Returns the size of the path.
getNodeCount() - Method in interface org.graphstream.graph.Structure
Number of nodes in this graph.
getNodeIterator() - Method in class org.graphstream.graph.implementations.AbstractGraph
 
getNodeIterator() - Method in class org.graphstream.graph.implementations.AdjacencyListGraph
 
getNodeIterator() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getNodeIterator() - Method in class org.graphstream.graph.Path
 
getNodeIterator() - Method in interface org.graphstream.graph.Structure
Iterator on the set of nodes, in an undefined order.
getNodePath() - Method in class org.graphstream.graph.Path
Construct an return a list of nodes that represents the path.
getNodeSet() - Method in class org.graphstream.graph.implementations.AbstractGraph
getNodeSet() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getNodeSet() - Method in class org.graphstream.graph.Path
 
getNodeSet() - Method in interface org.graphstream.graph.Structure
Unmodifiable view of the set of nodes.
getNumber(String) - Method in interface org.graphstream.graph.Element
Get the number bound to key.
getNumber(String) - Method in class org.graphstream.graph.implementations.AbstractElement
 
getNumber(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getNumber(String) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
getNumber() - Method in class org.graphstream.stream.file.FileSourceBase
Read a number or generate a parse error.
getNumberExp() - Method in class org.graphstream.stream.file.FileSourceBase
Read a number (possibly with an exponent) or generate a parse error.
getNumberParameter(String) - Method in class org.graphstream.util.Environment
Get the value of a parameter that is expected to be a number.
getOpposite(Node) - Method in interface org.graphstream.graph.Edge
When knowing one node and one edge of this node, this method return the node at the other end of the edge.
getOpposite(Node) - Method in class org.graphstream.graph.implementations.AbstractEdge
 
getOpposite(Node) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedEdge
 
getOutDegree() - Method in class org.graphstream.graph.implementations.AbstractNode
 
getOutDegree() - Method in class org.graphstream.graph.implementations.AdjacencyListNode
 
getOutDegree() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
getOutDegree() - Method in interface org.graphstream.graph.Node
Number of leaving edges.
getParameter(String) - Method in class org.graphstream.util.Environment
Access to a parameter in the environment.
getParameterCount() - Method in class org.graphstream.util.Environment
Returns the number of parameters found in the configuration file.
getParametersKeySet() - Method in class org.graphstream.util.Environment
Set of all parameter names.
getPathWeight(String) - Method in class org.graphstream.graph.Path
It returns the sum of the characteristic given value in the Edges of the path.
getPattern() - Method in class org.graphstream.util.time.ISODateIO
Get the current pattern used to parse timestamp.
getPoint3(String) - Method in class org.graphstream.stream.file.FileSourceBase
Get a number triplet with numbers separated by comas and return a new point for it.
getPosition() - Method in class org.graphstream.stream.file.gml.Graphics
 
getReal(String) - Method in class org.graphstream.stream.file.FileSourceBase
Try to transform value into a double.
getReal(String, Token) - Method in class org.graphstream.stream.file.pajek.Graphics
 
getReal(Token) - Static method in class org.graphstream.stream.file.pajek.PajekContext
 
getReplacement() - Method in class org.graphstream.util.time.ISODateComponent
Get the replacement value of this component.
getReplayController() - Method in class org.graphstream.graph.implementations.AbstractGraph
 
getReplayController() - Method in interface org.graphstream.stream.Replayable
Get a controller to replay the graph.
getRoot() - Method in class org.graphstream.graph.Path
Get the root (the first node) of the path.
getSinkTime() - Method in class org.graphstream.stream.sync.SourceTime
 
getSourceId() - Method in class org.graphstream.stream.sync.SourceTime
 
getSourceNode() - Method in interface org.graphstream.graph.Edge
Start node.
getSourceNode() - Method in class org.graphstream.graph.implementations.AbstractEdge
 
getSourceNode() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedEdge
 
getStep() - Method in interface org.graphstream.graph.Graph
The current step.
getStep() - Method in class org.graphstream.graph.implementations.AbstractGraph
 
getStep() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
getStepCount() - Method in class org.graphstream.util.StepCounter
Get the step count.
getStream(String) - Method in class org.graphstream.stream.netstream.DefaultNetStreamDecoder
 
getStream(String) - Method in interface org.graphstream.stream.netstream.NetStreamDecoder
Gives the stream (a ThreadProxyPipe) identified with this name.
getStream(String) - Method in class org.graphstream.stream.netstream.NetStreamReceiver
 
getString() - Method in class org.graphstream.stream.file.FileSourceBase
Read a string constant (between quotes) or generate a parse error.
getStringOrNumber() - Method in class org.graphstream.stream.file.FileSourceBase
Read a string or number or generate a parse error.
getStringOrWordOrNumber() - Method in class org.graphstream.stream.file.FileSourceBase
Read a string or number or generate a parse error.
getStringOrWordOrNumberO() - Method in class org.graphstream.stream.file.FileSourceBase
Read a string or number or generate a parse error.
getStringOrWordOrNumberOrPushback() - Method in class org.graphstream.stream.file.FileSourceBase
Read a string or number or pushback and return null.
getStringOrWordOrSymbolOrNumberO() - Method in class org.graphstream.stream.file.FileSourceBase
Read a string or number or generate a parse error.
getStyle() - Method in class org.graphstream.stream.file.pajek.Graphics
 
GetSuffix(int) - Method in class org.graphstream.util.parser.SimpleCharStream
Get the suffix.
getSymbol() - Method in class org.graphstream.stream.file.FileSourceBase
Get a symbol.
getSymbolOrPushback() - Method in class org.graphstream.stream.file.FileSourceBase
Get a symbol or push back what was read so that it can be read anew.
getTabSize(int) - Method in class org.graphstream.util.parser.SimpleCharStream
 
getTargetNode() - Method in interface org.graphstream.graph.Edge
End node.
getTargetNode() - Method in class org.graphstream.graph.implementations.AbstractEdge
 
getTargetNode() - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedEdge
 
getTime(String) - Method in class org.graphstream.stream.file.FileSourceGEXF.GEXFParser
 
getToken(int) - Method in class org.graphstream.stream.file.dot.DOTParser
Get the specific Token.
getToken(int) - Method in class org.graphstream.stream.file.gml.GMLParser
Get the specific Token.
getToken(int) - Method in class org.graphstream.stream.file.pajek.PajekParser
Get the specific Token.
getToken(int) - Method in class org.graphstream.stream.file.tlp.TLPParser
Get the specific Token.
getType() - Method in class org.graphstream.stream.file.FileSourceDGS1And2.AttributeFormat
Attribute format.
getType(Object) - Method in class org.graphstream.stream.netstream.NetStreamSender
 
getValue(String) - Method in class org.graphstream.stream.file.FileSourceGEXF.Attribute
 
getValue(FileSourceGraphML.Data) - Method in class org.graphstream.stream.file.FileSourceGraphML
 
getValue() - Method in class org.graphstream.util.parser.Token
An optional attribute value of the Token.
getVector(String) - Method in interface org.graphstream.graph.Element
Get the vector of number bound to key.
getVector(String) - Method in class org.graphstream.graph.implementations.AbstractElement
 
getVector(String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
getVector(String) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
getWord() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or generate a parse error.
getWordOrNumber() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or number or generate a parse error.
getWordOrNumberOrStringOrEolOrEof() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or number or string or EOL/EOF or generate a parse error.
getWordOrString() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or string or generate a parse error.
getWordOrStringOrEolOrEof() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or string or EOL/EOF or generate a parse error.
getWordOrSymbol() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or symbol or generate a parse error.
getWordOrSymbolOrEof() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word, a symbol or EOF, or generate a parse error.
getWordOrSymbolOrNumberOrStringOrEolOrEof() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or number or string or EOL/EOF or generate a parse error.
getWordOrSymbolOrPushback() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or symbol or push back the read thing so that it is readable anew.
getWordOrSymbolOrString() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or symbol or string or generate a parse error.
getWordOrSymbolOrStringOrEolOrEof() - Method in class org.graphstream.stream.file.FileSourceBase
Read a word or symbol or string or EOL/EOF or generate a parse error.
getXMLRootElement(String) - Static method in class org.graphstream.stream.file.FileSourceFactory
 
GLOBAL_ENV - Static variable in class org.graphstream.util.Environment
Global environment for the whole JVM.
GLOBAL_LOGGER - Static variable in class org.graphstream.util.Logger
 
globalEdgesAttributes - Variable in class org.graphstream.stream.file.dot.DOTParser
Global attributes of edges.
globalIterator - Variable in class org.graphstream.util.FilteredEdgeIterator
 
globalIterator - Variable in class org.graphstream.util.FilteredNodeIterator
 
globalNodesAttributes - Variable in class org.graphstream.stream.file.dot.DOTParser
Global attributes of nodes.
globalPredicate - Variable in class org.graphstream.stream.AttributePipe
 
gml - Variable in class org.graphstream.stream.file.gml.GMLContext
 
GMLContext - Class in org.graphstream.stream.file.gml
 
GMLContext(FileSourceGML) - Constructor for class org.graphstream.stream.file.gml.GMLContext
 
GMLParser - Class in org.graphstream.stream.file.gml
 
GMLParser(FileSourceGML, InputStream) - Constructor for class org.graphstream.stream.file.gml.GMLParser
 
GMLParser(FileSourceGML, Reader) - Constructor for class org.graphstream.stream.file.gml.GMLParser
 
GMLParser(InputStream) - Constructor for class org.graphstream.stream.file.gml.GMLParser
Constructor with InputStream.
GMLParser(InputStream, String) - Constructor for class org.graphstream.stream.file.gml.GMLParser
Constructor with InputStream and supplied encoding
GMLParser(Reader) - Constructor for class org.graphstream.stream.file.gml.GMLParser
Constructor.
GMLParser(GMLParserTokenManager) - Constructor for class org.graphstream.stream.file.gml.GMLParser
Constructor with generated Token Manager.
GMLParserConstants - Interface in org.graphstream.stream.file.gml
Token literal values and constants.
GMLParserTokenManager - Class in org.graphstream.stream.file.gml
Token Manager.
GMLParserTokenManager(SimpleCharStream) - Constructor for class org.graphstream.stream.file.gml.GMLParserTokenManager
Constructor.
GMLParserTokenManager(SimpleCharStream, int) - Constructor for class org.graphstream.stream.file.gml.GMLParserTokenManager
Constructor.
gotoNext() - Method in class org.graphstream.graph.DepthFirstIterator
 
gotWhat(int) - Method in class org.graphstream.stream.file.FileSourceBase
Return a string containing "got " then the content of the current token.
gotWhat(XMLEvent) - Method in class org.graphstream.stream.file.FileSourceGraphML
 
gotWhat(int, String) - Method in class org.graphstream.stream.file.FileSourceGraphML
 
gotWhat(XMLEvent) - Method in class org.graphstream.stream.file.FileSourceXML
 
gotWhat(int, String) - Method in class org.graphstream.stream.file.FileSourceXML
 
graph - Variable in class org.graphstream.graph.BreadthFirstIterator
 
graph - Variable in class org.graphstream.graph.DepthFirstIterator
 
Graph - Interface in org.graphstream.graph
An Interface that advises general purpose methods for handling graphs.
graph - Variable in class org.graphstream.graph.implementations.AbstractEdge
The graph to which this edge belongs
graph - Variable in class org.graphstream.graph.implementations.AbstractNode
The graph to which this node belongs
graph() - Method in class org.graphstream.stream.file.dot.DOTParser
 
GRAPH - Static variable in interface org.graphstream.stream.file.dot.DOTParserConstants
RegularExpression Id.
GRAPH - Static variable in interface org.graphstream.stream.file.gml.GMLParserConstants
RegularExpression Id.
GRAPH - Static variable in interface org.graphstream.stream.file.tlp.TLPParserConstants
RegularExpression Id.
graphAttribute(String, Object) - Method in class org.graphstream.stream.file.tlp.TLPParser
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.graph.implementations.AbstractGraph.GraphListeners
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.AnnotatedSink
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.AttributePipe
 
graphAttributeAdded(String, long, String, Object) - Method in interface org.graphstream.stream.AttributeSink
A graph attribute was added.
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.file.FileSinkDGS
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.file.FileSinkDOT
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.file.FileSinkDynamicGML
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.file.FileSinkGEXF
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.file.FileSinkGML
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.file.FileSinkGraphML
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.file.FileSinkSWF
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.netstream.NetStreamSender
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.PipeAdapter
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.PipeBase
 
graphAttributeAdded(String, long, String, Object) - Method in interface org.graphstream.stream.rmi.RMIAdapterIn
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.rmi.RMISink
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.rmi.RMISource
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.SinkAdapter
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.thread.ThreadProxyPipe
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.stream.Timeline
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.util.VerboseSink
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.graph.implementations.AbstractGraph.GraphListeners
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.AnnotatedSink
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.AttributePipe
 
graphAttributeChanged(String, long, String, Object, Object) - Method in interface org.graphstream.stream.AttributeSink
A graph attribute was changed.
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.file.FileSinkDGS
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.file.FileSinkDOT
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.file.FileSinkDynamicGML
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.file.FileSinkGEXF
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.file.FileSinkGML
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.file.FileSinkGraphML
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.file.FileSinkSWF
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.netstream.NetStreamSender
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.PipeAdapter
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.PipeBase
 
graphAttributeChanged(String, long, String, Object, Object) - Method in interface org.graphstream.stream.rmi.RMIAdapterIn
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.rmi.RMISink
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.rmi.RMISource
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.SinkAdapter
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.thread.ThreadProxyPipe
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.stream.Timeline
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.util.VerboseSink
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.graph.implementations.AbstractGraph.GraphListeners
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.AnnotatedSink
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.AttributePipe
 
graphAttributeRemoved(String, long, String) - Method in interface org.graphstream.stream.AttributeSink
A graph attribute was removed.
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.file.FileSinkDGS
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.file.FileSinkDOT
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.file.FileSinkDynamicGML
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.file.FileSinkGEXF
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.file.FileSinkGML
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.file.FileSinkGraphML
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.file.FileSinkSWF
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.netstream.NetStreamSender
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.PipeAdapter
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.PipeBase
 
graphAttributeRemoved(String, long, String) - Method in interface org.graphstream.stream.rmi.RMIAdapterIn
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.rmi.RMISink
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.rmi.RMISource
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.SinkAdapter
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.thread.ThreadProxyPipe
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.stream.Timeline
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.util.VerboseSink
 
graphCleared(String, long) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
graphCleared(String, long) - Method in class org.graphstream.graph.implementations.AbstractGraph.GraphListeners
 
graphCleared(String, long) - Method in class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
graphCleared(String, long) - Method in class org.graphstream.stream.AnnotatedSink
 
graphCleared(String, long) - Method in interface org.graphstream.stream.ElementSink
The whole graph was cleared.
graphCleared(String, long) - Method in class org.graphstream.stream.file.FileSinkDGS
 
graphCleared(String, long) - Method in class org.graphstream.stream.file.FileSinkDOT
 
graphCleared(String, long) - Method in class org.graphstream.stream.file.FileSinkDynamicGML
 
graphCleared(String, long) - Method in class org.graphstream.stream.file.FileSinkGEXF
 
graphCleared(String, long) - Method in class org.graphstream.stream.file.FileSinkGML
 
graphCleared(String, long) - Method in class org.graphstream.stream.file.FileSinkGraphML
 
graphCleared(String, long) - Method in class org.graphstream.stream.file.FileSinkSWF
 
graphCleared(String, long) - Method in class org.graphstream.stream.netstream.NetStreamSender
 
graphCleared(String, long) - Method in class org.graphstream.stream.PipeAdapter
 
graphCleared(String, long) - Method in class org.graphstream.stream.PipeBase
 
graphCleared(String, long) - Method in interface org.graphstream.stream.rmi.RMIAdapterIn
 
graphCleared(String, long) - Method in class org.graphstream.stream.rmi.RMISink
 
graphCleared(String, long) - Method in class org.graphstream.stream.rmi.RMISource
 
graphCleared(String, long) - Method in class org.graphstream.stream.SinkAdapter
 
graphCleared(String, long) - Method in class org.graphstream.stream.thread.ThreadProxyPipe
 
graphCleared(String, long) - Method in class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
 
graphCleared(String, long) - Method in class org.graphstream.stream.Timeline
 
graphCleared(String, long) - Method in class org.graphstream.util.VerboseSink
 
graphCounter - Variable in class org.graphstream.stream.file.FileSourceGraphML
 
graphEnd() - Method in class org.graphstream.stream.file.gml.GMLParser
 
GraphFactory - Class in org.graphstream.graph
An interface aimed at dynamically creating graph objects based on a class name.
GraphFactory() - Constructor for class org.graphstream.graph.GraphFactory
Create a new instance of graph.
Graphics - Class in org.graphstream.stream.file.gml
 
Graphics() - Constructor for class org.graphstream.stream.file.gml.Graphics
 
Graphics - Class in org.graphstream.stream.file.pajek
 
Graphics() - Constructor for class org.graphstream.stream.file.pajek.Graphics
 
graphics - Variable in class org.graphstream.stream.file.pajek.Graphics
 
graphId - Variable in class org.graphstream.stream.file.FileSourceGraphML
 
graphName - Variable in class org.graphstream.stream.file.dgs.OldFileSourceDGS
Name of the graph.
graphName - Variable in class org.graphstream.stream.file.FileSinkDGS
 
graphName - Variable in class org.graphstream.stream.file.FileSinkDOT
The graph name (set as soon as known).
graphName - Variable in class org.graphstream.stream.file.FileSourceDGS1And2
Name of the graph.
graphName - Variable in class org.graphstream.stream.file.FileSourceEdge
 
graphName - Variable in class org.graphstream.stream.file.FileSourceLGL
 
graphName - Variable in class org.graphstream.stream.file.FileSourceNCol
 
GraphParseException - Exception in org.graphstream.stream
Raised when a parse error occurred while reading a graph file.
GraphParseException() - Constructor for exception org.graphstream.stream.GraphParseException
 
GraphParseException(String) - Constructor for exception org.graphstream.stream.GraphParseException
 
graphPredicate - Variable in class org.graphstream.stream.AttributePipe
 
GraphReplay - Class in org.graphstream.stream
A simple source of graph events that takes an existing graph and creates a flow of events by enumerating all nodes, edges and attributes of the graph.
GraphReplay(String) - Constructor for class org.graphstream.stream.GraphReplay
 
Graphs - Class in org.graphstream.graph.implementations
 
Graphs() - Constructor for class org.graphstream.graph.implementations.Graphs
 
Graphs.SynchronizedEdge - Class in org.graphstream.graph.implementations
 
Graphs.SynchronizedEdge(Graphs.SynchronizedGraph, Edge) - Constructor for class org.graphstream.graph.implementations.Graphs.SynchronizedEdge
 
Graphs.SynchronizedElement<U extends Element> - Class in org.graphstream.graph.implementations
 
Graphs.SynchronizedElement(U) - Constructor for class org.graphstream.graph.implementations.Graphs.SynchronizedElement
 
Graphs.SynchronizedGraph - Class in org.graphstream.graph.implementations
 
Graphs.SynchronizedGraph(Graph) - Constructor for class org.graphstream.graph.implementations.Graphs.SynchronizedGraph
 
Graphs.SynchronizedNode - Class in org.graphstream.graph.implementations
 
Graphs.SynchronizedNode(Graphs.SynchronizedGraph, Node) - Constructor for class org.graphstream.graph.implementations.Graphs.SynchronizedNode
 
graphStart() - Method in class org.graphstream.stream.file.gml.GMLParser
 
GROW_FACTOR - Static variable in class org.graphstream.graph.implementations.AdjacencyListGraph
 
GROWTH_FACTOR - Static variable in class org.graphstream.graph.implementations.AdjacencyListNode
 
GZIP - Static variable in class org.graphstream.stream.netstream.packing.Base64
Specify that data should be gzip-compressed in second bit.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _