Uses of Interface
com.kuka.nav.fleet.Conflict

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.
 



Copyright © 2019. All rights reserved.