|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ajaest.jdk.data.dict.auxi.QAbout
public class QAbout
Generic class that stores information about a domain query.
Field Summary | |
---|---|
protected java.util.List<ConnectorEnum> |
previousBConnector
previusBConector.get(i) contains relation between queryAbout.get(i) and queryAbout.get(i-1) |
protected java.util.List<QAbout> |
queryDomains
It contains the domain query classes. |
Constructor Summary | |
---|---|
|
QAbout()
|
protected |
QAbout(java.util.List<ConnectorEnum> booleanConnector,
java.util.List<QAbout> domains)
Constructor for superclass. |
Method Summary | |
---|---|
protected void |
addDomain(ConnectorEnum bool,
QAbout qa)
Adds a domain domain and the boolean operand that append it to the expression to the current domain query. |
boolean |
equals(java.lang.Object obj)
|
java.util.List<ConnectorEnum> |
getBooleanCases()
Returns a list of boolean connector where previusBConector.get(i)
contains relation between queryAbout.get(i) and queryAbout.get(i-1) |
java.util.List<QAbout> |
getDomains()
It returns list of domains that inherits from QAbout . |
int |
hashCode()
|
int |
size()
Returns an int representing the size of the criteria. |
java.lang.String |
toString()
Inhrited methods should override this. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.List<QAbout> queryDomains
protected java.util.List<ConnectorEnum> previousBConnector
previusBConector.get(i)
contains relation between queryAbout.get(i)
and queryAbout.get(i-1)
Constructor Detail |
---|
public QAbout()
protected QAbout(java.util.List<ConnectorEnum> booleanConnector, java.util.List<QAbout> domains)
booleanConnector
- domains
- Method Detail |
---|
protected void addDomain(ConnectorEnum bool, QAbout qa)
bool
- boolean operatorqa
- domain criteria
java.lang.RuntimeException
- if domains
contains this classpublic java.util.List<QAbout> getDomains()
QAbout
.
public java.util.List<ConnectorEnum> getBooleanCases()
previusBConector.get(i)
contains relation between queryAbout.get(i)
and queryAbout.get(i-1)
public int size()
int
representing the size of the criteria.
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
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 |