|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tm4j.tolog.DirectInstanceOfExtension
| Constructor Summary | |
DirectInstanceOfExtension()
Deprecated. |
|
| Method Summary | |
protected boolean |
getClassMatches(java.util.List params,
java.util.List matches)
Deprecated. |
boolean |
getInstanceMatches(java.util.List params,
java.util.List matches)
Deprecated. |
int |
getMaxParams()
Deprecated. The extension should return the maximum number of parameters which it supports. |
void |
initialise(TopicMap tm)
Deprecated. This method is called on the extension when the extension is instantiated by the QueryEvaluator and before any calls to the matches() or test() methods. |
boolean |
matches(java.util.List params,
java.util.List matches)
Deprecated. Extension should return true if the PlayerRole
objects in prPairs specify a combination which
is valid under this function. |
boolean |
test(java.util.List params)
Deprecated. Extension should return true if the PlayerRole
objects in prPairs specify a combination which
is valid under this function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DirectInstanceOfExtension()
| Method Detail |
public void initialise(TopicMap tm)
Extension
initialise in interface Extensiontm - the topic map to be queried.
public boolean matches(java.util.List params,
java.util.List matches)
Extensiontrue if the PlayerRole
objects in prPairs specify a combination which
is valid under this function.
matches in interface Extensionparams - A list of PlayerRole objects specifying the value
of each parameter in the function. The list is in parameter order.matches - A List to receive each of the possible matches
returned by this function (each match is specified as a List of
the PlayerRole match value for each parameter postion).public boolean test(java.util.List params)
Extensiontrue if the PlayerRole
objects in prPairs specify a combination which
is valid under this function.
test in interface Extensionparams - A list of PlayerRole objects specifying the value
of each parameter in the function. The list is in parameter order.
protected boolean getClassMatches(java.util.List params,
java.util.List matches)
public boolean getInstanceMatches(java.util.List params,
java.util.List matches)
public int getMaxParams()
Extension
getMaxParams in interface Extension
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||