HEADER

biouml.standard
Class PathwayQueryOptions

biouml.model.QueryOptions
  |
  +--biouml.standard.PathwayQueryOptions

public class PathwayQueryOptions
extends QueryOptions


Fields inherited from class biouml.model.QueryOptions
DEFAULT_DEPTH, DIRECTION_BOTH, DIRECTION_DOWN, DIRECTION_REACHABLE, DIRECTION_UNDEFINED, DIRECTION_UP

Constructor Summary
PathwayQueryOptions(int depth, int direction)
           

Method Summary
 booleanisIncludeSmallMolecules()
           
 voidsetIncludeSmallMolecules(boolean includeSmallMolecules)
           

Methods inherited from class biouml.model.QueryOptions
getDepth, getDirection, setDepth, setDirection

Constructor Detail

PathwayQueryOptions

public PathwayQueryOptions(int depth, int direction)
Method Detail

isIncludeSmallMolecules

public boolean isIncludeSmallMolecules()

setIncludeSmallMolecules

public void setIncludeSmallMolecules(boolean includeSmallMolecules)

FOOTER

BOTTOM