C# Class Cream.AllenTemporal.AllenConstraint

Inheritance: Constraint
Afficher le fichier Open project: kikoanis/CSharpCream Class Usage Examples

Méthodes publiques

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éthodes protégées

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.

Private Methods

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.

Method Details

AllenConstraint() public méthode

Initializes a new instance of the AllenConstraint class.
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

Copy() protected méthode

Creates a Copy of this constraint for a new network net.
protected Copy ( Network net ) : Constraint
net Network
Résultat Constraint

IsModified() protected méthode

Determines whether this instance is modified.
protected IsModified ( ) : bool
Résultat bool

IsSatisfied() protected méthode

Determines whether this instance is satisfied.
protected IsSatisfied ( ) : bool
Résultat bool

NumericToSymbolic() public méthode

Numerics to symbolic.
public NumericToSymbolic ( ) : bool
Résultat bool

Satisfy() protected méthode

Satisfies the specified trail.
protected Satisfy ( Trail trail ) : bool
trail Trail The trail.
Résultat bool

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : String
Résultat String