|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Expandable
Expandable interface for S-groups.
Field Summary | |
---|---|
static int |
COORDS_UPDATE
Performs coordinate update during the unbinding of atoms. |
static int |
DEFAULT_OPTIONS
Default expansion/contraction options. |
static int |
FAST_COORDS
Fast coordinate calculation in expand. |
static int |
MDL_EXPAND
MDL like multiple group expansion flag. |
static int |
NONRECURSIVE_EXPAND
Non recursive expansion of child groups. |
static int |
REVERSIBLE_EXPAND
Reversible expansion or contraction. |
Method Summary | |
---|---|
boolean |
contract(int opts)
Contracts the S-group. |
boolean |
expand(int opts)
Expands the S-group. |
boolean |
isExpanded()
Is this S-group expanded? |
Field Detail |
---|
static final int DEFAULT_OPTIONS
static final int MDL_EXPAND
static final int REVERSIBLE_EXPAND
static final int NONRECURSIVE_EXPAND
static final int FAST_COORDS
static final int COORDS_UPDATE
Method Detail |
---|
boolean contract(int opts)
opts
- contraction options (currently neglected)
DEFAULT_OPTIONS
,
REVERSIBLE_EXPAND
boolean expand(int opts)
opts
- expansion options
DEFAULT_OPTIONS
,
MDL_EXPAND
,
REVERSIBLE_EXPAND
,
COORDS_UPDATE
boolean isExpanded()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |