Interface IConstraintData
Namespace: Edgar.GraphBasedGenerator.Common.Constraints.Interfaces
Assembly: Edgar.dll
Syntax
public interface IConstraintData
Properties
Energy
Energy of the node.
Declaration
float Energy { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
IsValid
Whether the energy data is valid.
Declaration
bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |