com.kuka.resource.pool
Interface ResourceFilter

All Known Subinterfaces:
ResourceFacadeFilter<T>
All Known Implementing Classes:
CapabilityFilter

public interface ResourceFilter

This interface is used to filter resources. Only resources that are accepted by an implementation of this class are passed through the filter.


Method Summary
 boolean accept(com.kuka.resource.IResource resource)
           
 

Method Detail

accept

boolean accept(com.kuka.resource.IResource resource)
Parameters:
resource - A resource to be filtered.
Returns:
True, if the resource is to passed through the filter.


Copyright © 2019. All rights reserved.