C# Class Cream.AllenTemporal.AllenConstraint

Inheritance: Constraint
Show file Open project: kikoanis/CSharpCream Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method 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

Method 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 method

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.
return System

Copy() protected method

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

IsModified() protected method

Determines whether this instance is modified.
protected IsModified ( ) : bool
return bool

IsSatisfied() protected method

Determines whether this instance is satisfied.
protected IsSatisfied ( ) : bool
return bool

NumericToSymbolic() public method

Numerics to symbolic.
public NumericToSymbolic ( ) : bool
return bool

Satisfy() protected method

Satisfies the specified trail.
protected Satisfy ( Trail trail ) : bool
trail Trail The trail.
return bool

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : String
return String