public static enum OWLExportable.ConnectivityPolicy extends Enum<OWLExportable.ConnectivityPolicy>
| Enum Constant and Description |
|---|
LOOSE
A minimum set of import statements will be used to connect this artifact with other referenced
objects.
|
TIGHT
This artifact will be connected with other referenced objects using as many import statements as
can guarantee the greatest expressiveness of the ontologies.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLExportable.ConnectivityPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OWLExportable.ConnectivityPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OWLExportable.ConnectivityPolicy LOOSE
public static final OWLExportable.ConnectivityPolicy TIGHT
public static OWLExportable.ConnectivityPolicy[] values()
for (OWLExportable.ConnectivityPolicy c : OWLExportable.ConnectivityPolicy.values()) System.out.println(c);
public static OWLExportable.ConnectivityPolicy 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 © 2010-2014 The Apache Software Foundation. All Rights Reserved.