org.graphstream.scalags.stream

SinkPrinter

class SinkPrinter extends Sink

Linear Supertypes
Sink, ElementSink, AttributeSink, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SinkPrinter
  2. Sink
  3. ElementSink
  4. AttributeSink
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SinkPrinter ()

  2. new SinkPrinter (out: PrintStream)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def edgeAdded (sourceId: String, timeId: Long, edgeId: String, fromNodeId: String, toNodeId: String, directed: Boolean): Unit

    Definition Classes
    SinkPrinter → ElementSink
  9. def edgeAttributeAdded (sourceId: String, timeId: Long, edgeId: String, attribute: String, value: AnyRef): Unit

    Definition Classes
    SinkPrinter → AttributeSink
  10. def edgeAttributeChanged (sourceId: String, timeId: Long, edgeId: String, attribute: String, oldValue: AnyRef, newValue: AnyRef): Unit

    Definition Classes
    SinkPrinter → AttributeSink
  11. def edgeAttributeRemoved (sourceId: String, timeId: Long, edgeId: String, attribute: String): Unit

    Definition Classes
    SinkPrinter → AttributeSink
  12. def edgeRemoved (sourceId: String, timeId: Long, edgeId: String): Unit

    Definition Classes
    SinkPrinter → ElementSink
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  17. def graphAttributeAdded (sourceId: String, timeId: Long, attribute: String, value: AnyRef): Unit

    Definition Classes
    SinkPrinter → AttributeSink
  18. def graphAttributeChanged (sourceId: String, timeId: Long, attribute: String, oldValue: AnyRef, newValue: AnyRef): Unit

    Definition Classes
    SinkPrinter → AttributeSink
  19. def graphAttributeRemoved (sourceId: String, timeId: Long, attribute: String): Unit

    Definition Classes
    SinkPrinter → AttributeSink
  20. def graphCleared (sourceId: String, timeId: Long): Unit

    Definition Classes
    SinkPrinter → ElementSink
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def nodeAdded (sourceId: String, timeId: Long, nodeId: String): Unit

    Definition Classes
    SinkPrinter → ElementSink
  25. def nodeAttributeAdded (sourceId: String, timeId: Long, nodeId: String, attribute: String, value: AnyRef): Unit

    Definition Classes
    SinkPrinter → AttributeSink
  26. def nodeAttributeChanged (sourceId: String, timeId: Long, nodeId: String, attribute: String, oldValue: AnyRef, newValue: AnyRef): Unit

    Definition Classes
    SinkPrinter → AttributeSink
  27. def nodeAttributeRemoved (sourceId: String, timeId: Long, nodeId: String, attribute: String): Unit

    Definition Classes
    SinkPrinter → AttributeSink
  28. def nodeRemoved (sourceId: String, timeId: Long, nodeId: String): Unit

    Definition Classes
    SinkPrinter → ElementSink
  29. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. val out : PrintStream

  32. def stepBegins (sourceId: String, timeId: Long, step: Double): Unit

    Definition Classes
    SinkPrinter → ElementSink
  33. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Sink

Inherited from ElementSink

Inherited from AttributeSink

Inherited from AnyRef

Inherited from Any