|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Menu
Interface for Menu ontology class
Use the ibspan.tss.datamodel.ontology.DataModelFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/DataModel#Menu)
Field Summary | |
---|---|
static Property |
hasLinkProperty
The Jena Property for hasLink (URI: http://www.ibspan.waw.pl/tss/DataModel#hasLink) |
static Resource |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
Link |
addHasLink()
Adds an anonymous value for the 'hasLink' property |
void |
addHasLink(Link hasLink)
Adds a value for the 'hasLink' property |
Link |
addHasLink(Resource resource)
Adds a value for the 'hasLink' property. |
Iterator |
getHasLink()
Get an Iterator the 'hasLink' property values. |
void |
removeHasLink(Link hasLink)
Removes a value for the 'hasLink' property. |
Methods inherited from interface com.ibm.adtech.jastor.Thing |
---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
Field Detail |
---|
static final Resource TYPE
static final Property hasLinkProperty
(URI: http://www.ibspan.waw.pl/tss/DataModel#hasLink)
Method Detail |
---|
Iterator getHasLink() throws com.ibm.adtech.jastor.JastorException
Iterator
of Link
com.ibm.adtech.jastor.JastorException
hasLinkProperty
void addHasLink(Link hasLink) throws com.ibm.adtech.jastor.JastorException
The
- Link
to add
com.ibm.adtech.jastor.JastorException
hasLinkProperty
Link addHasLink() throws com.ibm.adtech.jastor.JastorException
Link
created
com.ibm.adtech.jastor.JastorException
hasLinkProperty
Link addHasLink(Resource resource) throws com.ibm.adtech.jastor.JastorException
Link
with the factory
and calling addHasLink(ibspan.tss.datamodel.ontology.Link hasLink)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/DataModel#Link. That is, this method
should not be used as a shortcut for creating new objects in the model.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
hasLinkProperty
void removeHasLink(Link hasLink) throws com.ibm.adtech.jastor.JastorException
The
- Link
to remove
com.ibm.adtech.jastor.JastorException
hasLinkProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |