java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.service.graphrules.IncompleteRule
All Implemented Interfaces:
Rule

public class IncompleteRule extends Object implements Rule
  • Field Details

  • Constructor Details

    • IncompleteRule

      public IncompleteRule()
  • Method Details

    • 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.
      Specified by:
      apply in interface Rule
      Parameters:
      graph - the lineage graph
      queriedNodeGUID - the guid of the queried node used to identify it in the graph
    • toString

      public String toString()
      Overrides:
      toString in class Object