public class OntologyChangeRecordList extends Object implements TimeStampedMetadataChunk
Represents a list of OWLOntologyChangeRecords with a timestamp and metadata.
| Modifier and Type | Field and Description |
|---|---|
static int |
CHUNK_TYPE_MARKER |
| Constructor and Description |
|---|
OntologyChangeRecordList(BinaryOWLInputStream inputStream,
SkipSetting skipSetting) |
OntologyChangeRecordList(List<org.semanticweb.owlapi.model.OWLOntologyChange> changes,
long timestamp,
BinaryOWLMetadata metadata) |
OntologyChangeRecordList(long timestamp,
BinaryOWLMetadata metadata,
List<org.semanticweb.owlapi.change.OWLOntologyChangeRecord> changeRecords) |
| Modifier and Type | Method and Description |
|---|---|
List<org.semanticweb.owlapi.change.OWLOntologyChangeRecord> |
getChangeRecords() |
int |
getChunkType()
Gets the type of the chunk
|
BinaryOWLMetadata |
getMetadata() |
List<OntologyChangeRecordRun> |
getRuns() |
long |
getTimestamp() |
String |
toString() |
void |
write(BinaryOWLOutputStream os) |
public OntologyChangeRecordList(List<org.semanticweb.owlapi.model.OWLOntologyChange> changes, long timestamp, BinaryOWLMetadata metadata)
public OntologyChangeRecordList(long timestamp,
BinaryOWLMetadata metadata,
List<org.semanticweb.owlapi.change.OWLOntologyChangeRecord> changeRecords)
public OntologyChangeRecordList(BinaryOWLInputStream inputStream, SkipSetting skipSetting) throws IOException, BinaryOWLParseException
IOExceptionBinaryOWLParseExceptionpublic int getChunkType()
ChunkgetChunkType in interface Chunkpublic long getTimestamp()
getTimestamp in interface TimeStampedMetadataChunkpublic BinaryOWLMetadata getMetadata()
getMetadata in interface TimeStampedMetadataChunkpublic List<org.semanticweb.owlapi.change.OWLOntologyChangeRecord> getChangeRecords()
public List<OntologyChangeRecordRun> getRuns()
public void write(BinaryOWLOutputStream os) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.