|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--RightFunction
Constructor Summary | |
RightFunction()
Default constructor. |
Method Summary | |
void |
command(VRObject target)
Do a command. |
void |
command(VRObject target,
VRObject reference)
Do a command. |
boolean |
query(VRObject target)
Query an object. |
boolean |
query(VRObject target,
VRObject reference)
Do a query taking two objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RightFunction()
Method Detail |
public void command(VRObject target)
RelFunction
command
in interface RelFunction
RelFunction
target
- The target object to do command on.public boolean query(VRObject target)
RelFunction
query
in interface RelFunction
RelFunction
target
- The object to query.
Returns true or false base on query.public void command(VRObject target, VRObject reference)
RelFunction
command
in interface RelFunction
RelFunction
target
- The target object to perform the command on.reference
- A reference object.public boolean query(VRObject target, VRObject reference)
RelFunction
query
in interface RelFunction
RelFunction
target
- The target object in the query.reference
- The reference object in the query.
Returns true or false base on query.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |