|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipipan.spejd.actions.Action
ipipan.spejd.actions.AgreeAction
public class AgreeAction
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 |
---|
public int[] required()
Action
required
in class Action
public java.util.Set<java.lang.String> getCommonValues(Entity[] match, int[] attrIds)
public boolean unify(Entity[] match, int[] attrIds)
public boolean apply(Match matcher)
Action
apply
in class Action
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |