Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
ClearCondition ( ) : void | ||
Constraint ( Cream.Network net ) : System |
Constructor. (for invocation by subclass constructors, typically implicit)
|
|
Constraint ( Cream.Network net, ConstraintTypes cType ) : System |
Constructor. (for invocation by subclass constructors, typically implicit)
|
|
Constraint ( Cream.Network net, ConstraintTypes cType, int weight ) : System |
Constructor. (for invocation by subclass constructors, typically implicit)
|
|
Copy ( Cream.Network net ) : |
Creates a Copy of this constraint for a new network net.
|
|
Copy ( |
||
Copy ( |
||
ExtractCondition ( ) : Condition | ||
IsModified ( ) : bool | ||
IsModified ( |
||
IsSatisfied ( ) : bool | ||
Satisfy ( |
||
ToString ( |
||
ToString ( int a ) : String |
protected Constraint ( Cream.Network net ) : System | ||
net | Cream.Network | |
Résultat | System |
protected Constraint ( Cream.Network net, ConstraintTypes cType ) : System | ||
net | Cream.Network | |
cType | ConstraintTypes | |
Résultat | System |
protected Constraint ( Cream.Network net, ConstraintTypes cType, int weight ) : System | ||
net | Cream.Network | |
cType | ConstraintTypes | |
weight | int | |
Résultat | System |
protected abstract Copy ( Cream.Network net ) : |
||
net | Cream.Network | |
Résultat |
protected static Copy ( |
||
v0 | ||
net | Cream.Network | |
Résultat |
protected static Copy ( |
||
v0 | ||
net | Cream.Network | |
Résultat | Cream.Variable[] |
protected static IsModified ( |
||
v | ||
Résultat | bool |
protected abstract Satisfy ( |
||
trail | ||
Résultat | bool |
protected static ToString ( |
||
v | ||
Résultat | String |
protected static ToString ( int a ) : String | ||
a | int | |
Résultat | String |