public class GoalNodeOperator
extends java.lang.Object
| Constructor and Description |
|---|
GoalNodeOperator() |
| Modifier and Type | Method and Description |
|---|---|
static LODGoalNode |
and(LODGoalNode[] goalNodes)
Performs "and" operation on an array of goal node filters, and returns the combined goal node filter.
|
static LODGoalNode |
not(LODGoalNode goalNode)
Performs "not" operation on the specified goal node filter, and returns the opposite goal node filter.
|
static LODGoalNode |
or(LODGoalNode[] goalNodes)
Performs "or" operation on an array of goal node filters, and returns the combined goal node filter.
|
public static LODGoalNode and(LODGoalNode[] goalNodes)
public static LODGoalNode or(LODGoalNode[] goalNodes)
public static LODGoalNode not(LODGoalNode goalNode)