Package | Description |
---|---|
hep.wired.cut |
Modifier and Type | Method and Description |
---|---|
Cut |
AbstractCondition.getCut()
Returns the Cut this Condition belongs to.
|
Cut |
Condition.getCut()
Returns the Cut this Condition belongs to.
|
Cut |
CutSetEditor.getSelectedCut() |
Modifier and Type | Method and Description |
---|---|
List<Cut> |
CutSetEditor.getCuts() |
Set<Cut> |
CutSet.getCuts()
Returns a set of all cuts this CutSet knows about - both enabled and disabled.
|
Modifier and Type | Method and Description |
---|---|
void |
CutSetEditor.add(Cut cut)
Adds the specified cut.
|
void |
CutSetEditor.delete(Cut cut)
Deletes the specified cut.
|
protected void |
CutSet.disable(Cut cut) |
protected void |
CutSet.enable(Cut cut) |
protected void |
CutSet.enable(Cut cut,
boolean inverted) |
Set<ConditionDefinition> |
CutManager.getCurrentDefinitions(Cut cut)
Returns a set of condition definitions applicable to the currently loaded record and the specified cut.
|
Boolean |
CutSet.isCutEnabled(Cut cut)
Returns true if the specified cut is enabled in this CutSet.
|
Boolean |
CutSet.isCutInverted(Cut cut)
Returns true if the specified cut is inverted in this CutSet.
|
void |
CutSet.remove(Cut cut)
Removes the specified cut from this CutSet.
|
void |
CutEditor.setCut(Cut cut) |
void |
AbstractCondition.setCut(Cut cut)
Sets the Cut this Condition belongs to.
|
void |
Condition.setCut(Cut cut)
Sets the Cut this Condition belongs to.
|
void |
CutSet.setEnabled(Cut cut,
boolean enabled)
Sets whether or not the specified cut is enabled in this CutSet.
|
void |
CutSet.setInverted(Cut cut,
boolean inverted)
Sets whether or not the specified cut is inverted in this CutSet.
|
Copyright © 1996-2014 FreeHEP. All Rights Reserved.