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 _ 

T

tabSize - Variable in class org.graphstream.util.parser.SimpleCharStream
 
tabu(Node) - Method in class org.graphstream.graph.BreadthFirstIterator
 
tabu(Node) - Method in class org.graphstream.graph.DepthFirstIterator
 
TABULATION - Static variable in class org.graphstream.util.time.ISODateComponent
 
target - Variable in class org.graphstream.graph.implementations.AbstractEdge
The target node
target - Variable in class org.graphstream.stream.Timeline.EdgeAdded
 
ThreadProxyPipe - Class in org.graphstream.stream.thread
Filter that allows to pass graph events between two threads without explicit synchronization.
ThreadProxyPipe() - Constructor for class org.graphstream.stream.thread.ThreadProxyPipe
 
ThreadProxyPipe(Source) - Constructor for class org.graphstream.stream.thread.ThreadProxyPipe
Deprecated.
Use the default constructor and then call the ThreadProxyPipe.init(Source) method.
ThreadProxyPipe(Source, boolean) - Constructor for class org.graphstream.stream.thread.ThreadProxyPipe
Deprecated.
Use the default constructor and then call the ThreadProxyPipe.init(Source) method.
ThreadProxyPipe(Source, Sink, boolean) - Constructor for class org.graphstream.stream.thread.ThreadProxyPipe
Deprecated.
Use the default constructor and then call the ThreadProxyPipe.init(Source) method.
ThreadProxyPipe.GraphEvents - Enum in org.graphstream.stream.thread
Set of events sent via the message box.
ThreadProxyPipe.GraphEvents() - Constructor for enum org.graphstream.stream.thread.ThreadProxyPipe.GraphEvents
 
ThreadProxyPipeOld - Class in org.graphstream.stream.thread
Deprecated.
This is the old version of ThreadProxyPipe.
ThreadProxyPipeOld() - Constructor for class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
New thread proxy pipe with no input.
ThreadProxyPipeOld(Source) - Constructor for class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
Listen at an input in a given thread and redirect all events to GraphListeners that may be in another thread.
ThreadProxyPipeOld(Source, MBox) - Constructor for class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
Like #ThreadProxyPipe(Source), but allow to share the message box with another message processor.
ThreadProxyPipeOld(Graph) - Constructor for class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
Listen at an input graph in a given thread and redirect all events to GraphListeners that may be in another thread.
ThreadProxyPipeOld(Graph, boolean) - Constructor for class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
Like #ThreadProxyPipe(Graph) but allow to avoid replaying the graph.
ThreadProxyPipeOld(Graph, Sink, boolean) - Constructor for class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
Like #ThreadProxyPipe(Graph,boolean) but allows to pass an initial listener, therefore specifying the input and output at once.
ThreadProxyPipeOld(Graph, Sink, boolean, MBox) - Constructor for class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
Like #ThreadProxyPipe(Graph,Sink,boolean), but allows to share the message box with another message processor.
ThreadProxyPipeOld.GraphEvents - Enum in org.graphstream.stream.thread
Deprecated.
Set of events sent via the message box.
ThreadProxyPipeOld.GraphEvents() - Constructor for enum org.graphstream.stream.thread.ThreadProxyPipeOld.GraphEvents
Deprecated.
 
TIME_ISO8601 - Static variable in class org.graphstream.util.time.ISODateComponent
 
TIME_PREFIX - Static variable in class org.graphstream.stream.Timeline
 
timeFormat - Variable in class org.graphstream.stream.file.FileSourceGEXF.GEXFParser
 
timeId - Variable in class org.graphstream.stream.SourceBase.GraphEvent
 
Timeline - Class in org.graphstream.stream
 
Timeline() - Constructor for class org.graphstream.stream.Timeline
 
Timeline.AttributeAdded - Class in org.graphstream.stream
 
Timeline.AttributeAdded(long, Timeline.ElementType, String, String, Object) - Constructor for class org.graphstream.stream.Timeline.AttributeAdded
 
Timeline.AttributeChanged - Class in org.graphstream.stream
 
