|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.ConflictFilters
public final class ConflictFilters
Helper class for ConflictFilter, providing a set of predefined filters.
| Method Summary | |
|---|---|
static ConflictFilter |
all()
Returns a filter accepting all conflicts. |
static ConflictFilter |
allActive()
Returns a filter accepting all active conflicts. |
static ConflictFilter |
allActiveForMovingRobot(int robotId)
Returns a filter accepting all active conflicts where the moving robot has the specified id, i.e. the returned filter accepts a conflict if and only if the conflict is accepted by allActive() and
allForMovingRobot(int). |
static ConflictFilter |
allActiveForWaitingRobot(int robotId)
Returns a filter accepting all active conflicts where the waiting robot has the specified id, i.e. the returned filter accepts a conflict if and only if the conflict is accepted by allActive() and
allForWaitingRobot(int). |
static ConflictFilter |
allForMovingRobot(int robotId)
Returns a filter accepting all conflicts where the moving robot has the specified id. |
static ConflictFilter |
allForWaitingRobot(int robotId)
Returns a filter accepting all conflicts where the waiting robot has the specified id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ConflictFilter all()
public static ConflictFilter allActive()
ConflictState.RESOLVED and its delay Conflict.getDelay() is greater than 0.
public static ConflictFilter allForWaitingRobot(int robotId)
robotId - the id of the waiting robot
public static ConflictFilter allActiveForWaitingRobot(int robotId)
allActive() and
allForWaitingRobot(int).
robotId - the id of the waiting robot
public static ConflictFilter allForMovingRobot(int robotId)
robotId - the id of the moving robot
public static ConflictFilter allActiveForMovingRobot(int robotId)
allActive() and
allForMovingRobot(int).
robotId - the id of the moving robot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||