C# 클래스 Cream.CourseAssignment.Count

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

공개 메소드들

메소드 설명
Count ( Network net ) : System
Count ( Network net, ConstraintTypes cType ) : System
Count ( Network net, Variable v ) : System
Count ( Network net, Variable v, ConstraintTypes cType ) : System
ToString ( ) : String

보호된 메소드들

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

메소드 상세

Copy() 보호된 메소드

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

Count() 공개 메소드

public Count ( Network net ) : System
net Network
리턴 System

Count() 공개 메소드

public Count ( Network net, ConstraintTypes cType ) : System
net Network
cType ConstraintTypes
리턴 System

Count() 공개 메소드

public Count ( Network net, Variable v ) : System
net Network
v Variable
리턴 System

Count() 공개 메소드

public Count ( Network net, Variable v, ConstraintTypes cType ) : System
net Network
v Variable
cType ConstraintTypes
리턴 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