de.uka.cmtm.serviceregistry.query.protege
Class ProfileIndividualParameter
java.lang.Object
de.uka.cmtm.serviceregistry.query.protege.ProfileIndividualParameter
public class ProfileIndividualParameter
- extends Object
Instances of this class represent search parameters for service instances.
- Author:
- tilmann
ProfileIndividualParameter
public ProfileIndividualParameter()
getEffects
public Set<OWLClass> getEffects()
- Returns:
- Returns the effects.
setEffects
public void setEffects(Set<OWLClass> effects)
- Parameters:
effects
- The effects to set.
getLogicalInputs
public Set<OWLClass> getLogicalInputs()
- Returns:
- Returns the logicalInputs.
setLogicalInputs
public void setLogicalInputs(Set<OWLClass> logicalInputs)
- Parameters:
logicalInputs
- The logicalInput to set.
getLogicalOutputs
public Set<OWLClass> getLogicalOutputs()
- Returns:
- Returns the logicalOutputs.
setLogicalOutputs
public void setLogicalOutputs(Set<OWLClass> logicalOutputs)
- Parameters:
logicalOutputs
- The logicalOutputs to set.
getPreconditions
public Set<OWLClass> getPreconditions()
- Returns:
- Returns the preconditions.
setPreconditions
public void setPreconditions(Set<OWLClass> preconditions)
- Parameters:
preconditions
- The preconditions to set.
getCategory
public OWLClass getCategory()
- Returns:
- Returns the category.
setCategory
public void setCategory(OWLClass category)
- Parameters:
category
- The category to set.
getUserRoles
public Set<OWLClass> getUserRoles()
- Returns:
- Returns the userRoles.
setUserRoles
public void setUserRoles(Set<OWLClass> userRoles)
- Parameters:
userRoles
- The userRoles to set.
clone
public ProfileIndividualParameter clone()
- Overrides:
clone
in class Object