YaccConstructor


Edge<'VertexLabel, 'EdgeLabel>

Namespace: Yard.Generators.Common

Constructors

ConstructorDescription
new(destination, label)
Signature: (destination:Vertex<'VertexLabel,'EdgeLabel> * label:'EdgeLabel) -> Edge<'VertexLabel,'EdgeLabel>

CompiledName: .ctor

Instance members

Instance memberDescription
dest
Signature: Vertex<'VertexLabel,'EdgeLabel>

CompiledName: get_dest

label
Signature: 'EdgeLabel

CompiledName: get_label

setLabel(newLabel)
Signature: newLabel:'EdgeLabel -> unit
Fork me on GitHub