|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.sswap.http.representation.Imports
public class Imports
Contains imports definitions
Field Summary | |
---|---|
private java.util.List<java.lang.String> |
imports
The list of imports (URIs) |
Constructor Summary | |
---|---|
Imports(java.util.Collection<java.lang.String> imports)
Creates the new imports definition |
Method Summary | |
---|---|
void |
addImport(java.lang.String importURI)
Adds a new URI to the list of imports |
java.util.Collection<java.lang.String> |
getImports()
Gets the currently defined imports |
void |
removeImport(java.lang.String importURI)
Removes a URI from the list of imports. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List<java.lang.String> imports
Constructor Detail |
---|
public Imports(java.util.Collection<java.lang.String> imports)
imports
- the URIs of ontologies to be importedMethod Detail |
---|
public java.util.Collection<java.lang.String> getImports()
public void addImport(java.lang.String importURI)
importURI
- the URI of an ontology to be addedpublic void removeImport(java.lang.String importURI)
importURI
- the URI of the ontology to be removed from the list of imports
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |