C# 클래스 Cream.AllenTemporal.AllenConstraint

상속: Constraint
파일 보기 프로젝트 열기: kikoanis/CSharpCream 1 사용 예제들

공개 메소드들

메소드 설명
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