/******************************************************************************* * Copyright (c) 2004, 2007-2008 IBM Corporation and Cambridge Semantics Incorporated. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * File: $Source$ * Created by: Generated Source from org.openanzo.jdbc.utils.opgen.jet * Created on: Generated Source from org.openanzo.jdbc.utils.opgen.jet * Revision: $Id$ * * Contributors: * IBM Corporation - initial API and implementation * Cambridge Semantics Incorporated - Fork to Anzo *******************************************************************************/ package org.openanzo.rdf.owl; /** * Interface for DatatypeProperty ontology class<br> * Use the org.openanzo.rdf.owl.OWL11Factory to create instances of this interface. * <p>(URI: http://www.w3.org/2002/07/owl#DatatypeProperty)</p> * <br> * <br> * <br> */ public interface DatatypeProperty extends org.openanzo.rdf.rdfs._Property, org.openanzo.rdf.jastor.Thing { /** * The rdf:type for this ontology class */ public static final org.openanzo.rdf.URI TYPE = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2002/07/owl#DatatypeProperty"); /** * The Anzo Property for equivalentProperty * <p>(URI: http://www.w3.org/2002/07/owl#equivalentProperty)</p> * <br> */ public static org.openanzo.rdf.URI equivalentPropertyProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2002/07/owl#equivalentProperty"); /** * The Anzo Property for dataPropertyDomain * <p>(URI: http://www.w3.org/2006/12/owl11#dataPropertyDomain)</p> * <br> */ public static org.openanzo.rdf.URI dataPropertyDomainProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2006/12/owl11#dataPropertyDomain"); /** * The Anzo Property for dataPropertyRange * <p>(URI: http://www.w3.org/2006/12/owl11#dataPropertyRange)</p> * <br> */ public static org.openanzo.rdf.URI dataPropertyRangeProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2006/12/owl11#dataPropertyRange"); /** * The Anzo Property for disjointDataProperties * <p>(URI: http://www.w3.org/2006/12/owl11#disjointDataProperties)</p> * <br> */ public static org.openanzo.rdf.URI disjointDataPropertiesProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2006/12/owl11#disjointDataProperties"); /** * The Anzo Property for equivalentDataProperty * <p>(URI: http://www.w3.org/2006/12/owl11#equivalentDataProperty)</p> * <br> */ public static org.openanzo.rdf.URI equivalentDataPropertyProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2006/12/owl11#equivalentDataProperty"); /** * The Anzo Property for subDataPropertyOf * <p>(URI: http://www.w3.org/2006/12/owl11#subDataPropertyOf)</p> * <br> */ public static org.openanzo.rdf.URI subDataPropertyOfProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2006/12/owl11#subDataPropertyOf"); /** * The Anzo Property for value * <p>(URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#value)</p> * <br> * <br> * RDF Schema Standard Properties <br> * label : value <br> * comment : Idiomatic property used for structured values. <br> * <br> */ public static org.openanzo.rdf.URI valueProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/1999/02/22-rdf-syntax-ns#value"); /** * The Anzo Property for member * <p>(URI: http://www.w3.org/2000/01/rdf-schema#member)</p> * <br> * <br> * RDF Schema Standard Properties <br> * label : member <br> * comment : A member of the subject resource. <br> * <br> */ public static org.openanzo.rdf.URI memberProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2000/01/rdf-schema#member"); /** * The Anzo Property for type * <p>(URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#type)</p> * <br> * <br> * RDF Schema Standard Properties <br> * label : type <br> * comment : The subject is an instance of a class. <br> * <br> */ public static org.openanzo.rdf.URI typeProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"); /** * The Anzo Property for comment * <p>(URI: http://www.w3.org/2000/01/rdf-schema#comment)</p> * <br> * <br> * RDF Schema Standard Properties <br> * label : comment <br> * comment : A description of the subject resource. <br> * <br> */ public static org.openanzo.rdf.URI commentProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2000/01/rdf-schema#comment"); /** * The Anzo Property for isDefinedBy * <p>(URI: http://www.w3.org/2000/01/rdf-schema#isDefinedBy)</p> * <br> * <br> * RDF Schema Standard Properties <br> * label : isDefinedBy <br> * comment : The defininition of the subject resource. <br> * <br> */ public static org.openanzo.rdf.URI isDefinedByProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2000/01/rdf-schema#isDefinedBy"); /** * The Anzo Property for seeAlso * <p>(URI: http://www.w3.org/2000/01/rdf-schema#seeAlso)</p> * <br> * <br> * RDF Schema Standard Properties <br> * label : seeAlso <br> * comment : Further information about the subject resource. <br> * <br> */ public static org.openanzo.rdf.URI seeAlsoProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2000/01/rdf-schema#seeAlso"); /** * The Anzo Property for label * <p>(URI: http://www.w3.org/2000/01/rdf-schema#label)</p> * <br> * <br> * RDF Schema Standard Properties <br> * label : label <br> * comment : A human-readable name for the subject. <br> * <br> */ public static org.openanzo.rdf.URI labelProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://www.w3.org/2000/01/rdf-schema#label"); /** * Clears all values for 'comment'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #commentProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearComment(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'label'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #labelProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearLabel(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'type' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param type The {@link org.openanzo.rdf.Resource} to remove * @see #typeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeType(org.openanzo.rdf.Resource type) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'type'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #typeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearType(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'value' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param value The {@link org.openanzo.rdf.Resource} to remove * @see #valueProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeValue(org.openanzo.rdf.Resource value) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'value'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #valueProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearValue(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'isDefinedBy' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param isDefinedBy The {@link org.openanzo.rdf.Resource} to remove * @see #isDefinedByProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeIsDefinedBy(org.openanzo.rdf.Resource isDefinedBy) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'isDefinedBy'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #isDefinedByProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearIsDefinedBy(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'member' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param member The {@link org.openanzo.rdf.Resource} to remove * @see #memberProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeMember(org.openanzo.rdf.Resource member) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'member'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #memberProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearMember(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'seeAlso' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param seeAlso The {@link org.openanzo.rdf.Resource} to remove * @see #seeAlsoProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeSeeAlso(org.openanzo.rdf.Resource seeAlso) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'seeAlso'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #seeAlsoProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearSeeAlso(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'domain'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #domainProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDomain(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'range'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #rangeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearRange(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'subPropertyOf' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param subPropertyOf The {@link org.openanzo.rdf.Resource} to remove * @see #subPropertyOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeSubPropertyOf(org.openanzo.rdf.Resource subPropertyOf) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'subPropertyOf'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #subPropertyOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearSubPropertyOf(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'equivalentProperty' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.owl.DatatypeProperty} * @see #equivalentPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.owl.DatatypeProperty> getEquivalentProperty() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'equivalentProperty' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.owl.DatatypeProperty} * @see #equivalentPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.owl.DatatypeProperty> getEquivalentProperty(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'equivalentProperty' property * @param equivalentProperty The {@link org.openanzo.rdf.owl.DatatypeProperty} to add * @see #equivalentPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addEquivalentProperty(org.openanzo.rdf.owl.DatatypeProperty equivalentProperty) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'equivalentProperty' property * @return The anoymous {@link org.openanzo.rdf.owl.DatatypeProperty} created * @see #equivalentPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DatatypeProperty addEquivalentProperty() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'equivalentProperty' property. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.owl.DatatypeProperty} with the factory * and calling addEquivalentProperty(org.openanzo.rdf.owl.DatatypeProperty equivalentProperty) * The resource argument have rdf:type http://www.w3.org/2002/07/owl#DatatypeProperty. That is, this method * should not be used as a shortcut for creating new objects in the model. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.rdf.owl.DatatypeProperty, value added * @see #equivalentPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DatatypeProperty addEquivalentProperty(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'equivalentProperty' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param equivalentProperty The {@link org.openanzo.rdf.owl.DatatypeProperty} to remove * @see #equivalentPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeEquivalentProperty(org.openanzo.rdf.owl.DatatypeProperty equivalentProperty) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'equivalentProperty' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param equivalentProperty The {@link org.openanzo.rdf.Resource} to remove * @see #equivalentPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeEquivalentProperty(org.openanzo.rdf.Resource equivalentProperty) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'equivalentProperty'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #equivalentPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearEquivalentProperty(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'dataPropertyDomain' property value * @return {@link org.openanzo.rdf.owl.Class} * @see #dataPropertyDomainProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.Class getDataPropertyDomain() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'dataPropertyDomain' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link org.openanzo.rdf.owl.Class} * @see #dataPropertyDomainProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.Class getDataPropertyDomain(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'dataPropertyDomain' property value * @param dataPropertyDomain {@link org.openanzo.rdf.owl.Class}, value to set * @see #dataPropertyDomainProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setDataPropertyDomain(org.openanzo.rdf.owl.Class dataPropertyDomain) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'dataPropertyDomain' property value to an anonymous node * @return {@link org.openanzo.rdf.owl.Class}, the created value * @see #dataPropertyDomainProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.Class setDataPropertyDomain() throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'dataPropertyDomain' property value to the given resource, and add's rdf:type properties. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.owl.Class} with the factory. * and calling setDataPropertyDomain(org.openanzo.rdf.owl.Class dataPropertyDomain) * The resource argument have rdf:type http://www.w3.org/2002/07/owl#Class. That is, this method * should not be used as a shortcut for creating new objects in the model. * @param resource {@link org.openanzo.rdf.Resource} must not be be null. * @return {@link org.openanzo.rdf.owl.Class}, the newly created value * @see #dataPropertyDomainProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.Class setDataPropertyDomain(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'dataPropertyDomain'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #dataPropertyDomainProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDataPropertyDomain(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'dataPropertyRange' property value * @return {@link org.openanzo.rdf.owl.DataRange} * @see #dataPropertyRangeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DataRange getDataPropertyRange() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'dataPropertyRange' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link org.openanzo.rdf.owl.DataRange} * @see #dataPropertyRangeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DataRange getDataPropertyRange(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'dataPropertyRange' property value * @param dataPropertyRange {@link org.openanzo.rdf.owl.DataRange}, value to set * @see #dataPropertyRangeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setDataPropertyRange(org.openanzo.rdf.owl.DataRange dataPropertyRange) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'dataPropertyRange' property value to an anonymous node * @return {@link org.openanzo.rdf.owl.DataRange}, the created value * @see #dataPropertyRangeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DataRange setDataPropertyRange() throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'dataPropertyRange' property value to the given resource, and add's rdf:type properties. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.owl.DataRange} with the factory. * and calling setDataPropertyRange(org.openanzo.rdf.owl.DataRange dataPropertyRange) * The resource argument have rdf:type http://www.w3.org/2002/07/owl#DataRange. That is, this method * should not be used as a shortcut for creating new objects in the model. * @param resource {@link org.openanzo.rdf.Resource} must not be be null. * @return {@link org.openanzo.rdf.owl.DataRange}, the newly created value * @see #dataPropertyRangeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DataRange setDataPropertyRange(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'dataPropertyRange'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #dataPropertyRangeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDataPropertyRange(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'disjointDataProperties' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.owl.DatatypeProperty} * @see #disjointDataPropertiesProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.owl.DatatypeProperty> getDisjointDataProperties() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'disjointDataProperties' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.owl.DatatypeProperty} * @see #disjointDataPropertiesProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.owl.DatatypeProperty> getDisjointDataProperties(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'disjointDataProperties' property * @param disjointDataProperties The {@link org.openanzo.rdf.owl.DatatypeProperty} to add * @see #disjointDataPropertiesProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addDisjointDataProperties(org.openanzo.rdf.owl.DatatypeProperty disjointDataProperties) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'disjointDataProperties' property * @return The anoymous {@link org.openanzo.rdf.owl.DatatypeProperty} created * @see #disjointDataPropertiesProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DatatypeProperty addDisjointDataProperties() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'disjointDataProperties' property. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.owl.DatatypeProperty} with the factory * and calling addDisjointDataProperties(org.openanzo.rdf.owl.DatatypeProperty disjointDataProperties) * The resource argument have rdf:type http://www.w3.org/2002/07/owl#DatatypeProperty. That is, this method * should not be used as a shortcut for creating new objects in the model. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.rdf.owl.DatatypeProperty, value added * @see #disjointDataPropertiesProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DatatypeProperty addDisjointDataProperties(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'disjointDataProperties' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param disjointDataProperties The {@link org.openanzo.rdf.owl.DatatypeProperty} to remove * @see #disjointDataPropertiesProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeDisjointDataProperties(org.openanzo.rdf.owl.DatatypeProperty disjointDataProperties) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'disjointDataProperties' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param disjointDataProperties The {@link org.openanzo.rdf.Resource} to remove * @see #disjointDataPropertiesProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeDisjointDataProperties(org.openanzo.rdf.Resource disjointDataProperties) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'disjointDataProperties'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #disjointDataPropertiesProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDisjointDataProperties(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'equivalentDataProperty' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.owl.DatatypeProperty} * @see #equivalentDataPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.owl.DatatypeProperty> getEquivalentDataProperty() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'equivalentDataProperty' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.owl.DatatypeProperty} * @see #equivalentDataPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.owl.DatatypeProperty> getEquivalentDataProperty(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'equivalentDataProperty' property * @param equivalentDataProperty The {@link org.openanzo.rdf.owl.DatatypeProperty} to add * @see #equivalentDataPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addEquivalentDataProperty(org.openanzo.rdf.owl.DatatypeProperty equivalentDataProperty) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'equivalentDataProperty' property * @return The anoymous {@link org.openanzo.rdf.owl.DatatypeProperty} created * @see #equivalentDataPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DatatypeProperty addEquivalentDataProperty() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'equivalentDataProperty' property. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.owl.DatatypeProperty} with the factory * and calling addEquivalentDataProperty(org.openanzo.rdf.owl.DatatypeProperty equivalentDataProperty) * The resource argument have rdf:type http://www.w3.org/2002/07/owl#DatatypeProperty. That is, this method * should not be used as a shortcut for creating new objects in the model. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.rdf.owl.DatatypeProperty, value added * @see #equivalentDataPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DatatypeProperty addEquivalentDataProperty(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'equivalentDataProperty' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param equivalentDataProperty The {@link org.openanzo.rdf.owl.DatatypeProperty} to remove * @see #equivalentDataPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeEquivalentDataProperty(org.openanzo.rdf.owl.DatatypeProperty equivalentDataProperty) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'equivalentDataProperty' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param equivalentDataProperty The {@link org.openanzo.rdf.Resource} to remove * @see #equivalentDataPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeEquivalentDataProperty(org.openanzo.rdf.Resource equivalentDataProperty) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'equivalentDataProperty'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #equivalentDataPropertyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearEquivalentDataProperty(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'subDataPropertyOf' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.rdf.owl.DatatypeProperty} * @see #subDataPropertyOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.owl.DatatypeProperty> getSubDataPropertyOf() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'subDataPropertyOf' property values. This Iteartor * may be used to remove all such values. * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.util.Collection} of {@link org.openanzo.rdf.owl.DatatypeProperty} * @see #subDataPropertyOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.rdf.owl.DatatypeProperty> getSubDataPropertyOf(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'subDataPropertyOf' property * @param subDataPropertyOf The {@link org.openanzo.rdf.owl.DatatypeProperty} to add * @see #subDataPropertyOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addSubDataPropertyOf(org.openanzo.rdf.owl.DatatypeProperty subDataPropertyOf) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'subDataPropertyOf' property * @return The anoymous {@link org.openanzo.rdf.owl.DatatypeProperty} created * @see #subDataPropertyOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DatatypeProperty addSubDataPropertyOf() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'subDataPropertyOf' property. This * method is equivalent constructing a new instance of {@link org.openanzo.rdf.owl.DatatypeProperty} with the factory * and calling addSubDataPropertyOf(org.openanzo.rdf.owl.DatatypeProperty subDataPropertyOf) * The resource argument have rdf:type http://www.w3.org/2002/07/owl#DatatypeProperty. That is, this method * should not be used as a shortcut for creating new objects in the model. * @param resource The {@link org.openanzo.rdf.Resource} to add * @return org.openanzo.rdf.owl.DatatypeProperty, value added * @see #subDataPropertyOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.owl.DatatypeProperty addSubDataPropertyOf(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'subDataPropertyOf' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param subDataPropertyOf The {@link org.openanzo.rdf.owl.DatatypeProperty} to remove * @see #subDataPropertyOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeSubDataPropertyOf(org.openanzo.rdf.owl.DatatypeProperty subDataPropertyOf) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'subDataPropertyOf' property. This method should not * be invoked while iterator through values. In that case, the remove() method of the Iterator * itself should be used. * @param subDataPropertyOf The {@link org.openanzo.rdf.Resource} to remove * @see #subDataPropertyOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeSubDataPropertyOf(org.openanzo.rdf.Resource subDataPropertyOf) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'subDataPropertyOf'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #subDataPropertyOfProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearSubDataPropertyOf(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; }