Package | Description |
---|---|
hep.wired.cut |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCondition
Adapter for implementing
Condition . |
class |
BooleanCondition
Condition based on comparison with boolean value. |
class |
DoubleCondition
Condition based on comparison with double range. |
class |
IntegerCondition
Condition based on comparison with integer range. |
class |
LongCondition
Condition based on comparison with long range. |
class |
StringCondition
Condition based on comparison with String set. |
Modifier and Type | Field and Description |
---|---|
protected Condition |
ConditionEditor._condition |
Modifier and Type | Field and Description |
---|---|
protected HashSet<Condition> |
AbstractConditionDefinition._conditions |
Modifier and Type | Method and Description |
---|---|
Condition |
AbstractConditionDefinition.createCondition()
Returns a new
Condition object linked to this ConditionDefinition. |
Condition |
ConditionDefinition.createCondition()
Returns a new
Condition object linked to this ConditionDefinition. |
Condition |
ConditionDefinition.createCondition(boolean enabled,
boolean inverted)
Returns a new
Condition object linked to this ConditionDefinition. |
Condition |
ConditionEditor.getCondition()
Returns Condition being edited.
|
Condition |
Cut.getCondition(int index)
Returns condition specified by the index.
|
Condition |
CutEditor.getSelectedCondition()
Returns currently selected condition.
|
Modifier and Type | Method and Description |
---|---|
List<Condition> |
Cut.getConditions()
Returns the list of conditions in this cut.
|
Modifier and Type | Method and Description |
---|---|
void |
Cut.add(Condition condition)
Adds condition to this cut.
|
void |
Cut.remove(Condition condition)
Removes the specified condition from this cut.
|
void |
AbstractConditionDefinition.removeCondition(Condition condition)
Unregisters the specified Condition.
|
void |
ConditionDefinition.removeCondition(Condition condition)
Unregisters the specified Condition.
|
void |
StringConditionEditor.setCondition(Condition condition)
Sets Condition to be edited.
|
void |
ConditionEditor.setCondition(Condition condition)
Sets Condition to be edited.
|
void |
SliderEditor.setCondition(Condition condition) |
Modifier and Type | Method and Description |
---|---|
void |
Cut.addAll(Collection<? extends Condition> conditions) |
Copyright © 1996-2014 FreeHEP. All Rights Reserved.