Class FVTUtils
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.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 SubjectAreaFVTCheckedException
- Throws:
SubjectAreaFVTCheckedException
-
validateRelationship
public static void validateRelationship(Relationship relationship) throws SubjectAreaFVTCheckedException
- Throws:
SubjectAreaFVTCheckedException
-
checkEnds
public static void checkEnds(Relationship relationship1, Relationship relationship2, String relationshipName, String operation) throws SubjectAreaFVTCheckedException
- Throws:
SubjectAreaFVTCheckedException
-
-