|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Load
Interface for Load 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#Load)
| Field Summary | |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
activateProperty
The Jena Property for activate (URI: http://rewerse.net/I5/NS/2006/r3#activate) |
static com.hp.hpl.jena.rdf.model.Resource |
TYPE
The rdf:type for this ontology class |
static com.hp.hpl.jena.rdf.model.Property |
usingProperty
The Jena Property for using (URI: http://rewerse.net/I5/NS/2006/r3#using) |
| Fields inherited from interface net.rewerse.i5.r3.juice.ontology.Request |
|---|
issuerProperty |
| 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 | |
|---|---|
Substitution |
addUsing()
Adds an anonymous value for the 'using' property |
void |
addUsing(java.lang.Iterable<Substitution> c)
|
void |
addUsing(java.lang.Iterable<Substitution> c,
boolean full)
|
Substitution |
addUsing(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'using' property. |
Substitution |
addUsing(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
|
void |
addUsing(Substitution t)
Adds a value for the 'using' property |
void |
addUsing(Substitution using,
boolean full)
|
void |
clearActivate()
Removes all values for the 'activate' property. |
void |
clearUsing()
Removes all values for the 'using' property. |
RulePackage |
getActivate()
Gets the 'activate' property value |
java.lang.Iterable<Substitution> |
getUsing()
Get an Iterator the 'using' property values. |
void |
removeUsing(Substitution using)
Removes a value for the 'using' property. |
RulePackage |
setActivate()
Sets the 'activate' property value to an anonymous node |
RulePackage |
setActivate(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'activate' property value to the given resource, and add's rdf:type properties. |
RulePackage |
setActivate(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
|
void |
setActivate(RulePackage activate)
Sets the 'activate' property value |
void |
setUsing(java.lang.Iterable<Substitution> c)
Sets the 'using' property value |
void |
setUsing(java.lang.Iterable<Substitution> c,
boolean full)
|
| Methods inherited from interface net.rewerse.i5.r3.juice.ontology.Request |
|---|
clearIssuer, getIssuer, setIssuer, setIssuer, setIssuer, setIssuer |
| 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 activateProperty
(URI: http://rewerse.net/I5/NS/2006/r3#activate)
static final com.hp.hpl.jena.rdf.model.Property usingProperty
(URI: http://rewerse.net/I5/NS/2006/r3#using)
| Method Detail |
|---|
RulePackage getActivate()
throws com.ibm.adtech.jastor.JastorException
RulePackage
com.ibm.adtech.jastor.JastorExceptionactivateProperty
void setActivate(RulePackage activate)
throws java.lang.Exception
{@link - net.rewerse.i5.r3.juice.ontology.RulePackage}
java.lang.ExceptionactivateProperty
RulePackage setActivate()
throws com.ibm.adtech.jastor.JastorException
RulePackage, the created value
com.ibm.adtech.jastor.JastorExceptionactivateProperty
RulePackage setActivate(com.hp.hpl.jena.rdf.model.Resource resource)
throws java.lang.Exception
RulePackage with the factory.
and calling setActivate(net.rewerse.i5.r3.juice.ontology.RulePackage activate)
The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#RulePackage. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
RulePackage, the newly created value
java.lang.ExceptionactivateProperty
RulePackage setActivate(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
throws java.lang.Exception
java.lang.Exception
void clearActivate()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorExceptionactivateProperty
java.lang.Iterable<Substitution> getUsing()
throws com.ibm.adtech.jastor.JastorException
Iterable of Substitution
com.ibm.adtech.jastor.JastorExceptionusingProperty
void addUsing(Substitution t)
throws java.lang.Exception
The - Substitution to add
java.lang.ExceptionusingProperty
void addUsing(java.lang.Iterable<Substitution> c)
throws java.lang.Exception
java.lang.Exception
void addUsing(java.lang.Iterable<Substitution> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void addUsing(Substitution using,
boolean full)
throws java.lang.Exception
java.lang.Exception
Substitution addUsing()
throws com.ibm.adtech.jastor.JastorException
Substitution created
com.ibm.adtech.jastor.JastorExceptionusingProperty
Substitution addUsing(com.hp.hpl.jena.rdf.model.Resource resource)
throws java.lang.Exception
Substitution with the factory
and calling addUsing(net.rewerse.i5.r3.juice.ontology.Substitution using)
The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#Substitution. 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.ExceptionusingProperty
Substitution addUsing(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
throws java.lang.Exception
java.lang.Exception
void removeUsing(Substitution using)
throws com.ibm.adtech.jastor.JastorException
The - Substitution to remove
com.ibm.adtech.jastor.JastorExceptionusingProperty
void setUsing(java.lang.Iterable<Substitution> c)
throws java.lang.Exception
{@link - java.lang.Iterable} of Substitution
java.lang.ExceptionusingProperty
void setUsing(java.lang.Iterable<Substitution> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void clearUsing()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorExceptionusingProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||