|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Variable | |
|---|---|
| org.mindswap.exceptions | |
| org.mindswap.owls.process | |
| org.mindswap.query | |
| org.mindswap.swrl | |
| Uses of Variable in org.mindswap.exceptions |
|---|
| Methods in org.mindswap.exceptions that return Variable | |
|---|---|
Variable |
UnboundVariableException.getVariable()
|
| Constructors in org.mindswap.exceptions with parameters of type Variable | |
|---|---|
UnboundVariableException(Variable var)
|
|
UnboundVariableException(Variable var,
java.lang.String message)
|
|
| Uses of Variable in org.mindswap.owls.process |
|---|
| Subinterfaces of Variable in org.mindswap.owls.process | |
|---|---|
interface |
Input
|
interface |
Local
|
interface |
Output
|
interface |
Parameter
Represents the OWL-S process parameter. |
interface |
ResultVar
|
| Uses of Variable in org.mindswap.query |
|---|
| Methods in org.mindswap.query with parameters of type Variable | |
|---|---|
void |
ABoxQuery.addResultVar(Variable var)
|
void |
ValueMap.clearValue(Variable var)
Clear the value that has been assigned to the given parameter |
OWLDataValue |
ValueMap.getDataValue(Variable var)
Get the value of the given variable cast to an OWLDataValue. |
OWLIndividual |
ValueMap.getIndividualValue(Variable var)
Get the value of the given variable cast to an OWLIndividual. |
java.lang.String |
ValueMap.getStringValue(Variable var)
|
OWLValue |
ValueMap.getValue(Variable var)
Get the value of the given variable |
boolean |
ValueMap.hasValue(Variable var)
Return true if the given parameter has been assigned a value |
void |
ValueMap.setDataValue(Variable var,
java.lang.String value)
Set the value of the given variable to a plain string. |
void |
ValueMap.setValue(Variable var,
OWLValue value)
Set the value of the given variable |
| Uses of Variable in org.mindswap.swrl |
|---|
| Subinterfaces of Variable in org.mindswap.swrl | |
|---|---|
interface |
SWRLDataVariable
|
interface |
SWRLIndividualVariable
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||