de.uka.cmtm.serviceregistry.query.protege
Class ProfileIndividualParameter

java.lang.Object
  extended by de.uka.cmtm.serviceregistry.query.protege.ProfileIndividualParameter

public class ProfileIndividualParameter
extends Object

Instances of this class represent search parameters for service instances.

Author:
tilmann

Constructor Summary
ProfileIndividualParameter()
           
 
Method Summary
 ProfileIndividualParameter clone()
           
 OWLClass getCategory()
           
 Set<OWLClass> getEffects()
           
 Set<OWLClass> getLogicalInputs()
           
 Set<OWLClass> getLogicalOutputs()
           
 Set<OWLClass> getPreconditions()
           
 Set<OWLClass> getUserRoles()
           
 void setCategory(OWLClass category)
           
 void setEffects(Set<OWLClass> effects)
           
 void setLogicalInputs(Set<OWLClass> logicalInputs)
           
 void setLogicalOutputs(Set<OWLClass> logicalOutputs)
           
 void setPreconditions(Set<OWLClass> preconditions)
           
 void setUserRoles(Set<OWLClass> userRoles)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileIndividualParameter

public ProfileIndividualParameter()
Method Detail

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