38daenzerorama * @author Michael D�nzer (University of Zurich)
38daenzerorama /**
38daenzerorama * Returns the class predicate for this SWRL class atom
38daenzerorama * @return the OWL class for this this SWRL class atom
38daenzerorama /**
38daenzerorama * Sets the class predicate for this SWRL class atom
38daenzerorama * @param c the OWL class for this this SWRL class atom
38daenzerorama /**
38daenzerorama * Gets the argument for this SWRL class atom, i.e. the instance to check
38daenzerorama * or set for the class predicate
38daenzerorama * @return the variable to check/set for the class predicate
38daenzerorama /**
38daenzerorama * Sets the argument for this SWRL class atom, i.e. the instance to check
38daenzerorama * or set for the class predicate
38daenzerorama * @param obj the variable to check/set for the class predicate
38daenzerorama /**
38daenzerorama * Evaluates the atom. Adds the type of the class predicate to the individual
38daenzerorama * in 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.