public class AssetContext extends Object
| Constructor and Description |
|---|
AssetContext()
Instantiates a new Asset context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addGraphContext(GraphContext graphContext)
Add graphContext boolean.
|
boolean |
addVertex(LineageEntity Vertex)
Add vertex boolean.
|
Set<GraphContext> |
getGraphContexts()
Gets edges.
|
Map<String,Set<GraphContext>> |
getNeighbors()
Gets neighbors.
|
Set<LineageEntity> |
getVertices()
Get vertices set.
|
void |
setGraphContexts(Set<GraphContext> graphContexts)
Sets edges.
|
String |
toString() |
public boolean addVertex(LineageEntity Vertex)
Vertex - the vertexpublic boolean addGraphContext(GraphContext graphContext)
graphContext - the graphContextpublic Set<LineageEntity> getVertices()
public Set<GraphContext> getGraphContexts()
public void setGraphContexts(Set<GraphContext> graphContexts)
graphContexts - the edgespublic Map<String,Set<GraphContext>> getNeighbors()
Copyright © 2018–2020 ODPi. All rights reserved.