nz.ac.waikato.mcennis.rat.graph.query.actor
Class OrActorQuery

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.graph.query.OrQuery
      extended by nz.ac.waikato.mcennis.rat.graph.query.actor.OrActorQuery
All Implemented Interfaces:
java.lang.Comparable, ActorQuery, Query, ParsedObject

public class OrActorQuery
extends OrQuery
implements ActorQuery


Nested Class Summary
 
Nested classes/interfaces inherited from class nz.ac.waikato.mcennis.rat.graph.query.OrQuery
OrQuery.OrIterator<Type extends java.lang.Comparable>
 
Constructor Summary
OrActorQuery()
           
 
Method Summary
 void buildQuery(java.util.Collection<ActorQuery> source)
           
 java.util.Collection<Actor> execute(Graph g, java.util.Collection<Actor> actorList, java.util.Collection<Link> linkList)
           
protected  java.util.Collection<Actor> executeComponent(java.lang.Object query)
           
 java.util.Iterator<Actor> executeIterator(Graph g, java.util.Collection<Actor> actorList, java.util.Collection<Link> linkList)
           
protected  java.util.Iterator<Actor> executeIterator(java.lang.Object query)
           
protected  void exportQuery(java.lang.Object object, java.io.Writer writer)
           
 void importQuery(java.io.Reader reader)
           
 OrActorQuery prototype()
           
 
Methods inherited from class nz.ac.waikato.mcennis.rat.graph.query.OrQuery
buildingStatus, buildQuery, compareTo, execute, executeIterator, exportQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nz.ac.waikato.mcennis.rat.graph.query.ActorQuery
buildingStatus, exportQuery
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OrActorQuery

public OrActorQuery()
Method Detail

execute

public java.util.Collection<Actor> execute(Graph g,
                                           java.util.Collection<Actor> actorList,
                                           java.util.Collection<Link> linkList)
Specified by:
execute in interface ActorQuery

executeIterator

public java.util.Iterator<Actor> executeIterator(Graph g,
                                                 java.util.Collection<Actor> actorList,
                                                 java.util.Collection<Link> linkList)
Specified by:
executeIterator in interface ActorQuery

executeComponent

protected java.util.Collection<Actor> executeComponent(java.lang.Object query)
Specified by:
executeComponent in class OrQuery

executeIterator

protected java.util.Iterator<Actor> executeIterator(java.lang.Object query)
Specified by:
executeIterator in class OrQuery

exportQuery

protected void exportQuery(java.lang.Object object,
                           java.io.Writer writer)
                    throws java.io.IOException
Specified by:
exportQuery in class OrQuery
Throws:
java.io.IOException

importQuery

public void importQuery(java.io.Reader reader)

buildQuery

public void buildQuery(java.util.Collection<ActorQuery> source)

prototype

public OrActorQuery prototype()
Specified by:
prototype in interface ActorQuery

Get Relational Analysis Toolkit at SourceForge.net. Fast, secure and Free Open Source software downloads