|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Result
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 |
|---|
static final com.hp.hpl.jena.rdf.model.Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property literalProperty
(URI: http://rewerse.net/I5/NS/2006/r3#literal)
static final com.hp.hpl.jena.rdf.model.Property usingProperty
(URI: http://rewerse.net/I5/NS/2006/r3#using)
static final com.hp.hpl.jena.rdf.model.Property typeProperty
(URI: http://rewerse.net/I5/NS/2006/r3#type)
| Method Detail |
|---|
java.lang.String getLiteral()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptionliteralProperty
void setLiteral(java.lang.String literal)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptionliteralProperty
void clearLiteral()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorExceptionliteralProperty
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
java.lang.Iterable<LanguageType> getType()
throws com.ibm.adtech.jastor.JastorException
Iterable of LanguageType
com.ibm.adtech.jastor.JastorExceptiontypeProperty
void addType(LanguageType t)
throws java.lang.Exception
The - LanguageType to add
java.lang.ExceptiontypeProperty
void addType(java.lang.Iterable<LanguageType> c)
throws java.lang.Exception
java.lang.Exception
void addType(java.lang.Iterable<LanguageType> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void addType(LanguageType type,
boolean full)
throws java.lang.Exception
java.lang.Exception
LanguageType addType()
throws com.ibm.adtech.jastor.JastorException
LanguageType created
com.ibm.adtech.jastor.JastorExceptiontypeProperty
LanguageType addType(com.hp.hpl.jena.rdf.model.Resource resource)
throws java.lang.Exception
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.
The - om.hp.hpl.jena.rdf.model.Resource to add
java.lang.ExceptiontypeProperty
LanguageType addType(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
throws java.lang.Exception
java.lang.Exception
void removeType(LanguageType type)
throws com.ibm.adtech.jastor.JastorException
The - LanguageType to remove
com.ibm.adtech.jastor.JastorExceptiontypeProperty
void setType(java.lang.Iterable<LanguageType> c)
throws java.lang.Exception
{@link - java.lang.Iterable} of LanguageType
java.lang.ExceptiontypeProperty
void setType(java.lang.Iterable<LanguageType> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void clearType()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorExceptiontypeProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||