Méthode | Description | |
---|---|---|
AllenConstraint ( Network net, int a, Variable v1, Variable v2 ) : System |
Initializes a new instance of the AllenConstraint class.
|
|
NumericToSymbolic ( ) : bool |
Numerics to symbolic.
|
|
ToString ( ) : String |
Returns a System.String that represents this instance.
|
Méthode | Description | |
---|---|---|
Copy ( Network net ) : Constraint |
Creates a Copy of this constraint for a new network net.
|
|
IsModified ( ) : bool |
Determines whether this instance is modified.
|
|
IsSatisfied ( ) : bool |
Determines whether this instance is satisfied.
|
|
Satisfy ( Trail trail ) : bool |
Satisfies the specified trail.
|
Méthode | Description | |
---|---|---|
AllenConstraint ( Network net, int a, Variable v ) : System |
Initializes a new instance of the AllenConstraint class.
|
|
SatisfyContains ( Variable v1, Variable v2 ) : bool |
Satisfies the contains.
|
|
SatisfyDuring ( Variable v1, Variable v2 ) : bool |
Satisfies the during.
|
|
SatisfyEquals ( Variable v1, Variable v2 ) : bool |
Satisfies the equals.
|
|
SatisfyFinishedby ( Variable v1, Variable v2 ) : bool |
Satisfies the finishedby.
|
|
SatisfyFinishes ( Variable v1, Variable v2 ) : bool |
Satisfies the finishes.
|
|
SatisfyMeets ( Variable v1, Variable v2 ) : bool |
Satisfies the meets.
|
|
SatisfyMetby ( Variable v1, Variable v2 ) : bool |
Satisfies the metby.
|
|
SatisfyOverlappedby ( Variable v1, Variable v2 ) : bool |
Satisfies the overlappedby.
|
|
SatisfyOverlaps ( Variable v1, Variable v2 ) : bool |
Satisfies the overlaps.
|
|
SatisfyPrecededby ( Variable v1, Variable v2 ) : bool |
Satisfies the precededby.
|
|
SatisfyPrecedes ( Variable v1, Variable v2 ) : bool |
Satisfies the precedes.
|
|
SatisfyStartedby ( Variable v1, Variable v2 ) : bool |
Satisfies the startedby.
|
|
SatisfyStarts ( Variable v1, Variable v2 ) : bool |
Satisfies the starts.
|
public AllenConstraint ( Network net, int a, Variable v1, Variable v2 ) : System | ||
net | Network | The net. |
a | int | A. |
v1 | Variable | The v1. |
v2 | Variable | The v2. |
Résultat | System |
protected Copy ( Network net ) : Constraint | ||
net | Network | |
Résultat | Constraint |
protected Satisfy ( Trail trail ) : bool | ||
trail | Trail | The trail. |
Résultat | bool |