trait
InnerNodeParam[NI] extends OutParam[NI, Nothing] with NodeParam[NI]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
asNodeT[N <: NI, E[X] <: EdgeLikeIn[X], G <: GraphBase[N, E] with Singleton](g: G): asNodeT.G.NodeT
-
final
def
asNodeTProjection[N <: NI, E[X] <: EdgeLikeIn[X]]: NodeT
-
def
clone(): AnyRef
-
-
-
-
-
-
-
def
finalize(): Unit
-
final
def
fold[N <: NI, E[X] <: EdgeLikeIn[X], G <: GraphBase[N, E] with Singleton, T](g: G)(fa: (fold.G.NodeT) ⇒ T, fb: (NodeT) ⇒ T): T
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isDefined: Boolean
-
-
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
stringPrefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
toNodeT[N <: NI, E[X] <: EdgeLikeIn[X], G <: GraphBase[N, E] with Singleton](g: G)(f: (NodeT) ⇒ toNodeT.G.NodeT): toNodeT.G.NodeT
-
def
toParArray: ParArray[T]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]
-
def
~>[N >: N1, N2 <: N](n2: N2): DiEdge[N]
-
Shadowed Implicit Value Members
-
def
isDefined: Boolean
-
-
-
-
-
def
stringPrefix: String
-
def
toString(): String
-
the type of the nodes (vertices) this graph is passed to by the user.