C# Class Cream.CourseAssignment.Count

Inheritance: Constraint
显示文件 Open project: kikoanis/CSharpCream

Public Methods

Method Description
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

Protected Methods

Method Description
Copy ( Network net ) : Constraint
IsModified ( ) : bool
IsSatisfied ( ) : bool
Satisfy ( Trail trail ) : bool

Method Details

Copy() protected method

protected Copy ( Network net ) : Constraint
net Network
return Constraint

Count() public method

public Count ( Network net ) : System
net Network
return System

Count() public method

public Count ( Network net, ConstraintTypes cType ) : System
net Network
cType ConstraintTypes
return System

Count() public method

public Count ( Network net, Variable v ) : System
net Network
v Variable
return System

Count() public method

public Count ( Network net, Variable v, ConstraintTypes cType ) : System
net Network
v Variable
cType ConstraintTypes
return System

IsModified() protected method

protected IsModified ( ) : bool
return bool

IsSatisfied() protected method

protected IsSatisfied ( ) : bool
return bool

Satisfy() protected method

protected Satisfy ( Trail trail ) : bool
trail Trail
return bool

ToString() public method

public ToString ( ) : String
return String