Package | Description |
---|---|
ilog.views.sdm.metadata |
Contains the classes that implement RDF metadata used by the
IlvRDFSDMModel . |
Modifier and Type | Method and Description |
---|---|
List<IlvMStatement> |
IlvMList.getList() |
List<IlvMStatement> |
IlvMContainer.getList()
Returns children, in a list.
|
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 |
---|---|
IlvMList |
IlvMList.query(IlvMStatement pattern,
ArrayList<IlvMStatement> result)
Invokes a query
|
void |
IlvMList.setList(List<IlvMStatement> list) |
void |
IlvMContainer.setList(List<IlvMStatement> list)
Sets the children of the container.
|
Constructor and Description |
---|
IlvMList(IlvMStatement st)
Creates a model with a statement.
|
Constructor and Description |
---|
IlvMList(List<IlvMStatement> list)
Creates a model with a list
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.