nz.ac.waikato.mcennis.rat.graph.query
Interface ActorQuery

All Superinterfaces:
java.lang.Comparable, ParsedObject, Query
All Known Implementing Classes:
ActorByLink, ActorByMode, ActorByProperty, AndActorQuery, NullActorQuery, OrActorQuery, XorActorQuery

public interface ActorQuery
extends Query

Class for general queries generating subgraphs. Currently in pre-planning stages This class is a stub to satisfy the graph methods that reference it.


Method Summary
 XMLParserObject.State buildingStatus()
           
 java.util.Collection<Actor> execute(Graph g, java.util.Collection<Actor> actorList, java.util.Collection<Link> linkList)
           
 java.util.Iterator<Actor> executeIterator(Graph g, java.util.Collection<Actor> actorList, java.util.Collection<Link> linkList)
           
 void exportQuery(java.io.Writer writer)
           
 ActorQuery prototype()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

execute

java.util.Collection<Actor> execute(Graph g,
                                    java.util.Collection<Actor> actorList,
                                    java.util.Collection<Link> linkList)

executeIterator

java.util.Iterator<Actor> executeIterator(Graph g,
                                          java.util.Collection<Actor> actorList,
                                          java.util.Collection<Link> linkList)

exportQuery

void exportQuery(java.io.Writer writer)
                 throws java.io.IOException
Throws:
java.io.IOException

buildingStatus

XMLParserObject.State buildingStatus()

prototype

ActorQuery prototype()

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