Uses of Class
ter.API.EngineSearch.Criterion

Packages that use Criterion
ter.API.AdvancedEngineSearch   
ter.API.EngineSearch   
 

Uses of Criterion in ter.API.AdvancedEngineSearch
 

Methods in ter.API.AdvancedEngineSearch with parameters of type Criterion
 void AdvancedEngineSearch.addCriterion(Criterion c)
          Add a criterion to the search If a problem occur, the criterion is not added and a message is printed on std err.
 boolean AdvancedEngineSearch.checkCriterion(Criterion c)
          Check if the criterion c is present in the Advanced Search.
 

Uses of Criterion in ter.API.EngineSearch
 

Subclasses of Criterion in ter.API.EngineSearch
 class AbstractCriterion
          Title: AbstractCriterion Description: the criterion that test if the member is abstract Copyright: Copyright (c) 2003 Company: UNICE
 class ClassCriterion
          Title: ClassCriterion Description: filter all the .class file that are class.
 class ConstructorCriterion
          Title: ConstructorCriterion Description:the criterion that test if the member is a constructor Copyright: Copyright (c) 2003 Company: UNICE
 class FieldCriterion
          Title: FieldCriterion Description: the criterion that test if the member is a field Copyright: Copyright (c) 2003 Company: UNICE
 class FinalCriterion
          Title: FinalCriterion Description: this criterion filter if the Member is static or not.
 class InterfaceCriterion
          Title: InterfaceCriterion Description: the criterion that test if the member is interface Copyright: Copyright (c) 2003 Company: UNICE
 class MethodCriterion
          Title: MethodCriterion Description: this criterion select if the member is a method Copyright: Copyright (c) 2003 Company: UNICE
 class NameCriterion
          Title: NameCriterion Description: This criterion test the name of the member.
 class NameRegexpCriterion
          Title: NameRegexpCriterion Description: this class filter the member with his name with some regexp Copyright: Copyright (c) 2003 Company: UNICE
 class NativeCriterion
          Title: NativeCriterion Description: the criterion that test if the member is Native Copyright: Copyright (c) 2003 Company:
 class packageCriterion
          Title: packageCriterion Description: This criterion class filter the member that are not public, nor protected, nor private.
 class PrivateCriterion
          Title: PrivateCriterion Description: the criterion that test if the member is private Copyright: Copyright (c) 2003 Company:
 class ProtectedCriterion
          Title: ProtectedCriterion Description: the criterion that test if the member is protected Copyright: Copyright (c) 2003 Company: UNICE
 class PublicCriterion
          Title: PublicCriterion Description: the criterion that test if the member is public Copyright: Copyright (c) 2003 Company: UNSA
 class StaticCriterion
          Title: StaticCriterion Description: this criterion filter if the Member is static or not Copyright: Copyright (c) 2003 Company: UNICE
 class StrictCriterion
          Title: StrictCriterion Description: the criterion that test if the member is strict Copyright: Copyright (c) 2003 Company: UNSA
 class SynchronizedCriterion
          Title: SynchronizedCriterion Description: the criterion that test if the member is synchronized Copyright: Copyright (c) 2003 Company: UNSA
 class TransientCriterion
          Title: TransientCriterion Description: the criterion that test if the member is transient Copyright: Copyright (c) 2003 Company: UNSA
 class VolatileCriterion
          Title: VolatileCriterion Description: the criterion that test if the member is volatile Copyright: Copyright (c) 2003 Company: UNSA
 

Methods in ter.API.EngineSearch with parameters of type Criterion
 void RangeGroupCriterion.selectStatesCriterion(Criterion c, int state)
          Deprecated. the mediator has not been implemented.
 void RangeGroupCriterion.selectLogicalLinkCriterion(Criterion c, int ll)
          Deprecated. the mediator has not been implemented.
 void ProtectionGroupCriterion.selectStatesCriterion(Criterion c, int state)
          This the mediator for selecting a criterion.
 void ProtectionGroupCriterion.selectLogicalLinkCriterion(Criterion c, int ll)
          Deprecated. the mediator has not been implemented.
 void NameGroupCriterion.selectStatesCriterion(Criterion c, int state)
          Deprecated. the mediator has not been implemented.
 void NameGroupCriterion.selectLogicalLinkCriterion(Criterion c, int ll)
          Deprecated. the mediator has not been implemented.
 void MembersGroupCriterion.selectStatesCriterion(Criterion c, int state)
          Deprecated. the mediator has not been implemented.
 void MembersGroupCriterion.selectLogicalLinkCriterion(Criterion c, int ll)
          Deprecated. the mediator has not been implemented.
 void GroupCriterion.addCriterion(Criterion c)
          Add a criterion to the group
abstract  void GroupCriterion.selectStatesCriterion(Criterion c, int state)
          Deprecated. the mediator has not been implemented.
abstract  void GroupCriterion.selectLogicalLinkCriterion(Criterion c, int ll)
          Deprecated. the mediator has not been implemented.
 void Criterion.addNonCompatibilityCriterion(Criterion c)
          Deprecated. you can use it, but it will have no effect because the manager is not implemented yet in the search.