Timeline.AttributeChanged(long, Timeline.ElementType, String, String, Object, Object) - Constructor for class org.graphstream.stream.Timeline.AttributeChanged
 
Timeline.AttributeRemoved - Class in org.graphstream.stream
 
Timeline.AttributeRemoved(long, Timeline.ElementType, String, String) - Constructor for class org.graphstream.stream.Timeline.AttributeRemoved
 
Timeline.EdgeAdded - Class in org.graphstream.stream
 
Timeline.EdgeAdded(long, String, String, String, boolean) - Constructor for class org.graphstream.stream.Timeline.EdgeAdded
 
Timeline.EdgeRemoved - Class in org.graphstream.stream
 
Timeline.EdgeRemoved(long, String) - Constructor for class org.graphstream.stream.Timeline.EdgeRemoved
 
Timeline.ElementType - Enum in org.graphstream.stream
 
Timeline.ElementType() - Constructor for enum org.graphstream.stream.Timeline.ElementType
 
Timeline.Event - Class in org.graphstream.stream
 
Timeline.Event(long, int) - Constructor for class org.graphstream.stream.Timeline.Event
 
Timeline.GraphCleared - Class in org.graphstream.stream
 
Timeline.GraphCleared(long) - Constructor for class org.graphstream.stream.Timeline.GraphCleared
 
Timeline.NodeAdded - Class in org.graphstream.stream
 
Timeline.NodeAdded(long, String) - Constructor for class org.graphstream.stream.Timeline.NodeAdded
 
Timeline.NodeRemoved - Class in org.graphstream.stream
 
Timeline.NodeRemoved(long, String) - Constructor for class org.graphstream.stream.Timeline.NodeRemoved
 
Timeline.StepBegins - Class in org.graphstream.stream
 
Timeline.StepBegins(long, double) - Constructor for class org.graphstream.stream.Timeline.StepBegins
 
Timeline.TimeAction - Enum in org.graphstream.stream
 
Timeline.TimeAction() - Constructor for enum org.graphstream.stream.Timeline.TimeAction
 
times - Variable in class org.graphstream.stream.sync.SinkTime
Map storing times of sources.
title - Variable in class org.graphstream.stream.file.FileSourceGEXF.Attribute
 
tlp - Variable in class org.graphstream.stream.file.tlp.TLPParser
The DOT source associated with this parser.
tlp() - Method in class org.graphstream.stream.file.tlp.TLPParser
 
TLP - Static variable in interface org.graphstream.stream.file.tlp.TLPParserConstants
RegularExpression Id.
TLPParser - Class in org.graphstream.stream.file.tlp
This class defines a TLP parser.
TLPParser(FileSourceTLP, InputStream) - Constructor for class org.graphstream.stream.file.tlp.TLPParser
Create a new parser associated with a TLP source from an input stream.
TLPParser(FileSourceTLP, Reader) - Constructor for class org.graphstream.stream.file.tlp.TLPParser
Create a new parser associated with a DOT source from a reader.
TLPParser(InputStream) - Constructor for class org.graphstream.stream.file.tlp.TLPParser
Constructor with InputStream.
TLPParser(InputStream, String) - Constructor for class org.graphstream.stream.file.tlp.TLPParser
Constructor with InputStream and supplied encoding
TLPParser(Reader) - Constructor for class org.graphstream.stream.file.tlp.TLPParser
Constructor.
TLPParser(TLPParserTokenManager) - Constructor for class org.graphstream.stream.file.tlp.TLPParser
Constructor with generated Token Manager.
TLPParser.Cluster - Class in org.graphstream.stream.file.tlp
 
TLPParser.Cluster(int, String) - Constructor for class org.graphstream.stream.file.tlp.TLPParser.Cluster
 
TLPParser.JJCalls - Class in org.graphstream.stream.file.tlp
 
TLPParser.JJCalls() - Constructor for class org.graphstream.stream.file.tlp.TLPParser.JJCalls
 
TLPParser.LookaheadSuccess - Error in org.graphstream.stream.file.tlp
 
TLPParser.LookaheadSuccess() - Constructor for error org.graphstream.stream.file.tlp.TLPParser.LookaheadSuccess
 
