Instance Constructors
-
new
SingleGraph
(id: String)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
-
(id: String): RichEdge
-
def
/
(id: String): RichNode
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addAttribute
(arg0: String, arg1: <repeated...>[AnyRef]): Unit
-
def
addAttributeSink
(arg0: AttributeSink): Unit
-
def
addAttribute_
(arg0: String, arg1: Long, arg2: String, arg3: <repeated...>[AnyRef]): Unit
-
def
addAttributes
(arg0: Map[String, AnyRef]): Unit
-
def
addAttributes_
(arg0: String, arg1: Long, arg2: Map[String, AnyRef]): Unit
-
def
addEdge
[T <: Edge]
(arg0: String, arg1: String, arg2: String, arg3: Boolean): T
-
def
addEdge
[T <: Edge]
(arg0: String, arg1: String, arg2: String): T
-
def
addEdge_
[T <: Edge]
(arg0: String, arg1: Long, arg2: String, arg3: String, arg4: String, arg5: Boolean): T
-
def
addEdges
(nodeIds: String*): List[RichEdge]
-
def
addElementSink
(arg0: ElementSink): Unit
-
def
addNode
[T <: Node]
(arg0: String): T
-
def
addNode_
[T <: Node]
(arg0: String, arg1: Long, arg2: String): T
-
def
addNodes
(ids: String*): List[RichNode]
-
def
addSink
(arg0: Sink): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
attributeChanged
(arg0: String, arg1: Long, arg2: String, arg3: AttributeChangeEvent, arg4: Any, arg5: Any): Unit
-
def
attributeSinks
(): Iterable[AttributeSink]
-
def
changeAttribute
(arg0: String, arg1: <repeated...>[AnyRef]): Unit
-
def
changeAttribute_
(arg0: String, arg1: Long, arg2: String, arg3: <repeated...>[AnyRef]): Unit
-
def
clear
(): Unit
-
def
clearAttributeSinks
(): Unit
-
def
clearAttributes
(): Unit
-
def
clearAttributes_
(arg0: String, arg1: Long): Unit
-
def
clearElementSinks
(): Unit
-
def
clearSinks
(): Unit
-
def
clear_
(arg0: String, arg1: Long): Unit
-
def
clone
(): AnyRef
-
def
display
(arg0: Boolean): Viewer
-
def
display
(): Viewer
-
def
edge
(id: String): RichEdge
-
def
edgeAdded
(arg0: String, arg1: Long, arg2: String, arg3: String, arg4: String, arg5: Boolean): Unit
-
def
edgeAttributeAdded
(arg0: String, arg1: Long, arg2: String, arg3: String, arg4: Any): Unit
-
def
edgeAttributeChanged
(arg0: String, arg1: Long, arg2: String, arg3: String, arg4: Any, arg5: Any): Unit
-
def
edgeAttributeRemoved
(arg0: String, arg1: Long, arg2: String, arg3: String): Unit
-
def
edgeFactory
(): org.graphstream.graph.EdgeFactory[_ <: org.graphstream.graph.Edge]
-
def
edgeRemoved
(arg0: String, arg1: Long, arg2: String): Unit
-
def
elementSinks
(): Iterable[ElementSink]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getArray
(arg0: String): Array[AnyRef]
-
def
getAttribute
[T]
(arg0: String, arg1: Class[T]): T
-
def
getAttribute
[T]
(arg0: String): T
-
def
getAttributeCount
(): Int
-
def
getAttributeKeyIterator
(): Iterator[String]
-
def
getAttributeKeySet
(): Collection[String]
-
def
getClass
(): java.lang.Class[_]
-
def
getEachAttributeKey
(): Iterable[String]
-
def
getEachEdge
[T <: Edge]
(): java.lang.Iterable[_ <: T]
-
def
getEachNode
[T <: Node]
(): java.lang.Iterable[_ <: T]
-
def
getEdge
[T <: Edge]
(arg0: String): T
-
def
getEdgeCount
(): Int
-
def
getEdgeIterator
[T <: Edge]
(): Iterator[T]
-
def
getEdgeSet
[T <: Edge]
(): Collection[T]
-
def
getFirstAttributeOf
[T]
(arg0: Class[T], arg1: <repeated...>[String]): T
-
def
getFirstAttributeOf
[T]
(arg0: <repeated...>[String]): T
-
def
getHash
(arg0: String): java.util.HashMap[_, _]
-
def
getId
(): String
-
def
getLabel
(arg0: String): CharSequence
-
def
getNode
[T <: Node]
(arg0: String): T
-
def
getNodeCount
(): Int
-
def
getNodeIterator
[T <: Node]
(): Iterator[T]
-
def
getNodeSet
[T <: Node]
(): Collection[T]
-
def
getNumber
(arg0: String): Double
-
def
getStep
(): Double
-
def
getVector
(arg0: String): java.util.ArrayList[_ <: java.lang.Number]
-
def
graphAttributeAdded
(arg0: String, arg1: Long, arg2: String, arg3: Any): Unit
-
def
graphAttributeChanged
(arg0: String, arg1: Long, arg2: String, arg3: Any, arg4: Any): Unit
-
def
graphAttributeRemoved
(arg0: String, arg1: Long, arg2: String): Unit
-
def
graphCleared
(arg0: String, arg1: Long): Unit
-
def
graphCleared
(): Unit
-
def
hasArray
(arg0: String): Boolean
-
def
hasAttribute
(arg0: String, arg1: java.lang.Class[_]): Boolean
-
def
hasAttribute
(arg0: String): Boolean
-
def
hasHash
(arg0: String): Boolean
-
def
hasLabel
(arg0: String): Boolean
-
def
hasNumber
(arg0: String): Boolean
-
def
hasVector
(arg0: String): Boolean
-
def
hashCode
(): Int
-
def
isAutoCreationEnabled
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isStrict
(): Boolean
-
def
iterator
(): Iterator[Node]
-
def
myGraphId
(): String
-
def
ne
(arg0: AnyRef): Boolean
-
def
newEvent
(): Long
-
def
node
(id: String): RichNode
-
def
nodeAdded
(arg0: String, arg1: Long, arg2: String): Unit
-
def
nodeAttributeAdded
(arg0: String, arg1: Long, arg2: String, arg3: String, arg4: Any): Unit
-
def
nodeAttributeChanged
(arg0: String, arg1: Long, arg2: String, arg3: String, arg4: Any, arg5: Any): Unit
-
def
nodeAttributeRemoved
(arg0: String, arg1: Long, arg2: String, arg3: String): Unit
-
def
nodeFactory
(): org.graphstream.graph.NodeFactory[_ <: org.graphstream.graph.Node]
-
def
nodeRemoved
(arg0: String, arg1: Long, arg2: String): Unit
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
nullAttributesAreErrors
(): Boolean
-
def
read
(arg0: String): Unit
-
def
read
(arg0: FileSource, arg1: String): Unit
-
def
removeAttribute
(arg0: String): Unit
-
def
removeAttributeSink
(arg0: AttributeSink): Unit
-
def
removeAttribute_
(arg0: String, arg1: Long, arg2: String): Unit
-
def
removeEdge
[T <: Edge]
(arg0: String): T
-
def
removeEdge
[T <: Edge]
(arg0: String, arg1: String): T
-
def
removeEdge_
[T <: Edge]
(arg0: String, arg1: Long, arg2: String, arg3: Boolean): T
-
def
removeEdge_
[T <: Edge]
(arg0: String, arg1: Long, arg2: String, arg3: String): T
-
def
removeElementSink
(arg0: ElementSink): Unit
-
def
removeNode
[T <: Node]
(arg0: String): T
-
def
removeNode_
[T <: Node]
(arg0: String, arg1: Long, arg2: String, arg3: Boolean): T
-
def
removeSink
(arg0: Sink): Unit
-
def
setAttribute
(arg0: String, arg1: <repeated...>[AnyRef]): Unit
-
def
setAttribute_
(arg0: String, arg1: Long, arg2: String, arg3: <repeated...>[AnyRef]): Unit
-
def
setAutoCreate
(arg0: Boolean): Unit
-
def
setEdgeFactory
(arg0: org.graphstream.graph.EdgeFactory[_ <: org.graphstream.graph.Edge]): Unit
-
def
setNodeFactory
(arg0: org.graphstream.graph.NodeFactory[_ <: org.graphstream.graph.Node]): Unit
-
def
setNullAttributesAreErrors
(arg0: Boolean): Unit
-
def
setStrict
(arg0: Boolean): Unit
-
def
stepBegins
(arg0: String, arg1: Long, arg2: Double): Unit
-
def
stepBegins
(arg0: Double): Unit
-
def
stepBegins_
(arg0: String, arg1: Long, arg2: Double): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
write
(arg0: String): Unit
-
def
write
(arg0: FileSink, arg1: String): Unit
Inherited from SingleGraph
Inherited from DefaultGraph
Inherited from Graph
Inherited from Iterable[Node]
Inherited from Pipe
Inherited from Sink
Inherited from ElementSink
Inherited from AttributeSink
Inherited from Source
Inherited from AbstractElement
Inherited from Element
Inherited from AnyRef
Inherited from Any