Package | Description |
---|---|
ilog.views.sdm.metadata |
Contains the classes that implement RDF metadata used by the
IlvRDFSDMModel . |
Modifier and Type | Method and Description |
---|---|
IlvMList |
IlvMModel.query(IlvMStatement pattern)
Queries the statements in this model that match the given pattern.
|
IlvMList |
IlvMList.query(IlvMStatement pattern) |
IlvMList |
IlvMList.query(IlvMStatement pattern,
ArrayList<IlvMStatement> result)
Invokes a query
|
Modifier and Type | Method and Description |
---|---|
Map<IlvMResource,IlvMList> |
IlvMList.getMap() |
Map<IlvMResource,IlvMList> |
IlvMContainer.getMap()
Returns the children of the container.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMList.setMap(Map<IlvMResource,IlvMList> map) |
void |
IlvMContainer.setMap(Map<IlvMResource,IlvMList> map)
Sets the children of the container, as a map Subject to list of statements.
|
Constructor and Description |
---|
IlvMContainer(String uri,
int type,
Map<IlvMResource,IlvMList> map)
Creates a RDF container.
|
IlvMModel(Map<IlvMResource,IlvMList> map)
Constructor which spares a list creation.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.