|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.query.parser.AbstractClause
public abstract class AbstractClause
INTERNAL: Common superclass for or clauses and other kinds of clauses.
Constructor Summary | |
---|---|
AbstractClause()
|
Method Summary | |
---|---|
abstract java.util.Collection |
getAllLiterals()
INTERNAL: Returns all the literals used by this clause as parameters. |
abstract java.util.Collection |
getAllVariables()
INTERNAL: Returns all the variables bound by this clause when it is satisfied. |
abstract java.util.List |
getArguments()
INTERNAL: Returns the arguments of this clause. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractClause()
Method Detail |
---|
public abstract java.util.Collection getAllVariables()
public abstract java.util.Collection getAllLiterals()
public abstract java.util.List getArguments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |