|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Engine
Interface for Engine ontology class
Use the net.rewerse.i5.r3.juice.ontology.r3Factory to create instances of this interface.
(URI: http://rewerse.net/I5/NS/2006/r3#Engine)
| Field Summary | |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
_implementsProperty
The Jena Property for _implements (URI: http://rewerse.net/I5/NS/2006/r3#implements) |
static com.hp.hpl.jena.rdf.model.Property |
exportsProperty
The Jena Property for exports (URI: http://rewerse.net/I5/NS/2006/r3#exports) |
static com.hp.hpl.jena.rdf.model.Resource |
TYPE
The rdf:type for this ontology class |
| Fields inherited from interface net.rewerse.i5.r3.juice.ontology.Client |
|---|
notifyToProperty, providesProperty |
| Fields inherited from interface net.rewerse.i5.r3.juice.ontology._Thing |
|---|
NAMESPACE, NS |
| Fields inherited from interface com.ibm.adtech.jastor.Thing |
|---|
copyright |
| Fields inherited from interface net.rewerse.i5.r3.juice.ontology._Thing |
|---|
NAMESPACE, NS |
| Fields inherited from interface com.ibm.adtech.jastor.Thing |
|---|
copyright |
| Fields inherited from interface net.rewerse.i5.r3.juice.ontology.Service |
|---|
providesProperty |
| Fields inherited from interface net.rewerse.i5.r3.juice.ontology._Thing |
|---|
NAMESPACE, NS |
| Fields inherited from interface com.ibm.adtech.jastor.Thing |
|---|
copyright |
| Method Summary | |
|---|---|
Language |
add_implements()
Adds an anonymous value for the '_implements' property |
void |
add_implements(java.lang.Iterable<Language> c)
|
void |
add_implements(java.lang.Iterable<Language> c,
boolean full)
|
void |
add_implements(Language t)
Adds a value for the '_implements' property |
void |
add_implements(Language _implements,
boolean full)
|
Language |
add_implements(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the '_implements' property. |
Language |
add_implements(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
|
LanguageConstruct |
addExports()
Adds an anonymous value for the 'exports' property |
void |
addExports(java.lang.Iterable<LanguageConstruct> c)
|
void |
addExports(java.lang.Iterable<LanguageConstruct> c,
boolean full)
|
void |
addExports(LanguageConstruct t)
Adds a value for the 'exports' property |
void |
addExports(LanguageConstruct exports,
boolean full)
|
LanguageConstruct |
addExports(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'exports' property. |
LanguageConstruct |
addExports(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
|
void |
clear_implements()
Removes all values for the '_implements' property. |
void |
clearExports()
Removes all values for the 'exports' property. |
java.lang.Iterable<Language> |
get_implements()
Get an Iterator the '_implements' property values. |
java.lang.Iterable<LanguageConstruct> |
getExports()
Get an Iterator the 'exports' property values. |
void |
remove_implements(Language _implements)
Removes a value for the '_implements' property. |
void |
removeExports(LanguageConstruct exports)
Removes a value for the 'exports' property. |
void |
set_implements(java.lang.Iterable<Language> c)
Sets the '_implements' property value |
void |
set_implements(java.lang.Iterable<Language> c,
boolean full)
|
void |
setExports(java.lang.Iterable<LanguageConstruct> c)
Sets the 'exports' property value |
void |
setExports(java.lang.Iterable<LanguageConstruct> c,
boolean full)
|
| Methods inherited from interface net.rewerse.i5.r3.juice.ontology.Client |
|---|
addProvides, addProvides, addProvides, addProvides, addProvides, addProvides, addProvides, clearNotifyTo, clearProvides, getNotifyTo, getProvides, removeProvides, setNotifyTo, setNotifyTo, setNotifyTo, setNotifyTo, setProvides, setProvides |
| Methods inherited from interface net.rewerse.i5.juice.jastor.Thing |
|---|
asDocument, asDOM, asDOM, asResource, asResource, asString, asString, clearRDFType, inModel, owlClass, setRDFType, thingClass, thingImplClass, validate, validate |
| Methods inherited from interface com.ibm.adtech.jastor.Thing |
|---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
| Methods inherited from interface net.rewerse.i5.juice.jastor.Thing |
|---|
asDocument, asDOM, asDOM, asResource, asResource, asString, asString, clearRDFType, inModel, owlClass, setRDFType, thingClass, thingImplClass, validate, validate |
| Methods inherited from interface com.ibm.adtech.jastor.Thing |
|---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
| Methods inherited from interface net.rewerse.i5.r3.juice.ontology.Service |
|---|
addProvides, addProvides, addProvides, addProvides, addProvides, addProvides, addProvides, clearProvides, getProvides, removeProvides, setProvides, setProvides |
| Methods inherited from interface net.rewerse.i5.juice.jastor.Thing |
|---|
asDocument, asDOM, asDOM, asResource, asResource, asString, asString, clearRDFType, inModel, owlClass, setRDFType, thingClass, thingImplClass, validate, validate |
| Methods inherited from interface com.ibm.adtech.jastor.Thing |
|---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
| Field Detail |
|---|
static final com.hp.hpl.jena.rdf.model.Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property exportsProperty
(URI: http://rewerse.net/I5/NS/2006/r3#exports)
static final com.hp.hpl.jena.rdf.model.Property _implementsProperty
(URI: http://rewerse.net/I5/NS/2006/r3#implements)
| Method Detail |
|---|
java.lang.Iterable<LanguageConstruct> getExports()
throws com.ibm.adtech.jastor.JastorException
Iterable of LanguageConstruct
com.ibm.adtech.jastor.JastorExceptionexportsProperty
void addExports(LanguageConstruct t)
throws java.lang.Exception
The - LanguageConstruct to add
java.lang.ExceptionexportsProperty
void addExports(java.lang.Iterable<LanguageConstruct> c)
throws java.lang.Exception
java.lang.Exception
void addExports(java.lang.Iterable<LanguageConstruct> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void addExports(LanguageConstruct exports,
boolean full)
throws java.lang.Exception
java.lang.Exception
LanguageConstruct addExports()
throws com.ibm.adtech.jastor.JastorException
LanguageConstruct created
com.ibm.adtech.jastor.JastorExceptionexportsProperty
LanguageConstruct addExports(com.hp.hpl.jena.rdf.model.Resource resource)
throws java.lang.Exception
LanguageConstruct with the factory
and calling addExports(net.rewerse.i5.r3.juice.ontology.LanguageConstruct exports)
The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#LanguageConstruct. 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
java.lang.ExceptionexportsProperty
LanguageConstruct addExports(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
throws java.lang.Exception
java.lang.Exception
void removeExports(LanguageConstruct exports)
throws com.ibm.adtech.jastor.JastorException
The - LanguageConstruct to remove
com.ibm.adtech.jastor.JastorExceptionexportsProperty
void setExports(java.lang.Iterable<LanguageConstruct> c)
throws java.lang.Exception
{@link - java.lang.Iterable} of LanguageConstruct
java.lang.ExceptionexportsProperty
void setExports(java.lang.Iterable<LanguageConstruct> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void clearExports()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorExceptionexportsProperty
java.lang.Iterable<Language> get_implements()
throws com.ibm.adtech.jastor.JastorException
Iterable of Language
com.ibm.adtech.jastor.JastorException_implementsProperty
void add_implements(Language t)
throws java.lang.Exception
The - Language to add
java.lang.Exception_implementsProperty
void add_implements(java.lang.Iterable<Language> c)
throws java.lang.Exception
java.lang.Exception
void add_implements(java.lang.Iterable<Language> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void add_implements(Language _implements,
boolean full)
throws java.lang.Exception
java.lang.Exception
Language add_implements()
throws com.ibm.adtech.jastor.JastorException
Language created
com.ibm.adtech.jastor.JastorException_implementsProperty
Language add_implements(com.hp.hpl.jena.rdf.model.Resource resource)
throws java.lang.Exception
Language with the factory
and calling add_implements(net.rewerse.i5.r3.juice.ontology.Language _implements)
The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#Language. 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
java.lang.Exception_implementsProperty
Language add_implements(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
throws java.lang.Exception
java.lang.Exception
void remove_implements(Language _implements)
throws com.ibm.adtech.jastor.JastorException
The - Language to remove
com.ibm.adtech.jastor.JastorException_implementsProperty
void set_implements(java.lang.Iterable<Language> c)
throws java.lang.Exception
{@link - java.lang.Iterable} of Language
java.lang.Exception_implementsProperty
void set_implements(java.lang.Iterable<Language> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void clear_implements()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorException_implementsProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||