Interface Operation
-
- All Known Subinterfaces:
CheckedOperation
- All Known Implementing Classes:
AbstractAnalysisOperation
,AbstractCheckedOperation
,AbstractOperation
,AbstractSearchSelectionOperation
,AddFocusVerticesOperation
,AutoRefreshToggleOperation
,CircleLayoutOperation
,ClearFocusOperation
,D3TopoLayoutOperation
,EventsAlarmsOperation
,FRLayoutOperation
,GridLayoutOperation
,HideLeafElementToggleOperation
,HierarchyLayoutOperation
,IconResetOperation
,IconSelectionOperation
,ImpactAnalysisOperation
,InheritStateOperation
,ISOMLayoutOperation
,KKLayoutOperation
,LayoutOperation
,ManualLayoutOperation
,MetaTopologySelectorOperation
,NodeInfoOperation
,NodeMapQueryLink
,PingOperation
,RealUltimateLayoutOperation
,RedoLayoutOperation
,RemoveFocusOtherVerticesOperation
,RemoveFocusVerticesOperation
,ResetStateOperation
,ResourceGraphsOperation
,RootCauseAnalysisOperation
,SetFocusVertexOperation
,SimpleLayoutOperation
,SimulationModeOperation
,SpringLayoutOperation
,TopoFRLayoutOperation
public interface Operation
-
-
Field Summary
Fields Modifier and Type Field Description static String
OPERATION_CONTEXT_LOCATION
static String
OPERATION_LABEL
static String
OPERATION_MENU_LOCATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
display(List<VertexRef> targets, OperationContext operationContext)
boolean
enabled(List<VertexRef> targets, OperationContext operationContext)
void
execute(List<VertexRef> targets, OperationContext operationContext)
String
getId()
-
-
-
Field Detail
-
OPERATION_MENU_LOCATION
static final String OPERATION_MENU_LOCATION
- See Also:
- Constant Field Values
-
OPERATION_CONTEXT_LOCATION
static final String OPERATION_CONTEXT_LOCATION
- See Also:
- Constant Field Values
-
OPERATION_LABEL
static final String OPERATION_LABEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
void execute(List<VertexRef> targets, OperationContext operationContext)
-
display
boolean display(List<VertexRef> targets, OperationContext operationContext)
-
enabled
boolean enabled(List<VertexRef> targets, OperationContext operationContext)
-
getId
String getId()
-
-