public enum FreshEntityPolicy extends java.lang.Enum<FreshEntityPolicy>
OWLEntity.isBuiltIn()
and is not contained within the signature of the root ontology imports closure.
See also: OWLReasonerConfiguration
, FreshEntitiesException
Enum Constant and Description |
---|
ALLOW
Specifies that fresh entities are allowed when they are encountered
in the signature of OWLObjects in queries to a reasoner.
|
DISALLOW
Specifies that fresh entities are not disallowed.
|
Modifier and Type | Method and Description |
---|---|
static FreshEntityPolicy |
valueOf(java.lang.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
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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null