Class PrimaryCategoryRule
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.service.graphrules.PrimaryCategoryRule
-
-
Constructor Summary
Constructors Constructor Description PrimaryCategoryRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Graph graph, String queriedNodeGUID)In order to mark the primaryCategory accordingly the graph is iterated and based on the existence of a classification the nodes and edges are alteredStringgetClassificationProperty()StringgetDestinationNodeType()StringgetEdgeType()StringgetSourceNodeType()voidsetClassificationProperty(String classificationProperty)voidsetDestinationNodeType(String destinationNodeType)voidsetEdgeType(String edgeType)voidsetSourceNodeType(String sourceNodeType)StringtoString()
-
-
-
Method Detail
-
getEdgeType
public String getEdgeType()
-
setEdgeType
public void setEdgeType(String edgeType)
-
getSourceNodeType
public String getSourceNodeType()
-
setSourceNodeType
public void setSourceNodeType(String sourceNodeType)
-
getDestinationNodeType
public String getDestinationNodeType()
-
setDestinationNodeType
public void setDestinationNodeType(String destinationNodeType)
-
getClassificationProperty
public String getClassificationProperty()
-
setClassificationProperty
public void setClassificationProperty(String classificationProperty)
-
apply
public void apply(Graph graph, String queriedNodeGUID)
In order to mark the primaryCategory accordingly the graph is iterated and based on the existence of a classification the nodes and edges are altered
-
-