ValidateInfo Class |
Namespace: de.unika.ipd.grGen.libGr
public class ValidateInfo
The ValidateInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ValidateInfo |
Constructs a ValidateInfo instance.
|
| Name | Description | |
|---|---|---|
| BothDirections |
Check the connection assertion in both directions (i.e. for reverse source and target, too)
| |
| EdgeType |
The edge type to which this constraint applies.
| |
| SourceLower |
The lower bound on the out-degree of the source node according to edges compatible to EdgeType.
| |
| SourceType |
The node type to which applicable source nodes must be compatible.
| |
| SourceUpper |
The upper bound on the out-degree of the source node according to edges compatible to EdgeType.
| |
| TargetLower |
The lower bound on the in-degree of the target node according to edges compatible to EdgeType.
| |
| TargetType |
The node type to which applicable target nodes must be compatible.
| |
| TargetUpper |
The upper bound on the in-degree of the target node according to edges compatible to EdgeType.
|