Uses of Class
org.semanticweb.owl.util.DLExpressivityChecker.Construct

Packages that use DLExpressivityChecker.Construct
org.semanticweb.owl.util   
 

Uses of DLExpressivityChecker.Construct in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util that return DLExpressivityChecker.Construct
static DLExpressivityChecker.Construct DLExpressivityChecker.Construct.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DLExpressivityChecker.Construct[] DLExpressivityChecker.Construct.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.semanticweb.owl.util that return types with arguments of type DLExpressivityChecker.Construct
 java.util.List<DLExpressivityChecker.Construct> DLExpressivityChecker.getConstructs()