Modifier and Type | Method and Description |
---|---|
VertexRef |
Edge.getSource() |
VertexRef |
Edge.getTarget() |
VertexRef |
Vertex.getVertexRef() |
Modifier and Type | Method and Description |
---|---|
V |
ImmutableGraph.resolveVertex(VertexRef vertexRef) |
Modifier and Type | Method and Description |
---|---|
List<VertexRef> |
Focus.getVertexRefs() |
Constructor and Description |
---|
Focus(String id,
List<VertexRef> vertexRefs) |
Modifier and Type | Method and Description |
---|---|
VertexRef |
GenericEdge.getSource() |
VertexRef |
GenericEdge.getTarget() |
VertexRef |
GenericVertex.getVertexRef() |
Modifier and Type | Method and Description |
---|---|
GenericVertex |
GenericGraph.resolveVertex(VertexRef vertexRef) |
GenericGraph.GenericGraphBuilder.FocusBuilder |
GenericGraph.GenericGraphBuilder.FocusBuilder.selection(VertexRef vertexRef) |
GenericEdge.GenericEdgeBuilder |
GenericEdge.GenericEdgeBuilder.source(VertexRef source) |
GenericEdge.GenericEdgeBuilder |
GenericEdge.GenericEdgeBuilder.target(VertexRef target) |
Modifier and Type | Method and Description |
---|---|
List<GenericVertex> |
GenericGraph.resolveVertexRefs(Collection<VertexRef> vertexRefs) |
GenericGraph.GenericGraphBuilder.FocusBuilder |
GenericGraph.GenericGraphBuilder.FocusBuilder.selection(List<VertexRef> vertexRefs) |
Modifier and Type | Field and Description |
---|---|
protected VertexRef |
AbstractDomainEdge.AbstractDomainEdgeBuilder.source |
protected VertexRef |
AbstractDomainEdge.AbstractDomainEdgeBuilder.target |
Modifier and Type | Method and Description |
---|---|
VertexRef |
AbstractDomainEdge.getSource() |
VertexRef |
AbstractDomainEdge.getTarget() |
VertexRef |
AbstractDomainVertex.getVertexRef() |
VertexRef |
AbstractDomainGraph.AbstractDomainGraphBuilder.getVertexRef(String vertexId) |
Modifier and Type | Method and Description |
---|---|
V |
AbstractDomainGraph.resolveVertex(VertexRef vertexRef) |
T |
AbstractDomainEdge.AbstractDomainEdgeBuilder.source(VertexRef source) |
T |
AbstractDomainEdge.AbstractDomainEdgeBuilder.target(VertexRef target) |
Modifier and Type | Method and Description |
---|---|
VertexRef |
ApplicationVertex.getVertexRef() |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
VertexRefConverter.convert(VertexRef input) |
Modifier and Type | Method and Description |
---|---|
boolean |
VertexRefConverter.canConvert(Class<VertexRef> type) |
Copyright © 2021. All rights reserved.