BindingResult class
The result of a single binding operation between two concepts.
Constructors
- BindingResult({required String conceptId1, required String conceptId2, required double strength, required RelationshipType relationshipType, required String label, required bool wasReinforced})
-
const
Properties
- conceptId1 → String
-
final
- conceptId2 → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String
-
final
- relationshipType → RelationshipType
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strength → double
-
final
- wasReinforced → bool
-
True if a pre-existing edge was strengthened rather than created fresh.
final
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.
inherited