WUnDiEdgeToString

scalax.collection.generic.WUnDiEdgeToString

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class WUnDiEdge[N]
class WUnDiEdge[N]
Self type

Members list

Value members

Inherited methods

override protected def labelSeparator: String

The part to be printed after the edge ends and before the label.

The part to be printed after the edge ends and before the label.

Attributes

Definition Classes
WEdgeToString -> LEdgeToString
Inherited from:
WEdgeToString (hidden)
protected def labelToString: String

The part to be printed after the edge ends and the label separator.

The part to be printed after the edge ends and the label separator.

Attributes

Inherited from:
WEdgeToString (hidden)
protected def nodesToString: String

Attributes

Inherited from:
EdgeToString (hidden)
override protected def nodesToStringSeparator: String

Attributes

Definition Classes
UnDiEdgeToString -> EdgeToString
Inherited from:
UnDiEdgeToString
override def toString: String

Implemented in terms of the protected methods nodesToString, labelSeparator and labelToString.

Implemented in terms of the protected methods nodesToString, labelSeparator and labelToString.

Attributes

Definition Classes
LEdgeToString -> EdgeToString -> Any
Inherited from:
LEdgeToString (hidden)