Uses of Enum Class
org.ehrbase.openehr.aqlengine.pathanalysis.ANode.NodeCategory
Packages that use ANode.NodeCategory
-
Uses of ANode.NodeCategory in org.ehrbase.openehr.aqlengine.pathanalysis
Methods in org.ehrbase.openehr.aqlengine.pathanalysis that return ANode.NodeCategoryModifier and TypeMethodDescriptionPathInfo.NodeInfo.category()Returns the value of thecategoryrecord component.PathInfo.getNodeCategory(PathCohesionAnalysis.PathCohesionTreeNode node) static ANode.NodeCategoryPathInfo.mergeNodeCategories(ANode.NodeCategory a, ANode.NodeCategory b) static ANode.NodeCategoryReturns the enum constant of this class with the specified name.static ANode.NodeCategory[]ANode.NodeCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ehrbase.openehr.aqlengine.pathanalysis that return types with arguments of type ANode.NodeCategoryMethods in org.ehrbase.openehr.aqlengine.pathanalysis with parameters of type ANode.NodeCategoryModifier and TypeMethodDescriptionstatic ANode.NodeCategoryPathInfo.mergeNodeCategories(ANode.NodeCategory a, ANode.NodeCategory b) Constructors in org.ehrbase.openehr.aqlengine.pathanalysis with parameters of type ANode.NodeCategory