org.freehep.jas.extension.tupleExplorer.cut
Interface CutWithVariables

All Superinterfaces:
Cut, CutVariableListener, EventListener
All Known Implementing Classes:
AbstractCutWithVariables, Numeric1DCut

public interface CutWithVariables
extends Cut, CutVariableListener

A CutWithVariables is a Cut with one or more CutVariable

Version:
$Id: CutWithVariables.java 13893 2011-09-28 23:42:34Z tonyj $
Author:
turri

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

addCutVariable

void addCutVariable(CutVariable cutVariable)
Add a CutVariable to the CutWithVariables

Parameters:
cutVariable - the CutVariable to add

removeCutVariable

void removeCutVariable(CutVariable cutVariable)
Remove a CutVariable from the CutWithVariables

Parameters:
cutVariable - the CutVariable to remove

getCutVariables

ArrayList getCutVariables()
Get the list of CutVariables

Returns:
the list of CutVariables

getCutVariable

CutVariable getCutVariable(int nCutVar)
Get the nth CutVariable

Parameters:
nCutVar - the index of the desired CutVariable
Returns:
the nth CutVariables

getNCutVariables

int getNCutVariables()
Get the number of CutVariables

Returns:
the number of CutVariables


Copyright © 2013. All Rights Reserved.