com.kuka.nav.fleet
Interface ConflictFilter


public interface ConflictFilter

A filter for Conflicts.

Instances of this interface may be passed to the FleetManager.getConflicts(ConflictFilter)to return a filtered collection of conflicts.


Method Summary
 boolean accept(Conflict conflict)
          Tests whether or not the specified conflict should be included.
 

Method Detail

accept

boolean accept(Conflict conflict)
Tests whether or not the specified conflict should be included.

Parameters:
conflict - the conflict to be tested
Returns:
true if and only if conflict should be included


Copyright © 2019. All rights reserved.