nz.ac.waikato.mcennis.rat.graph.query
Interface GraphQuery
- All Superinterfaces:
- java.lang.Comparable, ParsedObject, Query
- All Known Implementing Classes:
- AllGraphs, AndGraphQuery, GraphByActor, GraphByID, GraphByLevel, GraphByLink, GraphByProperty, NullGraphQuery, OrGraphQuery, XorGraphQuery
public interface GraphQuery
- 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.
Methods inherited from interface java.lang.Comparable |
compareTo |
execute
java.util.Collection<Graph> execute(Graph g,
java.util.Collection<Actor> actorList,
java.util.Collection<Link> linkList)
executeIterator
java.util.Iterator<Graph> 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
GraphQuery prototype()