|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSWAPList | |
---|---|
info.sswap.api.model | Main package for SSWAP API |
info.sswap.impl.empire.model |
Uses of SSWAPList in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return SSWAPList | |
---|---|
SSWAPList |
SSWAPElement.asList()
Type-safe cast of this element to a list. |
SSWAPList |
SSWAPDocument.createList()
Creates an empty list. |
Uses of SSWAPList in info.sswap.impl.empire.model |
---|
Classes in info.sswap.impl.empire.model that implement SSWAPList | |
---|---|
class |
ListImpl
Implementation of SSWAPList. |
Methods in info.sswap.impl.empire.model that return SSWAPList | |
---|---|
SSWAPList |
ElementImpl.asList()
|
SSWAPList |
ListImpl.asList()
Type-safe cast of this SSWAPElement into SSWAPList |
SSWAPList |
SourceModelImpl.createList()
|
private SSWAPList |
ImplFactory.deepCopyList(SourceModel newModel,
SSWAPList originalList,
java.util.Set<java.net.URI> copiedIndividuals)
Perform a deep copy of a SSWAPList into another source model |
Methods in info.sswap.impl.empire.model with parameters of type SSWAPList | |
---|---|
com.hp.hpl.jena.rdf.model.RDFList |
ImplFactory.createRDFList(SourceModel sourceModel,
SSWAPList list)
Creates an RDFList for a SSWAPList. |
private SSWAPList |
ImplFactory.deepCopyList(SourceModel newModel,
SSWAPList originalList,
java.util.Set<java.net.URI> copiedIndividuals)
Perform a deep copy of a SSWAPList into another source model |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |