Package | Description |
---|---|
ilog.views.sdm.metadata |
Contains the classes that implement RDF metadata used by the
IlvRDFSDMModel . |
ilog.views.sdm.model |
Contains the predefined data models in the SDM package.
|
ilog.views.sdm.util |
Contains SDM utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMList
A rdf implementation of IlvMModel backed up by a List instead of a Map, for better performance.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMModel.merge(IlvMModel model)
Merges with another model.
|
void |
IlvMList.merge(IlvMModel model) |
Modifier and Type | Method and Description |
---|---|
IlvMModel |
IlvRDFSDMModel.getMetadata()
Gets current metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRDFSDMModel.mergeMetadata(IlvMModel metadata)
Merges with new metadata.
|
void |
IlvRDFSDMModel.setMetadata(IlvMModel metadata)
Sets new metadata.
|
Modifier and Type | Method and Description |
---|---|
IlvMModel |
IlvXMLConnector.getMetadata()
Returns the last metadata found.
|
IlvMModel |
IlvRDFSAX.populateModel(IlvMModel model)
Adds the current flat list of statements to the
IlvMModel data structure. |
Modifier and Type | Method and Description |
---|---|
IlvMModel |
IlvRDFSAX.populateModel(IlvMModel model)
Adds the current flat list of statements to the
IlvMModel data structure. |
void |
IlvXMLConnector.setMetadata(IlvMModel model)
Sets metadata, to be saved in the next
writeXML . |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.