Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Point> |
Layout.getLocations() |
Collection<VertexRef> |
DefaultSelectionContext.getSelectedVertexRefs() |
Collection<VertexRef> |
SelectionContext.getSelectedVertexRefs() |
Collection<VertexRef> |
GraphContainer.getVertexRefForest(Collection<VertexRef> vertexRefs) |
Set<VertexRef> |
VerticesUpdateManager.VerticesUpdateEvent.getVertexRefs() |
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 |
DefaultSelectionContext.isVertexRefSelected(VertexRef vertexRef) |
boolean |
SelectionContext.isVertexRefSelected(VertexRef vertexRef) |
void |
Layout.setLocation(VertexRef v,
Point location) |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
Layout.computeBoundingBox(Collection<VertexRef> vertRefs) |
boolean |
DefaultSelectionContext.deselectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
SelectionContext.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 |
AbstractCheckedOperation.enabled(List<VertexRef> vertices,
OperationContext context)
By default, call {@link #enabled(GraphContainer)
|
boolean |
AbstractOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
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
AbstractCheckedOperation.isChecked(GraphContainer) |
boolean |
DefaultSelectionContext.selectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
SelectionContext.selectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
DefaultSelectionContext.setSelectedVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
SelectionContext.setSelectedVertexRefs(Collection<? extends VertexRef> vertexRefs) |
Constructor and Description |
---|
VerticesUpdateEvent(Set<VertexRef> vertexRefs,
GraphProvider source) |
VerticesUpdateEvent(Set<VertexRef> vertexRefs,
GraphProvider source,
boolean displayingAllVertices) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSelectionLinkGenerator.fireVertexUpdatedEvent(VertexRef vertexRef) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSelectionLinkGenerator.fireVertexUpdatedEvent(Collection<VertexRef> vertexRefs) |
SelectionChangedListener.Selection |
SelectionAware.getSelection(List<VertexRef> selectedVertices,
ContentType type)
Converts the provided
selectedVertices to a Selection. |
Modifier and Type | Method and Description |
---|---|
Collection<VertexRef> |
GeoAssetProvider.getNodesWithCoordinates() |
Modifier and Type | Method and Description |
---|---|
protected VertexRef |
VertexInfoPanelItem.findSingleSelectedItem(GraphContainer container) |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Set<EdgeRef>> |
VertexHopGraphProvider.getEdgeIdsForVertices(VertexRef... vertices)
TODO This will miss edges provided by auxiliary edge providers
|
Set<VertexRef> |
VertexHopGraphProvider.getFocusNodes(Criteria... criteria) |
protected static Set<VertexRef> |
SavedHistory.getFocusVertices(GraphContainer graphContainer) |
static Map<VertexRef,Set<Vertex>> |
VertexHopGraphProvider.getMapOfVerticesToCollapsedVertices(CollapsibleCriteria[] criteria) |
abstract Set<VertexRef> |
VertexHopGraphProvider.VertexHopCriteria.getVertices() |
Set<VertexRef> |
VertexHopGraphProvider.WrappedVertexHopCriteria.getVertices() |
Set<VertexRef> |
VertexHopGraphProvider.DefaultVertexHopCriteria.getVertices() |
Map<VertexRef,Point> |
VertexRefPointMapAdapter.unmarshal(VertexRefPointMapAdapter.VertexRefPointMap v) |
Set<VertexRef> |
VertexRefSetAdapter.unmarshal(VertexRefSetAdapter.VertexRefSet v) |
Modifier and Type | Method and Description |
---|---|
Edge |
VertexHopGraphProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId) |
boolean |
VertexHopGraphProvider.WrappedVertexHopCriteria.contains(VertexRef vertexRef) |
boolean |
VertexHopGraphProvider.containsVertexId(VertexRef id,
Criteria... criteria) |
List<Vertex> |
VertexHopGraphProvider.getChildren(VertexRef group,
Criteria... criteria) |
EdgeRef[] |
VertexHopGraphProvider.getEdgeIdsForVertex(VertexRef vertex) |
Map<VertexRef,Set<EdgeRef>> |
VertexHopGraphProvider.getEdgeIdsForVertices(VertexRef... vertices)
TODO This will miss edges provided by auxiliary edge providers
|
Vertex |
VertexHopGraphProvider.getParent(VertexRef vertex) |
int |
VertexHopGraphProvider.getSemanticZoomLevel(VertexRef vertex) |
Vertex |
VertexHopGraphProvider.getVertex(VertexRef reference,
Criteria... criteria) |
boolean |
VertexHopGraphProvider.hasChildren(VertexRef group) |
void |
VertexHopGraphProvider.removeVertex(VertexRef... vertexId) |
boolean |
VertexHopGraphProvider.setParent(VertexRef child,
VertexRef parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSearchSelectionOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractSearchSelectionOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
abstract void |
AbstractSearchSelectionOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
SelectionChangedListener.Selection |
VertexHopGraphProvider.getSelection(List<VertexRef> selectedVertices,
ContentType type) |
List<Vertex> |
VertexHopGraphProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
VertexRefPointMapAdapter.VertexRefPointMap |
VertexRefPointMapAdapter.marshal(Map<VertexRef,Point> v) |
VertexRefSetAdapter.VertexRefSet |
VertexRefSetAdapter.marshal(Set<VertexRef> v) |
Constructor and Description |
---|
DefaultVertexHopCriteria(VertexRef vertexRef) |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupRef |
interface |
Vertex |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVertex |
class |
DefaultVertexRef |
class |
SimpleGroup |
class |
SimpleLeafVertex |
class |
WrappedGroup |
class |
WrappedLeafVertex |
class |
WrappedVertex |
Modifier and Type | Method and Description |
---|---|
VertexRef |
AbstractVertex.getParent() |
VertexRef |
Vertex.getParent()
TODO: To support Many-to-Many grouping, this function will need to be
enhanced to return an array of vertices.
|
VertexRef |
Connector.getVertex() |
VertexRef |
SimpleConnector.getVertex() |
Modifier and Type | Method and Description |
---|---|
Set<VertexRef> |
GroupRef.getChildren() |
Map<VertexRef,Set<EdgeRef>> |
GraphProvider.getEdgeIdsForVertices(VertexRef... vertex)
This function can be used for efficiency when you need the
EdgeRef
instances for a large number of vertices. |
Map<VertexRef,Set<EdgeRef>> |
AbstractTopologyProvider.getEdgeIdsForVertices(VertexRef... vertices) |
Map<VertexRef,Status> |
StatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Set<VertexRef> |
SearchProvider.getVertexRefsBy(SearchResult searchResult,
GraphContainer graphContainer)
This method is called when the topology UI needs to know what
|
Set<VertexRef> |
CollapsibleCriteria.getVertices()
Fetch the list of child vertices that should be collapsed
|
Modifier and Type | Method and Description |
---|---|
protected AbstractEdge |
AbstractTopologyProvider.connectVertices(String id,
VertexRef sourceId,
VertexRef targetId,
String namespace) |
Edge |
GraphProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId) |
Edge |
AbstractTopologyProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId) |
boolean |
SimpleVertexProvider.containsVertexId(VertexRef id,
Criteria... criteria) |
boolean |
DelegatingVertexEdgeProvider.containsVertexId(VertexRef id,
Criteria... criteria) |
boolean |
VertexProvider.containsVertexId(VertexRef id,
Criteria... criteria) |
List<Vertex> |
SimpleVertexProvider.getChildren(VertexRef group,
Criteria... criteria) |
List<Vertex> |
DelegatingVertexEdgeProvider.getChildren(VertexRef group,
Criteria... criteria) |
List<Vertex> |
VertexProvider.getChildren(VertexRef group,
Criteria... criteria) |
EdgeRef[] |
GraphProvider.getEdgeIdsForVertex(VertexRef vertex) |
EdgeRef[] |
AbstractTopologyProvider.getEdgeIdsForVertex(VertexRef vertex) |
Map<VertexRef,Set<EdgeRef>> |
GraphProvider.getEdgeIdsForVertices(VertexRef... vertex)
This function can be used for efficiency when you need the
EdgeRef
instances for a large number of vertices. |
Map<VertexRef,Set<EdgeRef>> |
AbstractTopologyProvider.getEdgeIdsForVertices(VertexRef... vertices) |
Vertex |
SimpleVertexProvider.getParent(VertexRef vertex) |
Vertex |
DelegatingVertexEdgeProvider.getParent(VertexRef vertex) |
Vertex |
VertexProvider.getParent(VertexRef vertex) |
int |
SimpleVertexProvider.getSemanticZoomLevel(VertexRef vertex) |
int |
DelegatingVertexEdgeProvider.getSemanticZoomLevel(VertexRef vertex) |
int |
VertexProvider.getSemanticZoomLevel(VertexRef vertex) |
Vertex |
SimpleVertexProvider.getVertex(VertexRef reference,
Criteria... criteria) |
Vertex |
DelegatingVertexEdgeProvider.getVertex(VertexRef reference,
Criteria... criteria) |
Vertex |
VertexProvider.getVertex(VertexRef reference,
Criteria... criteria) |
boolean |
SimpleVertexProvider.hasChildren(VertexRef group) |
boolean |
DelegatingVertexEdgeProvider.hasChildren(VertexRef group) |
boolean |
VertexProvider.hasChildren(VertexRef group) |
void |
SimpleVertexProvider.remove(VertexRef... vertices) |
void |
GraphProvider.removeVertex(VertexRef... vertexId) |
void |
AbstractTopologyProvider.removeVertex(VertexRef... vertexId) |
void |
AbstractVertex.setParent(VertexRef parent) |
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.
|
boolean |
SimpleVertexProvider.setParent(VertexRef child,
VertexRef parent) |
boolean |
DelegatingVertexEdgeProvider.setParent(VertexRef child,
VertexRef parent) |
boolean |
VertexProvider.setParent(VertexRef child,
VertexRef parent) |
void |
Connector.setVertex(VertexRef vertex) |
void |
SimpleConnector.setVertex(VertexRef vertex) |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Status> |
StatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
List<Vertex> |
SimpleVertexProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
DelegatingVertexEdgeProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
VertexProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
void |
SimpleVertexProvider.remove(List<VertexRef> vertices) |
Constructor and Description |
---|
DefaultVertexRef(VertexRef ref) |
SearchResult(VertexRef vertexRef) |
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 |
---|---|
Map<VertexRef,Set<EdgeRef>> |
MergingGraphProvider.getEdgeIdsForVertices(VertexRef... vertices)
TODO This will miss edges provided by auxiliary edge providers
|
Map<VertexRef,Point> |
DefaultLayout.getLocations() |
Collection<VertexRef> |
DefaultSelectionManager.getSelectedVertexRefs() |
Collection<VertexRef> |
VEProviderGraphContainer.getVertexRefForest(Collection<VertexRef> vertexRefs) |
Set<VertexRef> |
IpLikeSearchProvider.getVertexRefsBy(SearchResult searchResult,
GraphContainer container) |
Set<VertexRef> |
CategorySearchProvider.getVertexRefsBy(SearchResult searchResult,
GraphContainer container) |
Set<VertexRef> |
AlarmSearchProvider.getVertexRefsBy(SearchResult searchResult,
GraphContainer container) |
Modifier and Type | Method and Description |
---|---|
Edge |
MergingGraphProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId)
TODO Is this going to work properly?
|
boolean |
MergingGraphProvider.containsVertexId(VertexRef id,
Criteria... criteria) |
List<Vertex> |
MergingGraphProvider.getChildren(VertexRef group,
Criteria... criteria) |
EdgeRef[] |
MergingGraphProvider.getEdgeIdsForVertex(VertexRef vertex)
TODO This will miss edges provided by auxiliary edge providers
|
Map<VertexRef,Set<EdgeRef>> |
MergingGraphProvider.getEdgeIdsForVertices(VertexRef... vertices)
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,
Criteria... criteria) |
protected VertexProvider |
MergingGraphProvider.getVertexProvider(VertexRef vertexRef) |
boolean |
MergingGraphProvider.hasChildren(VertexRef group) |
boolean |
DefaultSelectionManager.isVertexRefSelected(VertexRef vertexRef) |
void |
MergingGraphProvider.removeVertex(VertexRef... vertexId) |
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 |
---|---|
BoundingBox |
DefaultLayout.computeBoundingBox(Collection<VertexRef> vertRefs) |
boolean |
DefaultSelectionManager.deselectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
void |
Command.doCommand(List<VertexRef> target,
OperationContext operationContext) |
void |
OperationCommand.doCommand(List<VertexRef> targets,
OperationContext operationContext) |
SelectionChangedListener.Selection |
MergingGraphProvider.getSelection(List<VertexRef> selectedVertices,
ContentType type) |
Collection<VertexRef> |
VEProviderGraphContainer.getVertexRefForest(Collection<VertexRef> vertexRefs) |
List<Vertex> |
MergingGraphProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
boolean |
DefaultSelectionManager.selectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
DefaultSelectionManager.setSelectedVertexRefs(Collection<? extends VertexRef> vertexRefs) |
Modifier and Type | Method and Description |
---|---|
protected static org.apache.commons.collections15.Transformer<VertexRef,Point2D> |
AbstractLayoutAlgorithm.initializer(Layout graphLayout) |
protected static org.apache.commons.collections15.Transformer<VertexRef,Point2D> |
FRLayoutAlgorithm.initializer(Layout graphLayout,
int xOffset,
int yOffset) |
protected static org.apache.commons.collections15.Transformer<VertexRef,Point2D> |
AbstractLayoutAlgorithm.initializer(Layout graphLayout,
int xOffset,
int yOffset) |
protected static org.apache.commons.collections15.Transformer<VertexRef,Point2D> |
TopoFRLayoutAlgorithm.initializer(Layout graphLayout,
int xOffset,
int yOffset) |
Modifier and Type | Method and Description |
---|---|
void |
ISOMLayoutAlgorithm.NonStupidISOMLayout.setInitializer(org.apache.commons.collections15.Transformer<VertexRef,Point2D> ignoreMe)
Override this method so that the initialize() method cannot set the initializer to
RandomLocationTransformer . |
Constructor and Description |
---|
NonStupidISOMLayout(edu.uci.ics.jung.graph.Graph<VertexRef,EdgeRef> g,
Layout graphLayout) |
Modifier and Type | Method and Description |
---|---|
boolean |
RenameGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
CreateGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddFocusVerticesOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RedoLayoutOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AutoRefreshToggleOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SetFocusVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
TopologySelectorOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
LayoutOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
DeleteGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexFromGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexToGroupOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ConnectOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveFocusVerticesOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RenameGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
CreateGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddFocusVerticesOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RedoLayoutOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SetFocusVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
DeleteGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexFromGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexToGroupOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ConnectOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveFocusVerticesOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
RenameGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
CreateGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
AddFocusVerticesOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
RedoLayoutOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
AutoRefreshToggleOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
SetFocusVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
TopologySelectorOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
LayoutOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
DeleteGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
RemoveVertexFromGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
AddVertexToGroupOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
ConnectOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
RemoveFocusVerticesOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
IconSelectionOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
IconResetOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
IconSelectionOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
IconResetOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
IconSelectionOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
IconResetOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Class and Description |
---|---|
static class |
AlarmHopCriteria.AlarmVertex |
static class |
CategoryHopCriteria.CategoryVertex |
static class |
IpLikeHopCriteria.IPVertex |
Modifier and Type | Method and Description |
---|---|
Set<VertexRef> |
AlarmHopCriteria.AlarmVertex.getChildren() |
Set<VertexRef> |
IpLikeHopCriteria.IPVertex.getChildren() |
Set<VertexRef> |
CategoryHopCriteria.CategoryVertex.getChildren() |
Set<VertexRef> |
AlarmHopCriteria.getVertices() |
Set<VertexRef> |
IpLikeHopCriteria.getVertices() |
Set<VertexRef> |
CategoryHopCriteria.getVertices() |
Modifier and Type | Method and Description |
---|---|
void |
AlarmHopCriteria.AlarmVertex.setChildren(Set<VertexRef> children) |
void |
IpLikeHopCriteria.IPVertex.setChildren(Set<VertexRef> children) |
void |
CategoryHopCriteria.CategoryVertex.setChildren(Set<VertexRef> children) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NodeInfoPanelItem.contributesTo(VertexRef ref,
GraphContainer container) |
protected boolean |
DefaultVertexInfoPanelItem.contributesTo(VertexRef ref,
GraphContainer container) |
protected com.vaadin.ui.Component |
NodeInfoPanelItem.getComponent(VertexRef ref,
GraphContainer container) |
protected com.vaadin.ui.Component |
DefaultVertexInfoPanelItem.getComponent(VertexRef ref,
GraphContainer container) |
protected String |
NodeInfoPanelItem.getTitle(VertexRef vertexRef) |
protected String |
DefaultVertexInfoPanelItem.getTitle(VertexRef vertexRef) |
Modifier and Type | Method and Description |
---|---|
boolean |
PingOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
EventsAlarmsOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NodeInfoOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResourceGraphsOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
PingOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
PingOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
EventsAlarmsOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
NodeInfoOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
ResourceGraphsOperation.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) |
void |
SaveToXmlOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Class and Description |
---|---|
static class |
NCSEdgeProvider.NCSVertex |
Modifier and Type | Method and Description |
---|---|
Set<VertexRef> |
NCSSearchProvider.getVertexRefsBy(SearchResult searchResult,
GraphContainer container) |
static Set<VertexRef> |
NCSSearchProvider.getVertexRefsForEdges(NCSEdgeProvider provider,
Criteria criteria) |
Set<VertexRef> |
NCSSearchProvider.NCSHopCriteria.getVertices() |
Modifier and Type | Method and Description |
---|---|
boolean |
HideNCSPathOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ShowNCSPathOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
HideNCSPathOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ShowNCSPathOperation.enabled(List<VertexRef> targets,
OperationContext operationContext)
TODO: Should we just return true? This is basically a no-op.
|
void |
HideNCSPathOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
ShowNCSPathOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Constructor and Description |
---|
NCSHopCriteria(String id,
Set<VertexRef> vertexRefs,
String label) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationVertex |
Modifier and Type | Method and Description |
---|---|
List<VertexRef> |
ApplicationVertex.getChildren() |
Map<VertexRef,Status> |
ApplicationStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Set<VertexRef> |
ApplicationSearchProvider.getVertexRefsBy(SearchResult searchResult,
GraphContainer container) |
Modifier and Type | Method and Description |
---|---|
SelectionChangedListener.Selection |
ApplicationTopologyProvider.getSelection(List<VertexRef> selectedVertices,
ContentType contentType) |
Map<VertexRef,Status> |
ApplicationStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBusinessServiceVertex |
class |
BusinessServiceVertex |
class |
IpServiceVertex |
class |
ReductionKeyVertex |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Status> |
BusinessServicesStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Set<VertexRef> |
BusinessServiceSearchProvider.getVertexRefsBy(SearchResult searchResult,
GraphContainer container) |
Modifier and Type | Method and Description |
---|---|
Vertex |
BusinessServiceVertexProvider.getVertex(VertexRef reference,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
SelectionChangedListener.Selection |
BusinessServicesTopologyProvider.getSelection(List<VertexRef> selectedVertices,
ContentType contentType) |
Map<VertexRef,Status> |
BusinessServicesStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
List<Vertex> |
BusinessServiceVertexProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
boolean |
SimulationModeReductionKeyInfoPanelItem.contributesTo(VertexRef ref,
GraphContainer container) |
protected boolean |
BusinessServiceVertexInfoPanelItem.contributesTo(VertexRef vertexRef,
GraphContainer container) |
protected boolean |
BusinessServiceVertexStatusInfoPanelItem.contributesTo(VertexRef vertexRef,
GraphContainer container) |
protected boolean |
BusinessServiceVertexAttributesInfoPanelItem.contributesTo(VertexRef vertexRef,
GraphContainer container) |
com.vaadin.ui.Component |
SimulationModeReductionKeyInfoPanelItem.getComponent(VertexRef ref,
GraphContainer container) |
protected com.vaadin.ui.Component |
BusinessServiceVertexInfoPanelItem.getComponent(VertexRef ref,
GraphContainer container) |
protected com.vaadin.ui.Component |
BusinessServiceVertexStatusInfoPanelItem.getComponent(VertexRef ref,
GraphContainer container) |
protected com.vaadin.ui.Component |
BusinessServiceVertexAttributesInfoPanelItem.getComponent(VertexRef ref,
GraphContainer container) |
String |
SimulationModeReductionKeyInfoPanelItem.getTitle(VertexRef ref) |
protected String |
BusinessServiceVertexInfoPanelItem.getTitle(VertexRef ref) |
protected String |
BusinessServiceVertexStatusInfoPanelItem.getTitle(VertexRef ref) |
protected String |
BusinessServiceVertexAttributesInfoPanelItem.getTitle(VertexRef ref) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractAnalysisOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
InheritStateOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetStateOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SimulationModeOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
HideLeafElementToggleOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractAnalysisOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetStateOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
AbstractAnalysisOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
InheritStateOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
ResetStateOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
SimulationModeOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
HideLeafElementToggleOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
List<AbstractBusinessServiceVertex> |
AbstractAnalysisOperation.getVertices(List<VertexRef> targets) |
Modifier and Type | Class and Description |
---|---|
static class |
LinkdHopCriteria.LinkdVertex |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Set<EdgeRef>> |
NodeACLVertexProvider.getEdgeIdsForVertices(VertexRef... vertex) |
Map<VertexRef,Status> |
AlarmStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Set<VertexRef> |
EnhancedLinkdTopologyProvider.getVertexRefsBy(SearchResult searchResult,
GraphContainer container) |
Set<VertexRef> |
LinkdHopCriteria.getVertices() |
Modifier and Type | Method and Description |
---|---|
protected LinkdEdge |
EnhancedLinkdTopologyProvider.connectCloudMacVertices(String targetmac,
VertexRef sourceRef,
VertexRef targetRef,
String nameSpace) |
protected LinkdEdge |
EnhancedLinkdTopologyProvider.connectVertices(BridgeMacLink link,
VertexRef sourceRef,
VertexRef targetRef,
String nameSpace) |
protected LinkdEdge |
EnhancedLinkdTopologyProvider.connectVertices(BridgePort targetport,
VertexRef sourceRef,
VertexRef targetRef,
String nameSpace) |
Edge |
NodeACLVertexProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId) |
boolean |
NodeACLVertexProvider.containsVertexId(VertexRef id,
Criteria... criteria) |
List<Vertex> |
NodeACLVertexProvider.getChildren(VertexRef group,
Criteria... criteria) |
EdgeRef[] |
NodeACLVertexProvider.getEdgeIdsForVertex(VertexRef vertex) |
Map<VertexRef,Set<EdgeRef>> |
NodeACLVertexProvider.getEdgeIdsForVertices(VertexRef... vertex) |
Vertex |
NodeACLVertexProvider.getParent(VertexRef vertex) |
int |
NodeACLVertexProvider.getSemanticZoomLevel(VertexRef vertex) |
Vertex |
NodeACLVertexProvider.getVertex(VertexRef reference,
Criteria... criteria) |
boolean |
NodeACLVertexProvider.hasChildren(VertexRef group) |
void |
NodeACLVertexProvider.removeVertex(VertexRef... vertexId) |
boolean |
NodeACLVertexProvider.setParent(VertexRef child,
VertexRef parent) |
Modifier and Type | Method and Description |
---|---|
protected List<Integer> |
EnhancedLinkdSelectionAware.extractNodeIds(Collection<VertexRef> vertices)
Gets the node ids from the given vertices.
|
SelectionChangedListener.Selection |
NodeACLVertexProvider.getSelection(List<VertexRef> selectedVertices,
ContentType type) |
SelectionChangedListener.Selection |
EnhancedLinkdSelectionAware.getSelection(List<VertexRef> selectedVertices,
ContentType type) |
SelectionChangedListener.Selection |
EnhancedLinkdTopologyProvider.getSelection(List<VertexRef> selectedVertices,
ContentType type) |
Map<VertexRef,Status> |
AlarmStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
List<Vertex> |
NodeACLVertexProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
SelectionChangedListener.Selection |
SFreeTopologyProvider.getSelection(List<VertexRef> selectedVertices,
ContentType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
BarabasiAlbertOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ErdosReniyOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
BarabasiAlbertOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ErdosReniyOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
BarabasiAlbertOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
ErdosReniyOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
SelectionChangedListener.Selection |
SimpleGraphProvider.getSelection(List<VertexRef> selectedVertices,
ContentType contentType) |
protected SelectionChangedListener.Selection |
SimpleGraphProvider.getSelection(String namespace,
List<VertexRef> selectedVertices,
ContentType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoveVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SaveOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SaveOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
RemoveVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
SaveOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
AddVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
ResetOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
Set<VertexRef> |
VmwareTopologyProvider.getVertexRefsBy(SearchResult searchResult,
GraphContainer container) |
Modifier and Type | Method and Description |
---|---|
SelectionChangedListener.Selection |
VmwareTopologyProvider.getSelection(List<VertexRef> selectedVertices,
ContentType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
VmwareRefreshOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
VmwareRefreshOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
VmwareRefreshOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
Collection<VertexRef> |
MapWidgetComponent.getNodesWithCoordinates() |
Modifier and Type | Method and Description |
---|---|
boolean |
NodeMapQueryLink.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NodeMapQueryLink.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
NodeMapQueryLink.execute(List<VertexRef> targets,
OperationContext operationContext) |
Copyright © 2017. All rights reserved.