Instance Constructors
-
new
SinkPrinter
()
-
new
SinkPrinter
(out: PrintStream)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
edgeAdded
(sourceId: String, timeId: Long, edgeId: String, fromNodeId: String, toNodeId: String, directed: Boolean): Unit
-
def
edgeAttributeAdded
(sourceId: String, timeId: Long, edgeId: String, attribute: String, value: AnyRef): Unit
-
def
edgeAttributeChanged
(sourceId: String, timeId: Long, edgeId: String, attribute: String, oldValue: AnyRef, newValue: AnyRef): Unit
-
def
edgeAttributeRemoved
(sourceId: String, timeId: Long, edgeId: String, attribute: String): Unit
-
def
edgeRemoved
(sourceId: String, timeId: Long, edgeId: String): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
graphAttributeAdded
(sourceId: String, timeId: Long, attribute: String, value: AnyRef): Unit
-
def
graphAttributeChanged
(sourceId: String, timeId: Long, attribute: String, oldValue: AnyRef, newValue: AnyRef): Unit
-
def
graphAttributeRemoved
(sourceId: String, timeId: Long, attribute: String): Unit
-
def
graphCleared
(sourceId: String, timeId: Long): Unit
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
nodeAdded
(sourceId: String, timeId: Long, nodeId: String): Unit
-
def
nodeAttributeAdded
(sourceId: String, timeId: Long, nodeId: String, attribute: String, value: AnyRef): Unit
-
def
nodeAttributeChanged
(sourceId: String, timeId: Long, nodeId: String, attribute: String, oldValue: AnyRef, newValue: AnyRef): Unit
-
def
nodeAttributeRemoved
(sourceId: String, timeId: Long, nodeId: String, attribute: String): Unit
-
def
nodeRemoved
(sourceId: String, timeId: Long, nodeId: String): Unit
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
out
: PrintStream
-
def
stepBegins
(sourceId: String, timeId: Long, step: 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
Inherited from Sink
Inherited from ElementSink
Inherited from AttributeSink
Inherited from AnyRef
Inherited from Any