nz.ac.waikato.mcennis.rat.graph.query.graph
Class NullGraphQuery

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.graph.query.graph.NullGraphQuery
All Implemented Interfaces:
java.lang.Comparable, GraphQuery, Query, ParsedObject

public class NullGraphQuery
extends java.lang.Object
implements GraphQuery


Constructor Summary
NullGraphQuery()
           
 
Method Summary
 XMLParserObject.State buildingStatus()
           
 void buildQuery(boolean all)
           
 boolean checkActors(Graph g, java.util.Collection<Actor> actorList)
           
 boolean checkLinks(Graph g, java.util.Collection<Link> linkList)
           
 int compareTo(java.lang.Object o)
           
 java.util.Collection<Graph> execute(Graph g, java.util.Collection<Actor> actorList, java.util.Collection<Link> linkList)
           
 java.util.Iterator<Graph> executeIterator(Graph g, java.util.Collection<Actor> actorList, java.util.Collection<Link> linkList)
           
 void exportQuery(java.io.Writer writer)
           
 java.util.LinkedList<Graph> getAllGraphs(Graph g, java.util.Collection<Actor> actorList, java.util.Collection<Link> linkList)
           
 NullGraphQuery prototype()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullGraphQuery

public NullGraphQuery()
Method Detail

execute

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

executeIterator

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

exportQuery

public void exportQuery(java.io.Writer writer)
                 throws java.io.IOException
Specified by:
exportQuery in interface GraphQuery
Throws:
java.io.IOException

buildingStatus

public XMLParserObject.State buildingStatus()
Specified by:
buildingStatus in interface GraphQuery

prototype

public NullGraphQuery prototype()
Specified by:
prototype in interface GraphQuery

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

getAllGraphs

public java.util.LinkedList<Graph> getAllGraphs(Graph g,
                                                java.util.Collection<Actor> actorList,
                                                java.util.Collection<Link> linkList)

checkActors

public boolean checkActors(Graph g,
                           java.util.Collection<Actor> actorList)

checkLinks

public boolean checkLinks(Graph g,
                          java.util.Collection<Link> linkList)

buildQuery

public void buildQuery(boolean all)

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