HEADER

Uses of Class
biouml.model.QueryOptions

Packages that use QueryOptions
biouml.model 
biouml.standard 

Uses of QueryOptions in biouml.model
 

Methods in biouml.model that return QueryOptions
QueryOptionsQueryEngine.getDefaultQueryOptions(Class diagramType)
          
QueryOptionsQueryEngineSupport.getDefaultQueryOptions(Class diagramType)
          
 

Methods in biouml.model with parameters of type QueryOptions
NodeInfo[]QueryEngine.searchLinked(Diagram diagram, Node node, QueryOptions options)
          
abstract NodeInfo[]QueryEngineSupport.getLinked(Diagram diagram, NodeInfo node, QueryOptions opt)
          
NodeInfo[]QueryEngineSupport.searchLinked(Diagram diagram, Node node, QueryOptions options)
          
 

Uses of QueryOptions in biouml.standard
 

Subclasses of QueryOptions in biouml.standard
class PathwayQueryOptions
          
 

Methods in biouml.standard that return QueryOptions
QueryOptionsPathwayQueryEngine.getDefaultQueryOptions(Class diagramType)
          
 

Methods in biouml.standard with parameters of type QueryOptions
NodeInfo[]StandardQueryEngine.getLinked(Diagram diagram, NodeInfo node, QueryOptions opt)
          
 


FOOTER

BOTTOM