Class IncompleteRule
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.service.graphrules.IncompleteRule
-
-
Constructor Summary
Constructors Constructor Description IncompleteRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Graph graph, String queriedNodeGUID)In order to mark the incomplete assets accordingly, the graph is iterated and based on the existence of a classification the nodes and edges are altered.StringgetDestinationNodeType()StringgetEdgeType()voidsetDestinationNodeType(String destinationNodeType)voidsetEdgeType(String edgeType)StringtoString()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEdgeType
public String getEdgeType()
-
setEdgeType
public void setEdgeType(String edgeType)
-
getDestinationNodeType
public String getDestinationNodeType()
-
setDestinationNodeType
public void setDestinationNodeType(String destinationNodeType)
-
apply
public void apply(Graph graph, String queriedNodeGUID)
In order to mark the incomplete assets accordingly, the graph is iterated and based on the existence of a classification the nodes and edges are altered.
-
-