C# Class Cream.CourseAssignment.Count

Inheritance: Constraint
Afficher le fichier Open project: kikoanis/CSharpCream

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Copy ( Network net ) : Constraint
IsModified ( ) : bool
IsSatisfied ( ) : bool
Satisfy ( Trail trail ) : bool

Method Details

Copy() protected méthode

protected Copy ( Network net ) : Constraint
net Network
Résultat Constraint

Count() public méthode

public Count ( Network net ) : System
net Network
Résultat System

Count() public méthode

public Count ( Network net, ConstraintTypes cType ) : System
net Network
cType ConstraintTypes
Résultat System

Count() public méthode

public Count ( Network net, Variable v ) : System
net Network
v Variable
Résultat System

Count() public méthode

public Count ( Network net, Variable v, ConstraintTypes cType ) : System
net Network
v Variable
cType ConstraintTypes
Résultat System

IsModified() protected méthode

protected IsModified ( ) : bool
Résultat bool

IsSatisfied() protected méthode

protected IsSatisfied ( ) : bool
Résultat bool

Satisfy() protected méthode

protected Satisfy ( Trail trail ) : bool
trail Trail
Résultat bool

ToString() public méthode

public ToString ( ) : String
Résultat String