/******************************************************************************* * 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.ontologies.system; /** * Interface for JastorGeneration ontology class<br> * Use the org.openanzo.ontologies.system.SystemFactory to create instances of this interface. * <p>(URI: http://openanzo.org/ontologies/2008/07/System#JastorGeneration)</p> * <br> * <br> * <br> */ @SuppressWarnings("all") public interface JastorGeneration extends 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://openanzo.org/ontologies/2008/07/System#JastorGeneration"); /** * The Anzo Property for destDir * <p>(URI: http://openanzo.org/ontologies/2008/07/System#destDir)</p> * <br> */ public static org.openanzo.rdf.URI destDirProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#destDir"); /** * The Anzo Property for generateListeners * <p>(URI: http://openanzo.org/ontologies/2008/07/System#generateListeners)</p> * <br> */ public static org.openanzo.rdf.URI generateListenersProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#generateListeners"); /** * The Anzo Property for jastorOntology * <p>(URI: http://openanzo.org/ontologies/2008/07/System#jastorOntology)</p> * <br> */ public static org.openanzo.rdf.URI jastorOntologyProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#jastorOntology"); /** * Gets the 'destDir' property value from the given graph * @return {@link java.lang.String} * @see #destDirProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.String getDestDir() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'destDir' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.lang.String} * @see #destDirProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.String getDestDir(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'destDir' property value * @param destDir {@link java.lang.String}, the value to set * @see #destDirProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setDestDir(java.lang.String destDir) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'destDir'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #destDirProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDestDir(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'generateListeners' property value from the given graph * @return {@link java.lang.Boolean} * @see #generateListenersProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.Boolean getGenerateListeners() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'generateListeners' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.lang.Boolean} * @see #generateListenersProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.Boolean getGenerateListeners(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'generateListeners' property value * @param generateListeners {@link java.lang.Boolean}, the value to set * @see #generateListenersProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setGenerateListeners(java.lang.Boolean generateListeners) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'generateListeners'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #generateListenersProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearGenerateListeners(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'jastorOntology' property values. This Iteartor * may be used to remove all such values. * @return {@link java.util.Collection} of {@link org.openanzo.ontologies.system.JastorOntology} * @see #jastorOntologyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.system.JastorOntology> getJastorOntology() throws org.openanzo.rdf.jastor.JastorException; /** * Get an Iterator the 'jastorOntology' 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.ontologies.system.JastorOntology} * @see #jastorOntologyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.util.Collection<org.openanzo.ontologies.system.JastorOntology> getJastorOntology(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'jastorOntology' property * @param jastorOntology The {@link org.openanzo.ontologies.system.JastorOntology} to add * @see #jastorOntologyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void addJastorOntology(org.openanzo.ontologies.system.JastorOntology jastorOntology) throws org.openanzo.rdf.jastor.JastorException; /** * Adds an anonymous value for the 'jastorOntology' property * @return The anoymous {@link org.openanzo.ontologies.system.JastorOntology} created * @see #jastorOntologyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.system.JastorOntology addJastorOntology() throws org.openanzo.rdf.jastor.JastorException; /** * Adds a value for the 'jastorOntology' property. This * method is equivalent constructing a new instance of {@link org.openanzo.ontologies.system.JastorOntology} with the factory * and calling addJastorOntology(org.openanzo.ontologies.system.JastorOntology jastorOntology) * The resource argument have rdf:type http://openanzo.org/ontologies/2008/07/System#JastorOntology. 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.ontologies.system.JastorOntology, value added * @see #jastorOntologyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.system.JastorOntology addJastorOntology(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'jastorOntology' 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 jastorOntology The {@link org.openanzo.ontologies.system.JastorOntology} to remove * @see #jastorOntologyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeJastorOntology(org.openanzo.ontologies.system.JastorOntology jastorOntology) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'jastorOntology' 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 jastorOntology The {@link org.openanzo.rdf.Resource} to remove * @see #jastorOntologyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeJastorOntology(org.openanzo.rdf.Resource jastorOntology) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'jastorOntology'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #jastorOntologyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearJastorOntology(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; }