public interface CutManager
| Modifier and Type | Method and Description | 
|---|---|
Set<ConditionDefinition> | 
getCurrentDefinitions()
Returns a set of condition definitions applicable to the currently loaded record. 
 | 
Set<ConditionDefinition> | 
getCurrentDefinitions(Cut cut)
Returns a set of condition definitions applicable to the currently loaded record and the specified cut. 
 | 
ConditionDefinition | 
getDefinition(String name)
Returns ConditionDefinition with the specified name. 
 | 
Collection<ConditionDefinition> | 
getDefinitions()
Returns a set of all known condition definitions. 
 | 
void | 
showConditionEditor(ConditionEditor editor)
Displays pre-initialized condition editor. 
 | 
void showConditionEditor(ConditionEditor editor)
Collection<ConditionDefinition> getDefinitions()
ConditionDefinition getDefinition(String name)
Set<ConditionDefinition> getCurrentDefinitions()
Set<ConditionDefinition> getCurrentDefinitions(Cut cut)
Copyright © 1996-2014 FreeHEP. All Rights Reserved.