classycle.graph

AtomicVertex

class AtomicVertex extends Vertex

Linear Supertypes
Vertex, Comparable[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AtomicVertex
  2. Vertex
  3. Comparable
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AtomicVertex (attributes: Attributes)

Abstract Value Members

  1. def compareTo (arg0: T): Int

    Attributes
    abstract
    Definition Classes
    Comparable

Concrete 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 addIncomingArcTo (tailVertex: Vertex): Unit

    Definition Classes
    Vertex
  7. def addOutgoingArcTo (headVertex: Vertex): Unit

    Definition Classes
    Vertex
  8. def asInstanceOf [T0] : T0

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def compareTo (object: Any): Int

    Definition Classes
    Vertex
  11. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def getAttributes (): Attributes

    Definition Classes
    Vertex
  15. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  16. def getHeadVertex (index: Int): Vertex

    Definition Classes
    Vertex
  17. def getLow (): Int

  18. def getNumberOfIncomingArcs (): Int

    Definition Classes
    Vertex
  19. def getNumberOfOutgoingArcs (): Int

    Definition Classes
    Vertex
  20. def getOrder (): Int

  21. def getTailVertex (index: Int): Vertex

    Definition Classes
    Vertex
  22. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  23. def isGraphVertex (): Boolean

  24. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  25. def isVisited (): Boolean

    Definition Classes
    Vertex
  26. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  29. def reset (): Unit

    Definition Classes
    AtomicVertex → Vertex
  30. def setDefaultValueOfGraphVertexFlag (flag: Boolean): Unit

  31. def setLow (low: Int): Unit

  32. def setOrder (order: Int): Unit

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

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

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

    Definition Classes
    Vertex
  36. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Vertex

Inherited from Comparable[T]

Inherited from AnyRef

Inherited from Any