TLPParser.PropertyType - Enum in org.graphstream.stream.file.tlp
 
TLPParser.PropertyType() - Constructor for enum org.graphstream.stream.file.tlp.TLPParser.PropertyType
 
TLPParserConstants - Interface in org.graphstream.stream.file.tlp
Token literal values and constants.
TLPParserTokenManager - Class in org.graphstream.stream.file.tlp
Token Manager.
TLPParserTokenManager(SimpleCharStream) - Constructor for class org.graphstream.stream.file.tlp.TLPParserTokenManager
Constructor.
TLPParserTokenManager(SimpleCharStream, int) - Constructor for class org.graphstream.stream.file.tlp.TLPParserTokenManager
Constructor.
toArray() - Method in class org.graphstream.util.set.FixedArrayList
 
toArray(T[]) - Method in class org.graphstream.util.set.FixedArrayList
 
toColorValue(Token, Token, Token) - Static method in class org.graphstream.stream.file.pajek.PajekContext
 
toConstantName(Attribute) - Method in class org.graphstream.stream.file.FileSourceGraphML
 
toConstantName(String) - Method in class org.graphstream.stream.file.FileSourceGraphML
 
toConstantName(Attribute) - Method in class org.graphstream.stream.file.FileSourceXML
Convert an attribute to a valid constant name.
toConstantName(String) - Method in class org.graphstream.stream.file.FileSourceXML
Convert a string to a valid constant name.
toHashMap() - Method in interface org.graphstream.graph.CompoundAttribute
Transforms this object to a hash map where each field is stored as a pair (key,value) where the key is the field name.
tok - Variable in class org.graphstream.stream.file.FileSourceBase.CurrentFile
The stream tokenizer.
tok_stack - Variable in class org.graphstream.stream.file.FileSourceBase
Stack of tokenizers/filenames.
token - Variable in class org.graphstream.stream.file.dot.DOTParser
Current token.
token - Variable in class org.graphstream.stream.file.gml.GMLParser
Current token.
token - Variable in class org.graphstream.stream.file.pajek.PajekParser
Current token.
token - Variable in class org.graphstream.stream.file.tlp.TLPParser
Current token.
Token - Class in org.graphstream.util.parser
Describes the input token stream.
Token() - Constructor for class org.graphstream.util.parser.Token
No-argument constructor
Token(int) - Constructor for class org.graphstream.util.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.graphstream.util.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.graphstream.stream.file.dot.DOTParser
Generated Token Manager.
token_source - Variable in class org.graphstream.stream.file.gml.GMLParser
Generated Token Manager.
token_source - Variable in class org.graphstream.stream.file.pajek.PajekParser
Generated Token Manager.
token_source - Variable in class org.graphstream.stream.file.tlp.TLPParser
Generated Token Manager.
tokenBegin - Variable in class org.graphstream.util.parser.SimpleCharStream
 
tokenImage - Static variable in interface org.graphstream.stream.file.dot.DOTParserConstants
Literal token values.
tokenImage - Static variable in interface org.graphstream.stream.file.gml.GMLParserConstants
Literal token values.
tokenImage - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
Literal token values.
tokenImage - Static variable in interface org.graphstream.stream.file.tlp.TLPParserConstants
Literal token values.
tokenImage - Variable in exception org.graphstream.util.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.graphstream.util.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.graphstream.util.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.graphstream.util.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.graphstream.util.parser.TokenMgrError
Full Constructor.
toNodeId - Variable in class org.graphstream.stream.SourceBase.AfterEdgeAddEvent
 
toString() - Method in class org.graphstream.graph.implementations.AbstractEdge
 
toString() - Method in class org.graphstream.graph.implementations.AbstractElement
Override the Object method
toString() - Method in class org.graphstream.graph.implementations.OneAttributeElement
Override the Object method
toString() - Method in interface org.graphstream.graph.Node
Override the Object.toString() method.
toString() - Method in class org.graphstream.graph.Path
Returns a String description of the path.
toString() - Method in class org.graphstream.stream.file.FileSinkSWF.BitString
BitString to string.
toString() - Method in class org.graphstream.stream.file.pajek.EdgeMatrix
 
