Property | Type | Description |
---|
Method | 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 | |
return | System |
protected Constraint ( Cream.Network net, ConstraintTypes cType ) : System | ||
net | Cream.Network | |
cType | ConstraintTypes | |
return | System |
protected Constraint ( Cream.Network net, ConstraintTypes cType, int weight ) : System | ||
net | Cream.Network | |
cType | ConstraintTypes | |
weight | int | |
return | System |
protected abstract Copy ( Cream.Network net ) : |
||
net | Cream.Network | |
return |
protected static Copy ( |
||
v0 | ||
net | Cream.Network | |
return |
protected static Copy ( |
||
v0 | ||
net | Cream.Network | |
return | Cream.Variable[] |
protected static IsModified ( |
||
v | ||
return | bool |
protected abstract Satisfy ( |
||
trail | ||
return | bool |
protected static ToString ( |
||
v | ||
return | String |