Class InvertEdgeRule
java.lang.Object
org.odpi.openmetadata.viewservices.assetcatalog.beans.InvertEdgeRule
- All Implemented Interfaces:
Rule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Inverts the edge direction based on the configured parametersvoid
setDestinationNodeType
(String destinationNodeType) void
setEdgeType
(String edgeType) void
setSourceNodeType
(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
-