toString() - Method in class org.graphstream.stream.thread.ThreadProxyPipe
 
toString() - Method in class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
 
toString() - Method in class org.graphstream.ui.geom.Point2
 
toString() - Method in class org.graphstream.ui.geom.Point3
 
toString() - Method in class org.graphstream.ui.geom.Vector2
 
toString() - Method in class org.graphstream.ui.geom.Vector3
 
toString() - Method in class org.graphstream.util.Environment
 
toString() - Method in class org.graphstream.util.parser.Token
Returns the image.
toString(Calendar) - Method in class org.graphstream.util.time.ISODateIO
Convert a calendar into a string according to the format of this object.
TRIANGLE - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
RegularExpression Id.
trigger() - Method in class org.graphstream.stream.SourceBase.AddToListEvent
 
trigger() - Method in class org.graphstream.stream.SourceBase.AfterEdgeAddEvent
 
trigger() - Method in class org.graphstream.stream.SourceBase.AfterNodeAddEvent
 
trigger() - Method in class org.graphstream.stream.SourceBase.AttributeChangedEvent
 
trigger() - Method in class org.graphstream.stream.SourceBase.BeforeEdgeRemoveEvent
 
trigger() - Method in class org.graphstream.stream.SourceBase.BeforeGraphClearEvent
 
trigger() - Method in class org.graphstream.stream.SourceBase.BeforeNodeRemoveEvent
 
trigger() - Method in class org.graphstream.stream.SourceBase.ClearListEvent
 
trigger() - Method in class org.graphstream.stream.SourceBase.GraphEvent
 
trigger() - Method in class org.graphstream.stream.SourceBase.RemoveFromListEvent
 
trigger() - Method in class org.graphstream.stream.SourceBase.StepBeginsEvent
 
trueFilter() - Static method in class org.graphstream.util.Filters
 
type - Variable in class org.graphstream.stream.file.FileSinkGEXF.GEXFAttribute
 
type - Variable in class org.graphstream.stream.file.FileSinkGEXF.GEXFAttributeMap
 
type - Variable in class org.graphstream.stream.file.FileSourceDGS1And2.AttributeFormat
Type of the attribute.
type - Variable in class org.graphstream.stream.file.FileSourceGEXF.Attribute
 
type - Variable in class org.graphstream.stream.file.FileSourceGraphML.EndPoint
 
type - Variable in class org.graphstream.stream.file.FileSourceGraphML.Key
 
type - Variable in class org.graphstream.stream.file.FileSourceGraphML.Locator
 
type() - Method in class org.graphstream.stream.file.tlp.TLPParser
 
type - Variable in class org.graphstream.stream.Timeline.AttributeAdded
 
type - Variable in class org.graphstream.stream.Timeline.AttributeChanged
 
type - Variable in class org.graphstream.stream.Timeline.AttributeRemoved
 
TYPE_ARRAY - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
An type-unspecified array.
TYPE_BOOLEAN - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Followed by a byte who's value is 0 or 1
TYPE_BOOLEAN_ARRAY - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
An array of booleans.
TYPE_BYTE - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Followed by a signed byte [-127,127]
TYPE_BYTE_ARRAY - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
An array of bytes.
TYPE_DOUBLE - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Followed by a double precision 64-bits floating point number
TYPE_DOUBLE_ARRAY - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Array of double.
TYPE_FLOAT - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Followed by a single precision 32-bits floating point number
TYPE_FLOAT_ARRAY - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Array of double.
TYPE_INT - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Followed by an 32-bit signed integer
TYPE_INT_ARRAY - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
An array of integers.
TYPE_LONG - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Followed by an 64-bit signed integer
TYPE_LONG_ARRAY - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
An array of longs.
TYPE_NULL - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
 
TYPE_RAW - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Raw data, good for serialization.
TYPE_SHORT - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Followed by an 16-bit signed integer (a short)
TYPE_SHORT_ARRAY - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
An array of shorts.
TYPE_STRING - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
Array of characters.
TYPE_UNKNOWN - Static variable in class org.graphstream.stream.netstream.NetStreamConstants
 
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 _