Modifier and Type | Method and Description |
---|---|
Collection<VertexRef> |
SelectionContext.getSelectedVertexRefs() |
Collection<VertexRef> |
DefaultSelectionContext.getSelectedVertexRefs() |
Collection<VertexRef> |
GraphContainer.getVertexRefForest(Collection<VertexRef> vertexRefs) |
Modifier and Type | Method and Description |
---|---|
Point |
Layout.getInitialLocation(VertexRef v) |
protected static String |
AbstractOperation.getIpAddrValue(OperationContext operationContext,
VertexRef target) |
protected static String |
AbstractOperation.getLabelValue(OperationContext operationContext,
VertexRef target) |
Point |
Layout.getLocation(VertexRef v) |
protected static Integer |
AbstractOperation.getNodeIdValue(OperationContext operationContext,
VertexRef target) |
protected static Vertex |
AbstractOperation.getVertexItem(OperationContext operationContext,
VertexRef target) |
boolean |
SelectionContext.isVertexRefSelected(VertexRef vertexRef) |
boolean |
DefaultSelectionContext.isVertexRefSelected(VertexRef vertexRef) |
void |
Layout.setLocation(VertexRef vertex,
int x,
int y) |
void |
Layout.setLocation(VertexRef v,
Point location) |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
Layout.computeBoundingBox(Collection<VertexRef> vertRefs) |
boolean |
SelectionContext.deselectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
DefaultSelectionContext.deselectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
Operation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
Operation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractCheckedOperation.enabled(List<VertexRef> vertices,
OperationContext context)
By default, call
#enabled(OperationContext) |
Operation.Undoer |
Operation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Collection<VertexRef> |
GraphContainer.getVertexRefForest(Collection<VertexRef> vertexRefs) |
boolean |
CheckedOperation.isChecked(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractCheckedOperation.isChecked(List<VertexRef> vertices,
OperationContext context)
By default, call
#isChecked(OperationContext) |
boolean |
SelectionContext.selectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
DefaultSelectionContext.selectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
SelectionContext.setSelectedVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
DefaultSelectionContext.setSelectedVertexRefs(Collection<? extends VertexRef> vertexRefs) |
Modifier and Type | Interface and Description |
---|---|
interface |
Vertex |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVertex |
class |
AbstractVertexRef |
class |
SimpleGroup |
class |
SimpleLeafVertex |
class |
WrappedGroup |
class |
WrappedLeafVertex |
class |
WrappedVertex |
Modifier and Type | Method and Description |
---|---|
VertexRef |
Vertex.getParent()
TODO: To support Many-to-Many grouping, this function will need to be
enhanced to return an array of vertices.
|
VertexRef |
AbstractVertex.getParent() |
VertexRef |
SimpleConnector.getVertex() |
VertexRef |
Connector.getVertex() |
Modifier and Type | Method and Description |
---|---|
protected AbstractEdge |
AbstractTopologyProvider.connectVertices(String id,
VertexRef sourceId,
VertexRef targetId) |
Edge |
GraphProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId) |
Edge |
AbstractTopologyProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId) |
boolean |
VertexProvider.containsVertexId(VertexRef id) |
boolean |
SimpleVertexProvider.containsVertexId(VertexRef id) |
boolean |
DelegatingVertexEdgeProvider.containsVertexId(VertexRef id) |
List<Vertex> |
VertexProvider.getChildren(VertexRef group) |
List<Vertex> |
SimpleVertexProvider.getChildren(VertexRef group) |
List<Vertex> |
DelegatingVertexEdgeProvider.getChildren(VertexRef group) |
EdgeRef[] |
GraphProvider.getEdgeIdsForVertex(VertexRef vertex) |
EdgeRef[] |
AbstractTopologyProvider.getEdgeIdsForVertex(VertexRef vertex) |
Vertex |
VertexProvider.getParent(VertexRef vertex) |
Vertex |
SimpleVertexProvider.getParent(VertexRef vertex) |
Vertex |
DelegatingVertexEdgeProvider.getParent(VertexRef vertex) |
int |
VertexProvider.getSemanticZoomLevel(VertexRef vertex) |
int |
SimpleVertexProvider.getSemanticZoomLevel(VertexRef vertex) |
int |
DelegatingVertexEdgeProvider.getSemanticZoomLevel(VertexRef vertex) |
Status |
StatusProvider.getStatusForVertex(VertexRef vertex) |
Vertex |
VertexProvider.getVertex(VertexRef reference) |
Vertex |
SimpleVertexProvider.getVertex(VertexRef reference) |
Vertex |
DelegatingVertexEdgeProvider.getVertex(VertexRef reference) |
boolean |
VertexProvider.hasChildren(VertexRef group) |
boolean |
SimpleVertexProvider.hasChildren(VertexRef group) |
boolean |
DelegatingVertexEdgeProvider.hasChildren(VertexRef group) |
void |
SimpleVertexProvider.remove(VertexRef... vertices) |
void |
GraphProvider.removeVertex(VertexRef... vertexId) |
void |
AbstractTopologyProvider.removeVertex(VertexRef... vertexId) |
void |
Vertex.setParent(VertexRef parent)
TODO: To support Many-to-Many grouping, this function will need to be
enhanced add to a list of parents.
|
void |
AbstractVertex.setParent(VertexRef parent) |
boolean |
VertexProvider.setParent(VertexRef child,
VertexRef parent) |
boolean |
SimpleVertexProvider.setParent(VertexRef child,
VertexRef parent) |
boolean |
GraphProvider.setParent(VertexRef vertexId,
VertexRef parentId) |
boolean |
DelegatingVertexEdgeProvider.setParent(VertexRef child,
VertexRef parent) |
Modifier and Type | Method and Description |
---|---|
Collection<Status> |
StatusProvider.getStatusForVertices(Collection<VertexRef> vertices) |
List<Vertex> |
VertexProvider.getVertices(Collection<? extends VertexRef> references) |
List<Vertex> |
SimpleVertexProvider.getVertices(Collection<? extends VertexRef> references) |
List<Vertex> |
DelegatingVertexEdgeProvider.getVertices(Collection<? extends VertexRef> references) |
void |
SimpleVertexProvider.remove(List<VertexRef> vertices) |
Constructor and Description |
---|
AbstractVertexRef(VertexRef ref) |
SimpleConnector(String namespace,
String id,
String label,
VertexRef vertex) |
SimpleConnector(String namespace,
String id,
String label,
VertexRef vertex,
AbstractEdge edge) |
SimpleConnector(String namespace,
String id,
VertexRef vertex) |
SimpleConnector(String namespace,
String id,
VertexRef vertex,
AbstractEdge edge) |
WrappedVertex(VertexRef vertex) |
Modifier and Type | Method and Description |
---|---|
Collection<VertexRef> |
DefaultSelectionManager.getSelectedVertexRefs() |
Collection<VertexRef> |
VEProviderGraphContainer.getVertexRefForest(Collection<VertexRef> vertexRefs) |
Modifier and Type | Method and Description |
---|---|
void |
VEProviderGraphContainer.addRefTreeToSet(VertexRef vertexId,
Set<VertexRef> processed) |
Edge |
MergingGraphProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId)
TODO Is this going to work properly?
|
boolean |
MergingGraphProvider.containsVertexId(VertexRef id) |
List<Vertex> |
MergingGraphProvider.getChildren(VertexRef group) |
EdgeRef[] |
MergingGraphProvider.getEdgeIdsForVertex(VertexRef vertex)
TODO This will miss edges provided by auxiliary edge providers
|
Point |
DefaultLayout.getInitialLocation(VertexRef v) |
Point |
DefaultLayout.getLocation(VertexRef v) |
Vertex |
MergingGraphProvider.getParent(VertexRef vertex) |
int |
MergingGraphProvider.getSemanticZoomLevel(VertexRef vertex) |
Vertex |
MergingGraphProvider.getVertex(VertexRef reference) |
boolean |
MergingGraphProvider.hasChildren(VertexRef group) |
boolean |
DefaultSelectionManager.isVertexRefSelected(VertexRef vertexRef) |
void |
MergingGraphProvider.removeVertex(VertexRef... vertexId) |
void |
DefaultLayout.setLocation(VertexRef v,
int x,
int y) |
void |
DefaultLayout.setLocation(VertexRef v,
Point location) |
boolean |
MergingGraphProvider.setParent(VertexRef vertexId,
VertexRef parentId)
This function will always delegate to the base graph provider.
|
Modifier and Type | Method and Description |
---|---|
void |
VEProviderGraphContainer.addRefTreeToSet(VertexRef vertexId,
Set<VertexRef> processed) |
BoundingBox |
DefaultLayout.computeBoundingBox(Collection<VertexRef> vertRefs) |
boolean |
DefaultSelectionManager.deselectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
void |
OperationCommand.doCommand(List<VertexRef> targets,
OperationContext operationContext) |
void |
Command.doCommand(List<VertexRef> target,
OperationContext operationContext) |
Collection<VertexRef> |
VEProviderGraphContainer.getVertexRefForest(Collection<VertexRef> vertexRefs) |
List<Vertex> |
MergingGraphProvider.getVertices(Collection<? extends VertexRef> references) |
boolean |
DefaultSelectionManager.selectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
DefaultSelectionManager.setSelectedVertexRefs(Collection<? extends VertexRef> vertexRefs) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.collections15.Transformer<VertexRef,Point2D> |
AbstractLayoutAlgorithm.initializer(Layout graphLayout) |
protected org.apache.commons.collections15.Transformer<VertexRef,Point2D> |
AbstractLayoutAlgorithm.initializer(Layout graphLayout,
int xOffset,
int yOffset) |
Modifier and Type | Method and Description |
---|---|
boolean |
RenameGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexFromGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RedoLayoutOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
OpenOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
LayoutOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
HistoryOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
DeleteGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
CreateGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ConnectOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexToGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RenameGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexFromGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RedoLayoutOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
OpenOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
HistoryOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
DeleteGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
CreateGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ConnectOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexToGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RenameGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RemoveVertexFromGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RedoLayoutOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
OpenOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
LayoutOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
HistoryOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
DeleteGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
CreateGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ConnectOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
AddVertexToGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
TracerouteOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResourceGraphsOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
PingOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NodeInfoOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
EventsAlarmsOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
TracerouteOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ResourceGraphsOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
PingOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
NodeInfoOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
EventsAlarmsOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
SaveToXmlOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SaveToXmlOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
SaveToXmlOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Class and Description |
---|---|
static class |
NCSEdgeProvider.NCSVertex |
Modifier and Type | Method and Description |
---|---|
Status |
AlarmStatusProvider.getStatusForVertex(VertexRef vertexRef) |
Modifier and Type | Method and Description |
---|---|
Collection<Status> |
AlarmStatusProvider.getStatusForVertices(Collection<VertexRef> vertices) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExampleOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ExampleOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ExampleOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
RefreshOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
HideNodesWithoutLinksOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RefreshOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RefreshOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
HideNodesWithoutLinksOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
SaveOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SaveOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
SaveOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ResetOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RemoveVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
ErdosReniyOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
BarabasiAlbertOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ErdosReniyOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
BarabasiAlbertOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ErdosReniyOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
BarabasiAlbertOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
SaveOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SaveOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
SaveOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
ResetOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
RemoveVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
AddVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
VmwareRefreshOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
VmwareRefreshOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
VmwareRefreshOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
SSHOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SSHOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
Operation.Undoer |
SSHOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Copyright © 2015. All Rights Reserved.