Property | Type | Description | |
---|---|---|---|
ALWAYS | |||
NEVER |
Method | Description | |
---|---|---|
And ( |
Creates a new Precondition that is the logical AND of the given arguments.
|
|
Evaluate ( |
Evaluates this Precondition against the contents of the indicated NodeIndex.
|
|
Not ( |
Creates a new Precondition that is the logical NOT of the given arguments.
|
|
Or ( |
Creates a new Precondition that is the logical OR of the given arguments.
|
Method | Description | |
---|---|---|
Precondition ( ) : System |
Constructs a Precondition instance.
|
public static And ( |
||
lhs | The left hand side Precondition. | |
rhs | The right hand side Precondition. | |
return |
public abstract Evaluate ( |
||
nodeIndex | The |
|
cache | bool>.Dictionary | A cache of previously evaluated precondition results. |
return | bool |
public static Not ( |
||
pre | The Precondition to be inverted. | |
return |
public static Or ( |
||
lhs | The left hand side Precondition. | |
rhs | The right hand side Precondition. | |
return |
public static Precondition,HandCoded.Validation ALWAYS | ||
return |