TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core.file
Interface IFileManagerExtended.FileIdentifierList.Filter

Enclosing class:
IFileManagerExtended.FileIdentifierList

public static interface IFileManagerExtended.FileIdentifierList.Filter

Filter interface, indicates if an element should be filtered out from the list when creating a new one


Method Summary
 boolean filter(java.lang.String identifierA, java.lang.String identifierB)
          If identifier pair A and B should be filtered when creating a new identifier list (condition can use just identifierA or both incoming argument values to determine if the values should be filtered and not be put into the new lists)
 

Method Detail

filter

boolean filter(java.lang.String identifierA,
               java.lang.String identifierB)
If identifier pair A and B should be filtered when creating a new identifier list (condition can use just identifierA or both incoming argument values to determine if the values should be filtered and not be put into the new lists)

Parameters:
identifierA - an identifier next on list A
identifierB - an identifier next on list B (matched in position with A)
Returns:
true if this pair of identifiers should be ignored when creating the new lists

TPTP 4.5.0 Platform Project
Public API Specification