C# Класс Cream.AllenTemporal.AllenConstraint

Наследование: Constraint
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

AllenConstraint() публичный Метод

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.
Результат System

Copy() защищенный Метод

Creates a Copy of this constraint for a new network net.
protected Copy ( Network net ) : Constraint
net Network
Результат Constraint

IsModified() защищенный Метод

Determines whether this instance is modified.
protected IsModified ( ) : bool
Результат bool

IsSatisfied() защищенный Метод

Determines whether this instance is satisfied.
protected IsSatisfied ( ) : bool
Результат bool

NumericToSymbolic() публичный Метод

Numerics to symbolic.
public NumericToSymbolic ( ) : bool
Результат bool

Satisfy() защищенный Метод

Satisfies the specified trail.
protected Satisfy ( Trail trail ) : bool
trail Trail The trail.
Результат bool

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : String
Результат String