HEADER

biouml.model
Interface QueryEngine

All Known Implementing Classes:
QueryEngineSupport

public interface QueryEngine


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

Method Detail

addLinked

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

getDefaultQueryOptions

public QueryOptions getDefaultQueryOptions(Class diagramType)

searchLinked

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

FOOTER

BOTTOM