ter.API.EngineSearch
Class RangeGroupCriterion

java.lang.Object
  |
  +--ter.API.EngineSearch.GroupCriterion
        |
        +--ter.API.EngineSearch.RangeGroupCriterion

public class RangeGroupCriterion
extends GroupCriterion

Title: rangeGroupCriterion

Description: this group is for the final and static criterion

Copyright: Copyright (c) 2003

Company: UNICE

Version:
1.0
Author:
Zerbib Gabriel - Charbit Lucas - Galbois Xavier - Gahide Jérôme

Constructor Summary
RangeGroupCriterion()
           
 
Method Summary
 void selectLogicalLinkCriterion(Criterion c, int ll)
          Deprecated. the mediator has not been implemented.
 void selectStatesCriterion(Criterion c, int state)
          This the mediator for selecting a criterion.
 
Methods inherited from class ter.API.EngineSearch.GroupCriterion
addCriterion, evaluateCriterion, getCriterion, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeGroupCriterion

public RangeGroupCriterion()
Method Detail

selectStatesCriterion

public void selectStatesCriterion(Criterion c,
                                  int state)
Deprecated. the mediator has not been implemented.

Description copied from class: GroupCriterion
This the mediator for selecting a criterion. Thank to this method, we are able to apply simple rukes like : "only one criterion can be selected at once at the state YES"

Specified by:
selectStatesCriterion in class GroupCriterion
Parameters:
c - the criterion
state - the state
See Also:
selectStatesCriterion

selectLogicalLinkCriterion

public void selectLogicalLinkCriterion(Criterion c,
                                       int ll)
Deprecated. the mediator has not been implemented.

Specified by:
selectLogicalLinkCriterion in class GroupCriterion
Parameters:
c - the criterion
ll - the state
See Also:
selectStatesCriterion