38daenzerorama * @author Michael D�nzer (University of Zurich)
38daenzerorama /**
38daenzerorama * Returns the object property predicate for this SWRL individualvaluedProperty atom
38daenzerorama * @return the object property predicate for this this SWRL individualvaluedProperty atom
38daenzerorama /**
38daenzerorama * Sets the data property predicate for this SWRL individualvaluedProperty atom
38daenzerorama * @param p the object property predicate for this this SWRL individualvaluedProperty atom
38daenzerorama /**
38daenzerorama * Retuns the subject of the property of this SWRL individualvaluedProperty atom.
38daenzerorama * It is of one of the explicit or inferred types of the domain of the OWL data property
38daenzerorama * @return the subject of the property of this SWRL individualvaluedProperty atom.
38daenzerorama /**
38daenzerorama * Sets the subject of the property of this SWRL individualvaluedProperty atom.
38daenzerorama * It must be of one of the explicit or inferred types of the domain of the OWL data property
38daenzerorama * @param obj the subject of the property of this SWRL individualvaluedProperty atom.
38daenzerorama /**
38daenzerorama * Retuns the object of the property of this SWRL individualvaluedProperty atom.
38daenzerorama * It is of one of the explicit or inferred types of the range of the OWL data property
38daenzerorama * @return the object of the property of this SWRL individualvaluedProperty atom.
38daenzerorama /**
38daenzerorama * Sets the object of the property of this SWRL individualvaluedProperty atom.
38daenzerorama * It must be of one of the explicit or inferred types of the range of the OWL data property
38daenzerorama * @param obj the object of the property of this SWRL individualvaluedProperty atom.
38daenzerorama /**
38daenzerorama * Evaluates the atom. Sets the argument 2 as value for the object property predicate of argument 1
38daenzerorama * @param values the set of values bound to the process (and its super-processes)
38daenzerorama * for which this atom (i.e. this corresponfing atom) is encapsulated.