|
||||||||||
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.layout.ontology.datamodel.DataModelFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/DataModel#Menu)
Field Summary | |
---|---|
static Resource |
CommonMenu
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#CommonMenu |
static Resource |
DefineSearchMenu
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#DefineSearchMenu |
static Resource |
DetailsMenu
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#DetailsMenu |
static Property |
hasLinkProperty
The Jena Property for hasLink (URI: http://www.ibspan.waw.pl/tss/DataModel#hasLink) |
static Resource |
LoginMenu
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#LoginMenu |
static Resource |
LoginSuccessMenu
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#LoginSuccessMenu |
static Resource |
ResultsMenu
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#ResultsMenu |
static Resource |
TYPE
The rdf:type for this ontology class |
static Resource |
WelcomeMenu
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#WelcomeMenu |
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)
static final Resource DefineSearchMenu
static final Resource ResultsMenu
static final Resource WelcomeMenu
static final Resource LoginSuccessMenu
static final Resource CommonMenu
static final Resource LoginMenu
static final Resource DetailsMenu
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.layout.ontology.datamodel.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 |