EdgeStatement class
And edge statement, joining two nodes.
- Implemented types
Constructors
- EdgeStatement(EdgeTarget origin, EdgeRhs rhs, [AttrList? attrList])
-
const
-
EdgeStatement.create({required String from, required String to, EdgeOp opType = EdgeOp.directed, Map<
String, String> ? attributes}) -
Create an edge statement joining
from
andto
, with an optional mapping ofattributes
by name to value.factory
Properties
- attrList → AttrList?
-
A list of attributes to apply to this edge.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- origin → EdgeTarget
-
The start of the edge.
final
- rhs → EdgeRhs
-
The right hand side of this statement.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override