public class IlvMModel extends IlvMContainer
The implementation has been dramatically simplified in JViews 8.5 to
improve performance. This class use now a map subject to statements, and
subclass IlvMList
is backed by a list.
ALT, BAG, SEQ
Modifier | Constructor and Description |
---|---|
|
IlvMModel()
Creates an RDF model.
|
protected |
IlvMModel(Map<IlvMResource,IlvMList> map)
Constructor which spares a list creation.
|
Modifier and Type | Method and Description |
---|---|
void |
merge(IlvMModel model)
Merges with another model.
|
IlvMList |
query(IlvMStatement pattern)
Queries the statements in this model that match the given pattern.
|
equals, getList, getMap, getType, hashCode, isEmpty, print, setList, setMap, setType
generateURI, getNamespace, getQName, getURI, setNamespace, setURI
public IlvMModel()
protected IlvMModel(Map<IlvMResource,IlvMList> map)
map
- the model contentpublic void merge(IlvMModel model)
model
- The other model.public IlvMList query(IlvMStatement pattern)
pattern
- A statement, which may have null subject,
predicate, or value.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.