Class FVTUtils
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.glossaryauthor.fvt.FVTUtils
-
public class FVTUtils extends Object
FVT utilities
-
-
Constructor Summary
Constructors Constructor Description FVTUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckEnds(Relationship relationship1, Relationship relationship2, String relationshipName, String operation)static voidvalidateNode(Node node)static voidvalidateRelationship(Relationship relationship)
-
-
-
Method Detail
-
validateNode
public static void validateNode(Node node) throws GlossaryAuthorFVTCheckedException
-
validateRelationship
public static void validateRelationship(Relationship relationship) throws GlossaryAuthorFVTCheckedException
-
checkEnds
public static void checkEnds(Relationship relationship1, Relationship relationship2, String relationshipName, String operation) throws GlossaryAuthorFVTCheckedException
-
-