|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Language
Interface for Language 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#Language)
| Field Summary | |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
definesProperty
The Jena Property for defines (URI: http://rewerse.net/I5/NS/2006/r3#defines) |
static com.hp.hpl.jena.rdf.model.Property |
implementationProperty
The Jena Property for implementation (URI: http://rewerse.net/I5/NS/2006/r3#implementation) |
static com.hp.hpl.jena.rdf.model.Property |
nameProperty
The Jena Property for name (URI: http://rewerse.net/I5/NS/2006/r3#name) |
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._Thing |
|---|
NAMESPACE, NS |
| Fields inherited from interface com.ibm.adtech.jastor.Thing |
|---|
copyright |
| Method Summary | |
|---|---|
LanguageResource |
addDefines()
Adds an anonymous value for the 'defines' property |
void |
addDefines(java.lang.Iterable<LanguageResource> c)
|
void |
addDefines(java.lang.Iterable<LanguageResource> c,
boolean full)
|
void |
addDefines(LanguageResource t)
Adds a value for the 'defines' property |
void |
addDefines(LanguageResource defines,
boolean full)
|
LanguageResource |
addDefines(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'defines' property. |
LanguageResource |
addDefines(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
|
Engine |
addImplementation()
Adds an anonymous value for the 'implementation' property |
void |
addImplementation(Engine t)
Adds a value for the 'implementation' property |
void |
addImplementation(Engine implementation,
boolean full)
|
void |
addImplementation(java.lang.Iterable<Engine> c)
|
void |
addImplementation(java.lang.Iterable<Engine> c,
boolean full)
|
Engine |
addImplementation(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'implementation' property. |
Engine |
addImplementation(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
|
void |
clearDefines()
Removes all values for the 'defines' property. |
void |
clearImplementation()
Removes all values for the 'implementation' property. |
void |
clearName()
Removes all values for the 'name' property. |
java.lang.Iterable<LanguageResource> |
getDefines()
Get an Iterator the 'defines' property values. |
java.lang.Iterable<Engine> |
getImplementation()
Get an Iterator the 'implementation' property values. |
java.lang.String |
getName()
Gets the 'name' property value |
void |
removeDefines(LanguageResource defines)
Removes a value for the 'defines' property. |
void |
removeImplementation(Engine implementation)
Removes a value for the 'implementation' property. |
void |
setDefines(java.lang.Iterable<LanguageResource> c)
Sets the 'defines' property value |
void |
setDefines(java.lang.Iterable<LanguageResource> c,
boolean full)
|
void |
setImplementation(java.lang.Iterable<Engine> c)
Sets the 'implementation' property value |
void |
setImplementation(java.lang.Iterable<Engine> c,
boolean full)
|
void |
setName(java.lang.String name)
Sets the 'name' property value |
| 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 implementationProperty
(URI: http://rewerse.net/I5/NS/2006/r3#implementation)
static final com.hp.hpl.jena.rdf.model.Property definesProperty
(URI: http://rewerse.net/I5/NS/2006/r3#defines)
static final com.hp.hpl.jena.rdf.model.Property nameProperty
(URI: http://rewerse.net/I5/NS/2006/r3#name)
| Method Detail |
|---|
java.lang.Iterable<Engine> getImplementation()
throws com.ibm.adtech.jastor.JastorException
Iterable of Engine
com.ibm.adtech.jastor.JastorExceptionimplementationProperty
void addImplementation(Engine t)
throws java.lang.Exception
The - Engine to add
java.lang.ExceptionimplementationProperty
void addImplementation(java.lang.Iterable<Engine> c)
throws java.lang.Exception
java.lang.Exception
void addImplementation(java.lang.Iterable<Engine> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void addImplementation(Engine implementation,
boolean full)
throws java.lang.Exception
java.lang.Exception
Engine addImplementation()
throws com.ibm.adtech.jastor.JastorException
Engine created
com.ibm.adtech.jastor.JastorExceptionimplementationProperty
Engine addImplementation(com.hp.hpl.jena.rdf.model.Resource resource)
throws java.lang.Exception
Engine with the factory
and calling addImplementation(net.rewerse.i5.r3.juice.ontology.Engine implementation)
The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#Engine. 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.ExceptionimplementationProperty
Engine addImplementation(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
throws java.lang.Exception
java.lang.Exception
void removeImplementation(Engine implementation)
throws com.ibm.adtech.jastor.JastorException
The - Engine to remove
com.ibm.adtech.jastor.JastorExceptionimplementationProperty
void setImplementation(java.lang.Iterable<Engine> c)
throws java.lang.Exception
{@link - java.lang.Iterable} of Engine
java.lang.ExceptionimplementationProperty
void setImplementation(java.lang.Iterable<Engine> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void clearImplementation()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorExceptionimplementationProperty
java.lang.Iterable<LanguageResource> getDefines()
throws com.ibm.adtech.jastor.JastorException
Iterable of LanguageResource
com.ibm.adtech.jastor.JastorExceptiondefinesProperty
void addDefines(LanguageResource t)
throws java.lang.Exception
The - LanguageResource to add
java.lang.ExceptiondefinesProperty
void addDefines(java.lang.Iterable<LanguageResource> c)
throws java.lang.Exception
java.lang.Exception
void addDefines(java.lang.Iterable<LanguageResource> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void addDefines(LanguageResource defines,
boolean full)
throws java.lang.Exception
java.lang.Exception
LanguageResource addDefines()
throws com.ibm.adtech.jastor.JastorException
LanguageResource created
com.ibm.adtech.jastor.JastorExceptiondefinesProperty
LanguageResource addDefines(com.hp.hpl.jena.rdf.model.Resource resource)
throws java.lang.Exception
LanguageResource with the factory
and calling addDefines(net.rewerse.i5.r3.juice.ontology.LanguageResource defines)
The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#LanguageResource. 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.ExceptiondefinesProperty
LanguageResource addDefines(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
throws java.lang.Exception
java.lang.Exception
void removeDefines(LanguageResource defines)
throws com.ibm.adtech.jastor.JastorException
The - LanguageResource to remove
com.ibm.adtech.jastor.JastorExceptiondefinesProperty
void setDefines(java.lang.Iterable<LanguageResource> c)
throws java.lang.Exception
{@link - java.lang.Iterable} of LanguageResource
java.lang.ExceptiondefinesProperty
void setDefines(java.lang.Iterable<LanguageResource> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void clearDefines()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorExceptiondefinesProperty
java.lang.String getName()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptionnameProperty
void setName(java.lang.String name)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptionnameProperty
void clearName()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorExceptionnameProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||