Class InvertEdgeRule
java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.service.graphrules.InvertEdgeRule
- All Implemented Interfaces:
Rule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInverts the edge direction based on the configured parametersvoidsetDestinationNodeType(String destinationNodeType) voidsetEdgeType(String edgeType) voidsetSourceNodeType(String sourceNodeType)
-
Constructor Details
-
InvertEdgeRule
public InvertEdgeRule()
-
-
Method Details
-
getEdgeType
-
setEdgeType
-
getSourceNodeType
-
setSourceNodeType
-
getDestinationNodeType
-
setDestinationNodeType
-
apply
Inverts the edge direction based on the configured parameters
-