Uses of Class
openllet.core.utils.PartialOrderRelation
-
Packages that use PartialOrderRelation Package Description openllet.core.taxonomy openllet.core.utils -
-
Uses of PartialOrderRelation in openllet.core.taxonomy
Methods in openllet.core.taxonomy that return PartialOrderRelation Modifier and Type Method Description PartialOrderRelationSubsumptionComparator. compare(openllet.aterm.ATermAppl a, openllet.aterm.ATermAppl b) -
Uses of PartialOrderRelation in openllet.core.utils
Methods in openllet.core.utils that return PartialOrderRelation Modifier and Type Method Description PartialOrderRelationPartialOrderComparator. compare(T a, T b)static PartialOrderRelationPartialOrderRelation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PartialOrderRelation[]PartialOrderRelation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-