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

All Superinterfaces:
_Thing, com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
ResultImpl

public interface Result
extends _Thing

Interface for Result 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#Result)





Field Summary
static com.hp.hpl.jena.rdf.model.Property literalProperty
          The Jena Property for literal (URI: http://rewerse.net/I5/NS/2006/r3#literal)
static com.hp.hpl.jena.rdf.model.Resource TYPE
          The rdf:type for this ontology class
static com.hp.hpl.jena.rdf.model.Property typeProperty
          The Jena Property for type (URI: http://rewerse.net/I5/NS/2006/r3#type)
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._Thing
NAMESPACE, NS
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 LanguageType addType()
          Adds an anonymous value for the 'type' property
 void addType(java.lang.Iterable<LanguageType> c)
           
 void addType(java.lang.Iterable<LanguageType> c, boolean full)
           
 void addType(LanguageType t)
          Adds a value for the 'type' property
 void addType(LanguageType type, boolean full)
           
 LanguageType addType(com.hp.hpl.jena.rdf.model.Resource resource)
          Adds a value for the 'type' property.
 LanguageType addType(com.hp.hpl.jena.rdf.model.Resource resource, boolean full)
           
 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 clearLiteral()
          Removes all values for the 'literal' property.
 void clearType()
          Removes all values for the 'type' property.
 void clearUsing()
          Removes all values for the 'using' property.
 java.lang.String getLiteral()
          Gets the 'literal' property value
 java.lang.Iterable<LanguageType> getType()
          Get an Iterator the 'type' property values.
 java.lang.Iterable<Substitution> getUsing()
          Get an Iterator the 'using' property values.
 void removeType(LanguageType type)
          Removes a value for the 'type' property.
 void removeUsing(Substitution using)
          Removes a value for the 'using' property.
 void setLiteral(java.lang.String literal)
          Sets the 'literal' property value
 void setType(java.lang.Iterable<LanguageType> c)
          Sets the 'type' property value
 void setType(java.lang.Iterable<LanguageType> c, boolean full)
           
 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.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


literalProperty

static final com.hp.hpl.jena.rdf.model.Property literalProperty
The Jena Property for literal

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



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)



typeProperty

static final com.hp.hpl.jena.rdf.model.Property typeProperty
The Jena Property for type

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


Method Detail

getLiteral

java.lang.String getLiteral()
                            throws com.ibm.adtech.jastor.JastorException
Gets the 'literal' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
literalProperty

setLiteral

void setLiteral(java.lang.String literal)
                throws com.ibm.adtech.jastor.JastorException
Sets the 'literal' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
literalProperty

clearLiteral

void clearLiteral()
                  throws com.ibm.adtech.jastor.JastorException
Removes all values for the 'literal' 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:
literalProperty

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

getType

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

Returns:
Iterable of LanguageType
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
typeProperty

addType

void addType(LanguageType t)
             throws java.lang.Exception
Adds a value for the 'type' property

Parameters:
The - LanguageType to add
Throws:
java.lang.Exception
See Also:
typeProperty

addType

void addType(java.lang.Iterable<LanguageType> c)
             throws java.lang.Exception
Throws:
java.lang.Exception

addType

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

addType

void addType(LanguageType type,
             boolean full)
             throws java.lang.Exception
Throws:
java.lang.Exception

addType

LanguageType addType()
                     throws com.ibm.adtech.jastor.JastorException
Adds an anonymous value for the 'type' property

Returns:
The anoymous LanguageType created
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
typeProperty

addType

LanguageType addType(com.hp.hpl.jena.rdf.model.Resource resource)
                     throws java.lang.Exception
Adds a value for the 'type' property. This method is equivalent constructing a new instance of LanguageType with the factory and calling addType(net.rewerse.i5.r3.juice.ontology.LanguageType type) The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#LanguageType. 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:
typeProperty

addType

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

removeType

void removeType(LanguageType type)
                throws com.ibm.adtech.jastor.JastorException
Removes a value for the 'type' 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 - LanguageType to remove
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
typeProperty

setType

void setType(java.lang.Iterable<LanguageType> c)
             throws java.lang.Exception
Sets the 'type' property value

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

setType

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

clearType

void clearType()
               throws com.ibm.adtech.jastor.JastorException
Removes all values for the 'type' 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:
typeProperty