ipipan.spejd.actions
Class AgreeAction

java.lang.Object
  extended by ipipan.spejd.actions.Action
      extended by ipipan.spejd.actions.AgreeAction

public class AgreeAction
extends Action


Method Summary
 boolean apply(Match matcher)
          Apply the action to the match.
 java.util.Set<java.lang.String> getCommonValues(Entity[] match, int[] attrIds)
          This is an exact copy of Entity's method - to get rid of "static" Get common values of specified attributes of specified entities.
 int[] required()
          Entity specifications required by this action.
 java.lang.String toString()
           
 boolean unify(Entity[] match, int[] attrIds)
          This is an exact copy of Entity's method - to get rid of "static" Unify specified entities with respect to specified attributes.
 
Methods inherited from class ipipan.spejd.actions.Action
setRule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

required

public int[] required()
Description copied from class: Action
Entity specifications required by this action.

Specified by:
required in class Action

getCommonValues

public java.util.Set<java.lang.String> getCommonValues(Entity[] match,
                                                       int[] attrIds)
This is an exact copy of Entity's method - to get rid of "static" Get common values of specified attributes of specified entities.


unify

public boolean unify(Entity[] match,
                     int[] attrIds)
This is an exact copy of Entity's method - to get rid of "static" Unify specified entities with respect to specified attributes.


apply

public boolean apply(Match matcher)
Description copied from class: Action
Apply the action to the match.

Specified by:
apply in class Action

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object