net.rewerse.i5.r3.juice.ontology
Interface Load

All Superinterfaces:
_Thing, Message, Request, com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
LoadImpl

public interface Load
extends Request, _Thing

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

TYPE

static final com.hp.hpl.jena.rdf.model.Resource TYPE
The rdf:type for this ontology class


activateProperty

static final com.hp.hpl.jena.rdf.model.Property activateProperty
The Jena Property for activate

(URI: http://rewerse.net/I5/NS/2006/r3#activate)



usingProperty

static final com.hp.hpl.jena.rdf.model.Property usingProperty
The Jena Property for using

(URI: http://rewerse.net/I5/NS/2006/r3#using)


Method Detail

getActivate

RulePackage getActivate()
                        throws com.ibm.adtech.jastor.JastorException
Gets the 'activate' property value

Returns:
RulePackage
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
activateProperty

setActivate

void setActivate(RulePackage activate)
                 throws java.lang.Exception
Sets the 'activate' property value

Parameters:
{@link - net.rewerse.i5.r3.juice.ontology.RulePackage}
Throws:
java.lang.Exception
See Also:
activateProperty

setActivate

RulePackage setActivate()
                        throws com.ibm.adtech.jastor.JastorException
Sets the 'activate' property value to an anonymous node

Returns:
RulePackage, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
activateProperty

setActivate

RulePackage setActivate(com.hp.hpl.jena.rdf.model.Resource resource)
                        throws java.lang.Exception
Sets the 'activate' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of 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.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
RulePackage, the newly created value
Throws:
java.lang.Exception
See Also:
activateProperty

setActivate

RulePackage setActivate(com.hp.hpl.jena.rdf.model.Resource resource,
                        boolean full)
                        throws java.lang.Exception
Throws:
java.lang.Exception

clearActivate

void clearActivate()
                   throws com.ibm.adtech.jastor.JastorException
Removes all values for the 'activate' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Throws:
com.ibm.adtech.jastor.JastorException
See Also:
activateProperty

getUsing

java.lang.Iterable<Substitution> getUsing()
                                          throws com.ibm.adtech.jastor.JastorException
Get an Iterator the 'using' property values. This iterator() may be used to remove all such values.

Returns:
Iterable of Substitution
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
usingProperty

addUsing

void addUsing(Substitution t)
              throws java.lang.Exception
Adds a value for the 'using' property

Parameters:
The - Substitution to add
Throws:
java.lang.Exception
See Also:
usingProperty

addUsing

void addUsing(java.lang.Iterable<Substitution> c)
              throws java.lang.Exception
Throws:
java.lang.Exception

addUsing

void addUsing(java.lang.Iterable<Substitution> c,
              boolean full)
              throws java.lang.Exception
Throws:
java.lang.Exception

addUsing

void addUsing(Substitution using,
              boolean full)
              throws java.lang.Exception
Throws:
java.lang.Exception

addUsing

Substitution addUsing()
                      throws com.ibm.adtech.jastor.JastorException
Adds an anonymous value for the 'using' property

Returns:
The anoymous Substitution created
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
usingProperty

addUsing

Substitution addUsing(com.hp.hpl.jena.rdf.model.Resource resource)
                      throws java.lang.Exception
Adds a value for the 'using' property. This method is equivalent constructing a new instance of 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.

Parameters:
The - om.hp.hpl.jena.rdf.model.Resource to add
Throws:
java.lang.Exception
See Also:
usingProperty

addUsing

Substitution addUsing(com.hp.hpl.jena.rdf.model.Resource resource,
                      boolean full)
                      throws java.lang.Exception
Throws:
java.lang.Exception

removeUsing

void removeUsing(Substitution using)
                 throws com.ibm.adtech.jastor.JastorException
Removes a value for the 'using' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Parameters:
The - Substitution to remove
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
usingProperty

setUsing

void setUsing(java.lang.Iterable<Substitution> c)
              throws java.lang.Exception
Sets the 'using' property value

Parameters:
{@link - java.lang.Iterable} of Substitution
Throws:
java.lang.Exception
See Also:
usingProperty

setUsing

void setUsing(java.lang.Iterable<Substitution> c,
              boolean full)
              throws java.lang.Exception
Throws:
java.lang.Exception

clearUsing

void clearUsing()
                throws com.ibm.adtech.jastor.JastorException
Removes all values for the 'using' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Throws:
com.ibm.adtech.jastor.JastorException
See Also:
usingProperty