Uses of Class
org.optaweb.employeerostering.util.HierarchyTree.HierarchyRelationship
-
Packages that use HierarchyTree.HierarchyRelationship Package Description org.optaweb.employeerostering.util -
-
Uses of HierarchyTree.HierarchyRelationship in org.optaweb.employeerostering.util
Methods in org.optaweb.employeerostering.util that return HierarchyTree.HierarchyRelationship Modifier and Type Method Description HierarchyTree.HierarchyRelationshipHierarchyTree.HierarchyRelation. getHierarchyRelationshipBetween(K first, K second)static HierarchyTree.HierarchyRelationshipHierarchyTree.HierarchyRelationship. valueOf(String name)Returns the enum constant of this type with the specified name.static HierarchyTree.HierarchyRelationship[]HierarchyTree.HierarchyRelationship. values()Returns an array containing the constants of this enum type, in the order they are declared.
-