Modifier and Type | Method and Description |
---|---|
Map<? extends EdgeRef,? extends Status> |
Graph.getEdgeStatus() |
Collection<EdgeRef> |
SelectionContext.getSelectedEdgeRefs() |
Collection<EdgeRef> |
DefaultSelectionContext.getSelectedEdgeRefs() |
Modifier and Type | Method and Description |
---|---|
boolean |
SelectionContext.isEdgeRefSelected(EdgeRef edgeRef) |
boolean |
DefaultSelectionContext.isEdgeRefSelected(EdgeRef edgeRef) |
Modifier and Type | Method and Description |
---|---|
boolean |
SelectionContext.setSelectedEdgeRefs(Collection<? extends EdgeRef> edgeRefs) |
boolean |
DefaultSelectionContext.setSelectedEdgeRefs(Collection<? extends EdgeRef> edgeRefs) |
Modifier and Type | Method and Description |
---|---|
protected Optional<EdgeRef> |
EdgeInfoPanelItemProvider.findSingleSelectedItem(GraphContainer container) |
Modifier and Type | Interface and Description |
---|---|
interface |
Edge |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEdge |
class |
AbstractEdgeRef |
Modifier and Type | Method and Description |
---|---|
EdgeRef |
Connector.getEdge() |
EdgeRef[] |
BackendGraph.getEdgeIdsForVertex(VertexRef vertex) |
EdgeRef[] |
CollapsibleGraph.getEdgeIdsForVertex(VertexRef vertex) |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Set<EdgeRef>> |
BackendGraph.getEdgeIdsForVertices(VertexRef... vertices)
This function can be used for efficiency when you need the
EdgeRef
instances for a large number of vertices. |
Map<VertexRef,Set<EdgeRef>> |
CollapsibleGraph.getEdgeIdsForVertices(VertexRef... vertices) |
Map<? extends EdgeRef,? extends Status> |
EdgeStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Modifier and Type | Method and Description |
---|---|
Edge |
BackendGraph.getEdge(EdgeRef reference) |
Edge |
CollapsibleGraph.getEdge(EdgeRef reference) |
void |
BackendGraph.removeEdges(EdgeRef... edges) |
void |
CollapsibleGraph.removeEdges(EdgeRef... edges) |
Modifier and Type | Method and Description |
---|---|
List<Edge> |
BackendGraph.getEdges(Collection<? extends EdgeRef> references)
Return an immutable list of all edges that match this set of references.
|
List<Edge> |
CollapsibleGraph.getEdges(Collection<? extends EdgeRef> references) |
Map<? extends EdgeRef,? extends Status> |
EdgeStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Constructor and Description |
---|
AbstractEdgeRef(EdgeRef ref) |
Modifier and Type | Method and Description |
---|---|
EdgeRef[] |
SimpleGraph.getEdgeIdsForVertex(VertexRef vertex) |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Set<EdgeRef>> |
SimpleGraph.getEdgeIdsForVertices(VertexRef... vertices) |
Modifier and Type | Method and Description |
---|---|
Edge |
SimpleGraph.getEdge(EdgeRef reference) |
void |
SimpleGraph.remove(EdgeRef... edges) |
void |
SimpleGraph.removeEdges(EdgeRef... edges) |
Modifier and Type | Method and Description |
---|---|
List<Edge> |
SimpleGraph.getEdges(Collection<? extends EdgeRef> references) |
Modifier and Type | Method and Description |
---|---|
Collection<EdgeRef> |
DefaultSelectionManager.getSelectedEdgeRefs() |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultSelectionManager.isEdgeRefSelected(EdgeRef edgeRef) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultSelectionManager.setSelectedEdgeRefs(Collection<? extends EdgeRef> edgeRefs) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
GenericInfoPanelItemProvider.createEdgeContext(EdgeRef edge) |
Constructor and Description |
---|
NonStupidISOMLayout(edu.uci.ics.jung.graph.Graph<VertexRef,EdgeRef> g,
Layout graphLayout) |
Modifier and Type | Method and Description |
---|---|
Map<? extends EdgeRef,? extends Status> |
DefaultGraph.getEdgeStatus() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGraph.setEdgeStatus(Map<? extends EdgeRef,? extends Status> edgeStatus) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultEdgeInfoPanelItemProvider.contributeTo(EdgeRef ref,
GraphContainer container) |
protected InfoPanelItem |
DefaultEdgeInfoPanelItemProvider.createInfoPanelItem(EdgeRef ref,
GraphContainer graphContainer) |
Modifier and Type | Class and Description |
---|---|
class |
BusinessServiceEdge |
Modifier and Type | Method and Description |
---|---|
Map<EdgeRef,Status> |
BusinessServicesStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Modifier and Type | Method and Description |
---|---|
Map<EdgeRef,Status> |
BusinessServicesStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BusinessServiceEdgeStatusInfoPanelItemProvider.contributeTo(EdgeRef edgeRef,
GraphContainer container) |
protected boolean |
BusinessServiceEdgeInfoPanelItemProvider.contributeTo(EdgeRef edgeRef,
GraphContainer container) |
protected InfoPanelItem |
BusinessServiceEdgeStatusInfoPanelItemProvider.createInfoPanelItem(EdgeRef ref,
GraphContainer graphContainer) |
protected InfoPanelItem |
BusinessServiceEdgeInfoPanelItemProvider.createInfoPanelItem(EdgeRef ref,
GraphContainer graphContainer) |
Modifier and Type | Class and Description |
---|---|
class |
GraphMLEdge |
Modifier and Type | Method and Description |
---|---|
Map<? extends EdgeRef,? extends Status> |
GraphMLEdgeStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Modifier and Type | Method and Description |
---|---|
Map<? extends EdgeRef,? extends Status> |
GraphMLEdgeStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
LinkdEdge |
Modifier and Type | Method and Description |
---|---|
Map<EdgeRef,Status> |
LinkdWrappedEdgeStatusProviders.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Map<EdgeRef,Status> |
LinkdEdgeStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Modifier and Type | Method and Description |
---|---|
Map<EdgeRef,Status> |
LinkdWrappedEdgeStatusProviders.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Map<EdgeRef,Status> |
LinkdEdgeStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
LegacyEdge |
Modifier and Type | Method and Description |
---|---|
Map<? extends EdgeRef,? extends Status> |
LegacyStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Modifier and Type | Method and Description |
---|---|
Map<? extends EdgeRef,? extends Status> |
LegacyStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Copyright © 2021. All rights reserved.