fixes in binding stuff added getBindingFor(Parameter) in OWLModel and its implemnetations
introduced new method evaluate for SWRL expressions (in AtomList, Atom and all siblings of Atom). See javadoc of each sibling of Atom for the evaluation semantics. changed my @author tag
fix in getNonLangaugeIndividuals()
inserted getNonLanguageIndividuals() in OWLModel inserted getClasses() in OWLModel renamed ReflectionHelpers into ReflectionUtils fixes in javaGrounding
added methods to get all non OWL-S (including base and helper languages such as OWL or SWRL) classes and properties in a kb or ontology created several packages in impl.owls.process for more oversight added getNamespace() method in OWLEntity
added delete and remove methods for all control constructs refactored all RDF list classes refactored cc's by introducing BagBasedCC class and moving methods in superclasses wrote javadoc comments for cc's
added loads of remove... and delete.. methods especially for service, process, profile and grounding classes
added remove method for OWLindividual fixed remove-methods in service class added qucktest.java for short test (intended for development purposes)
Import of owl-s rev 6849 from https://svn.mindswap.org/owls/trunk/