public enum OntologyChangeDataType extends Enum<OntologyChangeDataType>
| Enum Constant and Description |
|---|
ADD_AXIOM |
ADD_IMPORT |
ADD_ONTOLOGY_ANNOTATION |
REMOVE_AXIOM |
REMOVE_IMPORT |
REMOVE_ONTOLOGY_ANNOTATION |
SET_ONTOLOGY_ID |
| Modifier and Type | Method and Description |
|---|---|
static OntologyChangeDataType |
get(byte marker) |
static OntologyChangeDataType |
get(org.semanticweb.owlapi.change.OWLOntologyChangeData Data) |
byte |
getMarker() |
Class<? extends org.semanticweb.owlapi.change.OWLOntologyChangeData> |
getOntologyChangeClass() |
static org.semanticweb.owlapi.change.OWLOntologyChangeData |
read(BinaryOWLInputStream inputStream) |
static OntologyChangeDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OntologyChangeDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static void |
write(org.semanticweb.owlapi.change.OWLOntologyChangeData info,
BinaryOWLOutputStream outputStream) |
public static final OntologyChangeDataType SET_ONTOLOGY_ID
public static final OntologyChangeDataType ADD_IMPORT
public static final OntologyChangeDataType REMOVE_IMPORT
public static final OntologyChangeDataType ADD_ONTOLOGY_ANNOTATION
public static final OntologyChangeDataType REMOVE_ONTOLOGY_ANNOTATION
public static final OntologyChangeDataType ADD_AXIOM
public static final OntologyChangeDataType REMOVE_AXIOM
public static OntologyChangeDataType[] values()
for (OntologyChangeDataType c : OntologyChangeDataType.values()) System.out.println(c);
public static OntologyChangeDataType 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 nullpublic static OntologyChangeDataType get(byte marker)
public static OntologyChangeDataType get(org.semanticweb.owlapi.change.OWLOntologyChangeData Data)
public byte getMarker()
public Class<? extends org.semanticweb.owlapi.change.OWLOntologyChangeData> getOntologyChangeClass()
public static void write(org.semanticweb.owlapi.change.OWLOntologyChangeData info,
BinaryOWLOutputStream outputStream)
throws IOException
IOExceptionpublic static org.semanticweb.owlapi.change.OWLOntologyChangeData read(BinaryOWLInputStream inputStream) throws IOException, BinaryOWLParseException
IOExceptionBinaryOWLParseExceptionCopyright © 2015. All Rights Reserved.