|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.virtuosotechnologies.asaph.model.opsemantics.AndPredicateSemantics.DefaultImplementation
The default implementation of AndPredicateSemantics
Nested Class Summary |
Nested classes inherited from class com.virtuosotechnologies.asaph.model.opsemantics.AndPredicateSemantics |
AndPredicateSemantics.DefaultImplementation |
Constructor Summary | |
AndPredicateSemantics.DefaultImplementation(Iterator children)
Constructor |
|
AndPredicateSemantics.DefaultImplementation(PredicateSemantics[] children)
Constructor |
|
AndPredicateSemantics.DefaultImplementation(PredicateSemantics child1,
PredicateSemantics child2)
Constructor |
Method Summary | |
boolean |
equals(Object obj)
The equals method should return true if the given object is a SongOperation with the same semantics as this one. |
List |
getChildren()
Get the immutable collection of child predicates. |
void |
perform(SongIDResultSet resultSet)
Performs the operation on the given result set. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AndPredicateSemantics.DefaultImplementation(Iterator children)
children
- iterator over children to addpublic AndPredicateSemantics.DefaultImplementation(PredicateSemantics child1, PredicateSemantics child2)
child1
- a childchild2
- a childpublic AndPredicateSemantics.DefaultImplementation(PredicateSemantics[] children)
children
- an array of child predicatesMethod Detail |
public List getChildren()
getChildren
in interface AndPredicateSemantics
public void perform(SongIDResultSet resultSet) throws SongDatabaseFailedException
perform
in interface SongOperation
resultSet
- the SongIDResultSet
SongDatabaseFailedException
- Catch-all exception for database-related
problems. This will often have a cause exception, which may be exceptions
like IOException or SQLException.public boolean equals(Object obj)
equals
in interface SongOperation
obj
- object to test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |