|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.common.ontology.SrampOntology
public class SrampOntology
Models an s-ramp ontology.
| Nested Class Summary | |
|---|---|
static class |
SrampOntology.Class
Models a single class in an s-ramp ontology. |
| Constructor Summary | |
|---|---|
SrampOntology()
Constructor. |
|
| Method Summary | |
|---|---|
SrampOntology.Class |
createClass(String id)
Creates a new class within this ontology. |
SrampOntology.Class |
findClass(String id)
Finds a class by its unique id within the ontology. |
SrampOntology.Class |
findClass(URI uri)
Finds a class by its unique URI. |
List<SrampOntology.Class> |
getAllClasses()
|
String |
getBase()
|
String |
getComment()
|
String |
getCreatedBy()
|
Date |
getCreatedOn()
|
String |
getId()
|
String |
getLabel()
|
String |
getLastModifiedBy()
|
Date |
getLastModifiedOn()
|
List<SrampOntology.Class> |
getRootClasses()
|
String |
getUuid()
|
void |
setBase(String base)
|
void |
setComment(String comment)
|
void |
setCreatedBy(String createdBy)
|
void |
setCreatedOn(Date createdOn)
|
void |
setId(String id)
|
void |
setLabel(String label)
|
void |
setLastModifiedBy(String lastModifiedBy)
|
void |
setLastModifiedOn(Date lastModifiedOn)
|
void |
setRootClasses(List<SrampOntology.Class> rootClasses)
|
void |
setUuid(String uuid)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SrampOntology()
| Method Detail |
|---|
public String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic String getLabel()
public void setLabel(String label)
label - the label to setpublic String getComment()
public void setComment(String comment)
comment - the comment to setpublic String getBase()
public void setBase(String base)
base - the base to setpublic String getId()
public void setId(String id)
id - the id to setpublic List<SrampOntology.Class> getRootClasses()
public List<SrampOntology.Class> getAllClasses()
public void setRootClasses(List<SrampOntology.Class> rootClasses)
rootClasses - the rootClasses to setpublic SrampOntology.Class createClass(String id)
id - public SrampOntology.Class findClass(String id)
id - public SrampOntology.Class findClass(URI uri)
uri - public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - the createdBy to setpublic Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the createdOn to setpublic String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - the lastModifiedBy to setpublic Date getLastModifiedOn()
public void setLastModifiedOn(Date lastModifiedOn)
lastModifiedOn - the lastModifiedOn to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||