public class AtomicOntologyChange extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AtomicOntologyChange.AtomicChangeType |
| Constructor and Description |
|---|
AtomicOntologyChange() |
AtomicOntologyChange(String sourceURI,
String destinationURI,
AtomicOntologyChange.AtomicChangeType atomicChangeType,
String notes) |
| Modifier and Type | Method and Description |
|---|---|
AtomicOntologyChange.AtomicChangeType |
getAtomicChangeType() |
String |
getDestinationURI()
Contains the URI of a class or property in the current version of
the ontology, or null if a class or property was removed from the
previous version of the ontology.
|
String |
getNotes() |
String |
getSourceURI()
Contains the URI of a class or property in the previous version of
the ontology, or null if a new class or property was introduced
in the current version of the ontology.
|
void |
setAtomicChangeType(AtomicOntologyChange.AtomicChangeType atomicChangeType) |
void |
setDestinationURI(String destinationURI) |
void |
setNotes(String notes) |
void |
setSourceURI(String sourceURI) |
String |
toString() |
public AtomicOntologyChange()
public AtomicOntologyChange(String sourceURI, String destinationURI, AtomicOntologyChange.AtomicChangeType atomicChangeType, String notes)
public String getSourceURI()
public void setSourceURI(String sourceURI)
public String getDestinationURI()
public void setDestinationURI(String destinationURI)
public AtomicOntologyChange.AtomicChangeType getAtomicChangeType()
public void setAtomicChangeType(AtomicOntologyChange.AtomicChangeType atomicChangeType)
public String getNotes()
public void setNotes(String notes)
Copyright © 2016. All rights reserved.