|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parameter
Represents the OWL-S process parameter. It is the super class for Input and Output classes. OWL-S concept: http://www.daml.org/services/owl-s/1.0/Process.owl#Parameter
| Method Summary | |
|---|---|
OWLValue |
getConstantValue()
If the parameter has a constant value associated with it (specified with process:parameterValue property) return that value. |
OWLType |
getParamType()
Get the type of this parameter. |
Process |
getProcess()
Get the process object where this parameter occurs |
Profile |
getProfile()
Get the profile object where this parameter occurs |
Service |
getService()
Get the service object where this parameter occurs |
void |
setConstantValue(OWLValue value)
Set the constant value for this parameter. |
void |
setParamType(OWLType type)
Set the type for this parameter |
void |
setProcess(Process process)
Set the process for this parameter |
| Methods inherited from interface org.mindswap.owl.OWLObject |
|---|
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView |
| Methods inherited from interface org.mindswap.owl.OWLObject |
|---|
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView |
| Methods inherited from interface org.mindswap.owl.OWLObject |
|---|
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView |
| Methods inherited from interface org.mindswap.owl.OWLObject |
|---|
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView |
| Method Detail |
|---|
OWLType getParamType()
void setParamType(OWLType type)
type - Process getProcess()
Service getService()
Profile getProfile()
void setProcess(Process process)
process - OWLValue getConstantValue()
void setConstantValue(OWLValue value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||