C# Class Cream.Sequential

Inheritance: Constraint
Afficher le fichier Open project: kikoanis/CSharpCream Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Method Details

Copy() protected méthode

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

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

Sequential() public méthode

public Sequential ( Cream.Network net, Variable v, int l ) : System
net Cream.Network
v Variable
l int
Résultat System

Sequential() public méthode

public Sequential ( Cream.Network net, Variable v, int l, ConstraintTypes cType ) : System
net Cream.Network
v Variable
l int
cType ConstraintTypes
Résultat System

Sequential() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String