LDiHyperEdgeToString

scalax.collection.generic.LDiHyperEdgeToString

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class LDiHyperEdge[N, L]
class LDiHyperEdge[N, L]
class LDiHyperEdge[N, L]
class LDiHyperEdge[N, L]
Self type

Members list

Value members

Inherited methods

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

Inherited from:
LEdgeToString (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:
LEdgeToString (hidden)
override protected def nodesToString: String

Attributes

Definition Classes
DiHyperEdgeToString -> EdgeToString
Inherited from:
DiHyperEdgeToString
override protected def nodesToStringSeparator: String

Attributes

Definition Classes
DiHyperEdgeToString -> EdgeToString
Inherited from:
DiHyperEdgeToString
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)