Instance Constructors
-
new
PackageVertex
(name: String)
Abstract Value Members
-
def
compareTo
(arg0: T): Int
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addClass
(classAttributes: ClassAttributes): Unit
-
def
addIncomingArcTo
(tailVertex: Vertex): Unit
-
def
addOutgoingArcTo
(headVertex: Vertex): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compareTo
(object: Any): Int
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getAttributes
(): Attributes
-
def
getClass
(): java.lang.Class[_]
-
def
getHeadVertex
(index: Int): Vertex
-
def
getLow
(): Int
-
def
getNumberOfIncomingArcs
(): Int
-
def
getNumberOfOutgoingArcs
(): Int
-
def
getOrder
(): Int
-
def
getTailVertex
(index: Int): Vertex
-
def
hashCode
(): Int
-
def
isGraphVertex
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isVisited
(): Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
reset
(): Unit
-
def
setDefaultValueOfGraphVertexFlag
(flag: Boolean): Unit
-
def
setLow
(low: Int): Unit
-
def
setOrder
(order: Int): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
visit
(): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Comparable[T]
Inherited from AnyRef
Inherited from Any