|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Conflict | |
|---|---|
| com.kuka.nav.fleet | Contains the fleet manager API. |
| Uses of Conflict in com.kuka.nav.fleet |
|---|
| Methods in com.kuka.nav.fleet that return types with arguments of type Conflict | |
|---|---|
Collection<Conflict> |
FleetManager.getConflicts()
Returns an immutable collection of all found conflicts between all active graph motions. |
Collection<Conflict> |
FleetManager.getConflicts(ConflictFilter filter)
Returns an immutable collection of all found conflicts, that are accepted by the specified filter, between all active graph motions. |
| Methods in com.kuka.nav.fleet with parameters of type Conflict | |
|---|---|
boolean |
ConflictFilter.accept(Conflict conflict)
Tests whether or not the specified conflict should be included. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||