org.graphstream.scalags.stream

SinkAdapter

trait SinkAdapter extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SinkAdapter
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

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

  9. def edgeAttributeAdded (sourceId: String, timeId: Long, edgeId: String, attribute: String, value: AnyRef): Unit

  10. def edgeAttributeChanged (sourceId: String, timeId: Long, edgeId: String, attribute: String, oldValue: AnyRef, newValue: AnyRef): Unit

  11. def edgeAttributeRemoved (sourceId: String, timeId: Long, edgeId: String, attribute: String): Unit

  12. def edgeRemoved (sourceId: String, timeId: Long, edgeId: String): Unit

  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

  18. def graphAttributeChanged (sourceId: String, timeId: Long, attribute: String, oldValue: AnyRef, newValue: AnyRef): Unit

  19. def graphAttributeRemoved (sourceId: String, timeId: Long, attribute: String): Unit

  20. def graphCleared (sourceId: String, timeId: Long): Unit

  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

  25. def nodeAttributeAdded (sourceId: String, timeId: Long, nodeId: String, attribute: String, value: AnyRef): Unit

  26. def nodeAttributeChanged (sourceId: String, timeId: Long, nodeId: String, attribute: String, oldValue: AnyRef, newValue: AnyRef): Unit

  27. def nodeAttributeRemoved (sourceId: String, timeId: Long, nodeId: String, attribute: String): Unit

  28. def nodeRemoved (sourceId: String, timeId: Long, nodeId: String): Unit

  29. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. def stepBegins (sourceId: String, timeId: Long, step: Double): Unit

  32. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any