Class InvertEdgeRule
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.service.graphrules.InvertEdgeRule
-
-
Constructor Summary
Constructors Constructor Description InvertEdgeRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Graph graph, String queriedNodeGUID)Inverts the edge direction based on the configured parametersStringgetDestinationNodeType()StringgetEdgeType()StringgetSourceNodeType()voidsetDestinationNodeType(String destinationNodeType)voidsetEdgeType(String edgeType)voidsetSourceNodeType(String sourceNodeType)
-
-
-
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)
-
-