Uses of Interface
hep.wired.cut.ConditionDefinition

Packages that use ConditionDefinition
hep.wired.cut   
 

Uses of ConditionDefinition in hep.wired.cut
 

Classes in hep.wired.cut that implement ConditionDefinition
 class AbstractConditionDefinition
          Adapter for implementing ConditionDefinition.
 class BooleanConditionDefinition
          Definition for conditions based on boolean value.
 class DoubleConditionDefinition
           
 class IntegerConditionDefinition
           
 class LongConditionDefinition
           
 class StringConditionDefinition
           
 

Fields in hep.wired.cut declared as ConditionDefinition
protected  ConditionDefinition AbstractCondition._definition
           
 

Methods in hep.wired.cut that return ConditionDefinition
 ConditionDefinition AbstractCondition.getDefinition()
          Returns ConditionDefinition associated with this condition.
 ConditionDefinition Condition.getDefinition()
          Returns ConditionDefinition associated with this condition.
 ConditionDefinition CutManager.getDefinition(String name)
          Returns ConditionDefinition with the specified name.
 

Methods in hep.wired.cut that return types with arguments of type ConditionDefinition
 Set<ConditionDefinition> CutManager.getCurrentDefinitions()
          Returns a set of condition definitions applicable to the currently loaded record.
 Set<ConditionDefinition> CutManager.getCurrentDefinitions(Cut cut)
          Returns a set of condition definitions applicable to the currently loaded record and the specified cut.
 Collection<ConditionDefinition> CutManager.getDefinitions()
          Returns a set of all known condition definitions.
 

Method parameters in hep.wired.cut with type arguments of type ConditionDefinition
 void Cut.synchronize(Collection<ConditionDefinition> definitions)
          Removes conditions whose definitions are not in the supplied collection, creates and adds disabled condition for every definition from the collection that is not already used by this cut.
 

Constructors in hep.wired.cut with parameters of type ConditionDefinition
AbstractCondition(ConditionDefinition definition, boolean enabled, boolean inverted)
           
BooleanCondition(ConditionDefinition definition)
           
BooleanCondition(ConditionDefinition definition, boolean enabled, boolean inverted)
           
DoubleCondition(ConditionDefinition definition)
           
DoubleCondition(ConditionDefinition definition, boolean enabled, boolean inverted)
           
DoubleCondition(ConditionDefinition definition, boolean enabled, boolean inverted, double min, double max)
           
DoubleCondition(ConditionDefinition definition, double min, double max)
           
IntegerCondition(ConditionDefinition definition)
           
IntegerCondition(ConditionDefinition definition, boolean enabled, boolean inverted)
           
IntegerCondition(ConditionDefinition definition, boolean enabled, boolean inverted, int min, int max)
           
IntegerCondition(ConditionDefinition definition, int min, int max)
           
LongCondition(ConditionDefinition definition)
           
LongCondition(ConditionDefinition definition, boolean enabled, boolean inverted)
           
LongCondition(ConditionDefinition definition, boolean enabled, boolean inverted, long min, long max)
           
LongCondition(ConditionDefinition definition, long min, long max)
           
 



Copyright © 1996-2013 FreeHEP. All Rights Reserved.