Uses of Class
fr.gouv.vitam.metadata.core.graph.GraphRelation
-
Packages that use GraphRelation Package Description fr.gouv.vitam.metadata.core.graph.api -
-
Uses of GraphRelation in fr.gouv.vitam.metadata.core.graph.api
Method parameters in fr.gouv.vitam.metadata.core.graph.api with type arguments of type GraphRelation Modifier and Type Method Description default void
GraphComputeService. computeUnitGraphUsingDirectParents(java.util.List<GraphRelation> graphRels, java.lang.String unitId, java.util.List<java.lang.String> up, int currentDepth)
Recursive method that compute graph using only _up With global (by reference variable graphRels, we get all needed informations from all parent of the given unit unitId.
-