Package | Description |
---|---|
hep.wired.cut |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConditionDefinition
Adapter for implementing
ConditionDefinition . |
class |
BooleanConditionDefinition
Definition for conditions based on boolean value.
|
class |
DoubleConditionDefinition |
class |
IntegerConditionDefinition |
class |
LongConditionDefinition |
class |
StringConditionDefinition |
Modifier and Type | Field and Description |
---|---|
protected ConditionDefinition |
AbstractCondition._definition |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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-2014 FreeHEP. All Rights Reserved.