public enum FreshEntityPolicy extends Enum<FreshEntityPolicy>
OWLEntity.isBuiltIn() and is not contained within the
signature of the root ontology imports closure.OWLReasonerConfiguration| Enum Constant and Description |
|---|
ALLOW
Specifies that fresh entities are allowed when they are encountered in the signature of
OWLObject instances in queries to a reasoner. |
DISALLOW
Specifies that fresh entities are not disallowed.
|
| Modifier and Type | Method and Description |
|---|---|
static FreshEntityPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FreshEntityPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FreshEntityPolicy ALLOW
OWLObject instances in queries to a reasoner.public static final FreshEntityPolicy DISALLOW
FreshEntitiesException will be thrown in the calling thread.public static FreshEntityPolicy[] values()
for (FreshEntityPolicy c : FreshEntityPolicy.values()) System.out.println(c);
public static FreshEntityPolicy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 The University of Manchester. All rights reserved.