C# 클래스 Cream.Equals

상속: Constraint
파일 보기 프로젝트 열기: kikoanis/CSharpCream

공개 메소드들

메소드 설명
Equals ( Cream.Network net, Variable v ) : System
Equals ( Cream.Network net, Variable v, ConstraintTypes cType ) : System
Equals ( Cream.Network net, Variable v, ConstraintTypes cType, int weight ) : System
Equals ( Cream.Network net, Variable v0, Variable v1 ) : System
Equals ( Cream.Network net, Variable v0, Variable v1, ConstraintTypes cType ) : System
Equals ( Cream.Network net, Variable v0, Variable v1, 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

Equals() 공개 메소드

public Equals ( Cream.Network net, Variable v ) : System
net Cream.Network
v Variable
리턴 System

Equals() 공개 메소드

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

Equals() 공개 메소드

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

Equals() 공개 메소드

public Equals ( Cream.Network net, Variable v0, Variable v1 ) : System
net Cream.Network
v0 Variable
v1 Variable
리턴 System

Equals() 공개 메소드

public Equals ( Cream.Network net, Variable v0, Variable v1, ConstraintTypes cType ) : System
net Cream.Network
v0 Variable
v1 Variable
cType ConstraintTypes
리턴 System

Equals() 공개 메소드

public Equals ( Cream.Network net, Variable v0, Variable v1, ConstraintTypes cType, int weight ) : System
net Cream.Network
v0 Variable
v1 Variable
cType ConstraintTypes
weight int
리턴 System

IsModified() 보호된 메소드

protected IsModified ( ) : bool
리턴 bool

IsSatisfied() 보호된 메소드

protected IsSatisfied ( ) : bool
리턴 bool

Satisfy() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String