C# 클래스 Cream.Sequential

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

공개 메소드들

메소드 설명
Sequential ( Cream.Network net, Variable v, int l ) : System
Sequential ( Cream.Network net, Variable v, int l, ConstraintTypes cType ) : System
Sequential ( Cream.Network net, Variable v, int l, ConstraintTypes cType, int weight ) : System
ToString ( ) : String

보호된 메소드들

메소드 설명
Copy ( Cream.Network net ) : Constraint
IsModified ( ) : bool
IsSatisfied ( ) : bool
Satisfy ( Trail trail ) : bool

메소드 상세

Copy() 보호된 메소드

protected Copy ( Cream.Network net ) : Constraint
net Cream.Network
리턴 Constraint

IsModified() 보호된 메소드

protected IsModified ( ) : bool
리턴 bool

IsSatisfied() 보호된 메소드

protected IsSatisfied ( ) : bool
리턴 bool

Satisfy() 보호된 메소드

protected Satisfy ( Trail trail ) : bool
trail Trail
리턴 bool

Sequential() 공개 메소드

public Sequential ( Cream.Network net, Variable v, int l ) : System
net Cream.Network
v Variable
l int
리턴 System

Sequential() 공개 메소드

public Sequential ( Cream.Network net, Variable v, int l, ConstraintTypes cType ) : System
net Cream.Network
v Variable
l int
cType ConstraintTypes
리턴 System

Sequential() 공개 메소드

public Sequential ( Cream.Network net, Variable v, int l, ConstraintTypes cType, int weight ) : System
net Cream.Network
v Variable
l int
cType ConstraintTypes
weight int
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String