38daenzerorama * @author Michael D�nzer (University of Zurich)
11daenzerorama /**
11daenzerorama * Returns the instance properties at class defintion. Use <code>getDeclaredProperties()</code>
11daenzerorama * whenever you need the declared properties of an OWL class
11daenzerorama * @return a map with all instance properties at class definition
11daenzerorama /**
11daenzerorama * Returns all declared properties of a class. Use <code>getProperties()</code>
11daenzerorama * whenever you need the instance properties of an OWL class. Convenience method for
11daenzerorama * <code>getDeclaredProperties(true)</code>
11daenzerorama * @return a map with all instance properties at class definition
11daenzerorama /**
11daenzerorama * Returns all declared properties of a class. Use <code>getProperties()</code>
11daenzerorama * whenever you need the instance properties of an OWL class
11daenzerorama * @param direct true, if only properties of the given class itself should be returned. false, if properties of superclasses should be returned too
11daenzerorama * @return a map with all instance properties at class definition