biouml.model
Class QueryOptions
java.lang.Object
biouml.model.QueryOptions
- Direct Known Subclasses:
- PathwayQueryOptions
- public class QueryOptions
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_DEPTH
public static final int DEFAULT_DEPTH
- See Also:
- Constant Field Values
DIRECTION_UNDEFINED
public static final int DIRECTION_UNDEFINED
- See Also:
- Constant Field Values
DIRECTION_UP
public static final int DIRECTION_UP
- See Also:
- Constant Field Values
DIRECTION_DOWN
public static final int DIRECTION_DOWN
- See Also:
- Constant Field Values
DIRECTION_REACHABLE
public static final int DIRECTION_REACHABLE
- See Also:
- Constant Field Values
DIRECTION_BOTH
public static final int DIRECTION_BOTH
- See Also:
- Constant Field Values
QueryOptions
public QueryOptions()
QueryOptions
public QueryOptions(int depth,
int direction)
getDepth
public int getDepth()
setDepth
public void setDepth(int depth)
getDirection
public int getDirection()
setDirection
public void setDirection(int direction)
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.