biouml.model
Interface QueryEngine

All Known Implementing Classes:
QueryEngineSupport

public interface QueryEngine


Method Summary
 NodeInfo[] addLinked(Diagram diagram, Node start, NodeInfo[] nodeInfoArr)
           
 QueryOptions getDefaultQueryOptions(java.lang.Class diagramType)
           
 NodeInfo[] searchLinked(Diagram diagram, Node node, QueryOptions options)
           
 

Method Detail

getDefaultQueryOptions

public QueryOptions getDefaultQueryOptions(java.lang.Class diagramType)

searchLinked

public NodeInfo[] searchLinked(Diagram diagram,
                               Node node,
                               QueryOptions options)
                        throws java.lang.Exception
Throws:
java.lang.Exception

addLinked

public NodeInfo[] addLinked(Diagram diagram,
                            Node start,
                            NodeInfo[] nodeInfoArr)


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.