|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CutWithVariables
A CutWithVariables is a Cut with one or more CutVariable
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.freehep.jas.extension.tupleExplorer.cut.Cut |
---|
Cut.CutGUIListener |
Field Summary |
---|
Fields inherited from interface org.freehep.jas.extension.tupleExplorer.cut.Cut |
---|
CUT_DISABLED, CUT_DISABLED_INVERTED, CUT_ENABLED, CUT_INVERTED |
Method Summary | |
---|---|
void |
addCutVariable(CutVariable cutVariable)
Add a CutVariable to the CutWithVariables |
CutVariable |
getCutVariable(int nCutVar)
Get the nth CutVariable |
ArrayList |
getCutVariables()
Get the list of CutVariables |
int |
getNCutVariables()
Get the number of CutVariables |
void |
removeCutVariable(CutVariable cutVariable)
Remove a CutVariable from the CutWithVariables |
Methods inherited from interface org.freehep.jas.extension.tupleExplorer.cut.Cut |
---|
accept, addCutListener, getCutDataSet, getCutGUIListener, getCutListeners, getName, getState, invert, isEnabled, isInverted, removeCutListener, setCutDataSet, setDisabled, setName, setState |
Methods inherited from interface org.freehep.jas.extension.tupleExplorer.cut.CutVariableListener |
---|
cutVarRangeChanged, cutVarStateChanged, cutVarValueChanged |
Method Detail |
---|
void addCutVariable(CutVariable cutVariable)
cutVariable
- the CutVariable to addvoid removeCutVariable(CutVariable cutVariable)
cutVariable
- the CutVariable to removeArrayList getCutVariables()
CutVariable getCutVariable(int nCutVar)
nCutVar
- the index of the desired CutVariable
int getNCutVariables()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |