|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Service
Represents the OWL-S service. OWL-S concept: http://www.daml.org/services/owl-s/1.0/Service.owl#Service
| Method Summary | |
|---|---|
Grounding |
getGrounding()
Return the Grounding that belongs to this service |
java.lang.String |
getName()
Get the service name defined in the profile of this service. |
java.lang.String |
getName(java.lang.String lang)
Get the service name defined in the profile of this service. |
OWLDataValueList |
getNames()
Return all service names written in any language. |
Process |
getProcess()
Convenience method to get the Process from the ProcessModel. |
Profile |
getProfile()
Return the Profile that belongs to this Service. |
void |
setGrounding(Grounding grounding)
Set the Grounding for this service |
void |
setName(java.lang.String name)
|
void |
setProcess(Process process)
Set the Process for this service |
void |
setProfile(Profile profile)
Set the Profile for this service |
| Methods inherited from interface org.mindswap.owl.OWLIndividual |
|---|
addProperty, addProperty, addProperty, addProperty, addType, getDifferentIndividuals, getIncomingProperties, getIncomingProperties, getIncomingProperty, getOWLSOntology, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getSameIndividuals, getSourceOntology, getType, getTypes, hasProperty, hasProperty, isDifferentFrom, isSameAs, isType, removeProperties, removeProperty, removeTypes, setProperty, setProperty, setProperty, setProperty, toRDF, toRDF |
| Methods inherited from interface org.mindswap.owl.OWLEntity |
|---|
addAnnotation, addAnnotation, addAnnotation, getAnnotation, getAnnotation, getAnnotations, getAnonID, getKB, getLabel, getLabel, getLabels, getLocalName, getOntology, getQName, getURI, isAnon, removeAnnotations, setAnnotation, setAnnotation, setAnnotation, setLabel, setLabel |
| Methods inherited from interface org.mindswap.owl.OWLObject |
|---|
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView |
| Methods inherited from interface org.mindswap.owl.OWLValue |
|---|
isDataValue, isIndividual |
| Methods inherited from interface org.mindswap.owl.OWLObject |
|---|
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView |
| Method Detail |
|---|
Profile getProfile()
Process getProcess()
Grounding getGrounding()
void setProfile(Profile profile)
profile - void setProcess(Process process)
profile - void setGrounding(Grounding grounding)
grounding - java.lang.String getName()
OWLConfig
to learn how the language identifiers will be resolved when searching for a name.
java.lang.String getName(java.lang.String lang)
lang -
void setName(java.lang.String name)
OWLDataValueList getNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||