Uses of Class
org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
-
Packages that use GraphContext Package Description org.odpi.openmetadata.accessservices.assetlineage.model -
-
Uses of GraphContext in org.odpi.openmetadata.accessservices.assetlineage.model
Methods in org.odpi.openmetadata.accessservices.assetlineage.model that return types with arguments of type GraphContext Modifier and Type Method Description Set<GraphContext>AssetContext. getGraphContexts()Gets edges.Map<String,Set<GraphContext>>AssetContext. getNeighbors()Gets neighbors.Set<GraphContext>RelationshipsContext. getRelationships()Methods in org.odpi.openmetadata.accessservices.assetlineage.model with parameters of type GraphContext Modifier and Type Method Description booleanAssetContext. addGraphContext(GraphContext graphContext)Add graphContext boolean.Method parameters in org.odpi.openmetadata.accessservices.assetlineage.model with type arguments of type GraphContext Modifier and Type Method Description voidAssetContext. setGraphContexts(Set<GraphContext> graphContexts)Sets edges.voidRelationshipsContext. setRelationships(Set<GraphContext> relationships)Constructor parameters in org.odpi.openmetadata.accessservices.assetlineage.model with type arguments of type GraphContext Constructor Description RelationshipsContext(String entityGuid, Set<GraphContext> relationships)
-