hep.wired.cut
Interface CutManager


public interface CutManager

Interface to be implemented by the component that manages cuts and displays editors.

Version:
$Id: $
Author:
Dmitry Onoprienko

Method Summary
 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.
 

Method Detail

showConditionEditor

void showConditionEditor(ConditionEditor editor)
Displays pre-initialized condition editor.


getDefinitions

Collection<ConditionDefinition> getDefinitions()
Returns a set of all known condition definitions.


getDefinition

ConditionDefinition getDefinition(String name)
Returns ConditionDefinition with the specified name. Returns null in no such condition is known to this CutManager.


getCurrentDefinitions

Set<ConditionDefinition> getCurrentDefinitions()
Returns a set of condition definitions applicable to the currently loaded record.


getCurrentDefinitions

Set<ConditionDefinition> getCurrentDefinitions(Cut cut)
Returns a set of condition definitions applicable to the currently loaded record and the specified cut.



Copyright © 1996-2013 FreeHEP. All Rights Reserved.