InnerEdge

net.walend.disentangle.graph.AdjacencyLabelUndigraph.InnerEdge
See theInnerEdge companion object
case class InnerEdge(nodePair: NodePair[InNode], label: Label) extends UndigraphInnerEdgeTrait

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def value: (NodePair[Node], Label)

Attributes

Definition Classes

Inherited methods

override def other(node: InnerNodeType): InnerNodeType

Attributes

Definition Classes
Inherited from:
UndigraphInnerEdgeTrait
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def selfEdge: Boolean

Attributes

Definition Classes
Inherited from:
UndigraphInnerEdgeTrait