org.freehep.jas.extension.tupleExplorer.cut
Class CutColumn

java.lang.Object
  extended by org.freehep.jas.extension.tupleExplorer.mutableTuple.MutableTupleColumn
      extended by org.freehep.jas.extension.tupleExplorer.cut.CutColumn
All Implemented Interfaces:
hep.aida.ref.tuple.FTupleColumn

public class CutColumn
extends MutableTupleColumn

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

Constructor Summary
CutColumn(Cut cut, MutableTuple tuple)
           
 
Method Summary
 void defaultValue(org.freehep.util.Value value)
           
 Cut getCut()
           
 int getState()
           
 boolean isFolder()
           
 void maxValue(org.freehep.util.Value value)
           
 void meanValue(org.freehep.util.Value value)
           
 void minValue(org.freehep.util.Value value)
           
 void rmsValue(org.freehep.util.Value value)
           
 void setState(int state)
           
 Class type()
           
 void value(hep.aida.ref.tuple.FTupleCursor cursor, org.freehep.util.Value value)
           
 
Methods inherited from class org.freehep.jas.extension.tupleExplorer.mutableTuple.MutableTupleColumn
calculateLimits, cursorAdvanced, enableColumnsInCursor, hasDefaultValue, isCompatible, limitsCalculated, name, parent, setName, treePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CutColumn

public CutColumn(Cut cut,
                 MutableTuple tuple)
Method Detail

value

public void value(hep.aida.ref.tuple.FTupleCursor cursor,
                  org.freehep.util.Value value)
Overrides:
value in class MutableTupleColumn

maxValue

public void maxValue(org.freehep.util.Value value)
Specified by:
maxValue in interface hep.aida.ref.tuple.FTupleColumn
Overrides:
maxValue in class MutableTupleColumn

minValue

public void minValue(org.freehep.util.Value value)
Specified by:
minValue in interface hep.aida.ref.tuple.FTupleColumn
Overrides:
minValue in class MutableTupleColumn

meanValue

public void meanValue(org.freehep.util.Value value)
Specified by:
meanValue in interface hep.aida.ref.tuple.FTupleColumn
Overrides:
meanValue in class MutableTupleColumn

defaultValue

public void defaultValue(org.freehep.util.Value value)
Specified by:
defaultValue in interface hep.aida.ref.tuple.FTupleColumn
Overrides:
defaultValue in class MutableTupleColumn

rmsValue

public void rmsValue(org.freehep.util.Value value)
Specified by:
rmsValue in interface hep.aida.ref.tuple.FTupleColumn
Overrides:
rmsValue in class MutableTupleColumn

type

public Class type()
Specified by:
type in interface hep.aida.ref.tuple.FTupleColumn
Overrides:
type in class MutableTupleColumn

isFolder

public boolean isFolder()
Overrides:
isFolder in class MutableTupleColumn

getCut

public Cut getCut()

getState

public int getState()

setState

public void setState(int state)


Copyright © 2013. All Rights Reserved.