/******************************************************************************* * 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.execution; /** * Interface for JavascriptSemanticService ontology class<br> * Use the org.openanzo.ontologies.execution.SemanticServiceFactory to create instances of this interface. * <p>(URI: http://openanzo.org/ontologies/2008/07/SemanticService#JavascriptSemanticService)</p> * <br> * RDF Schema Standard Properties <br> * comment : Javascript Semantic Service <br> * <br> * <br> */ @SuppressWarnings("all") public interface JavascriptSemanticService extends org.openanzo.ontologies.execution.SemanticService, 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/SemanticService#JavascriptSemanticService"); /** * The Anzo Property for scriptResource * <p>(URI: http://openanzo.org/ontologies/2008/07/SemanticService#scriptResource)</p> * <br> * <br> * RDF Schema Standard Properties <br> * comment : The java resource location of the semantic service javascript file <br> * <br> */ public static org.openanzo.rdf.URI scriptResourceProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/SemanticService#scriptResource"); /** * The Anzo Property for scriptLocation * <p>(URI: http://openanzo.org/ontologies/2008/07/SemanticService#scriptLocation)</p> * <br> * <br> * RDF Schema Standard Properties <br> * comment : The URI/namedgraph containing the javascript from the binary store <br> * <br> */ public static org.openanzo.rdf.URI scriptLocationProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/SemanticService#scriptLocation"); /** * Clears all values for 'serviceUser'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #serviceUserProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearServiceUser(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Removes a value for the 'operation' 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 operation The {@link org.openanzo.rdf.Resource} to remove * @see #operationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void removeOperation(org.openanzo.rdf.Resource operation) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'operation'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #operationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearOperation(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'stateStyle'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #stateStyleProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearStateStyle(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'scriptResource' property value from the given graph * @return {@link java.lang.String} * @see #scriptResourceProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.String getScriptResource() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'scriptResource' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.lang.String} * @see #scriptResourceProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.String getScriptResource(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'scriptResource' property value * @param scriptResource {@link java.lang.String}, the value to set * @see #scriptResourceProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setScriptResource(java.lang.String scriptResource) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'scriptResource'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #scriptResourceProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearScriptResource(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'scriptLocation' property value * @return {@link org.openanzo.rdf.jastor.Thing} * @see #scriptLocationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing getScriptLocation() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'scriptLocation' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link org.openanzo.rdf.jastor.Thing} * @see #scriptLocationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing getScriptLocation(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'scriptLocation' property value * @param scriptLocation {@link org.openanzo.rdf.jastor.Thing}, value to set * @see #scriptLocationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setScriptLocation(org.openanzo.rdf.jastor.Thing scriptLocation) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'scriptLocation' property value to an anonymous node * @return {@link org.openanzo.rdf.jastor.Thing}, the created value * @see #scriptLocationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing setScriptLocation() throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'scriptLocation' 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.jastor.Thing} with the factory. * and calling setScriptLocation(org.openanzo.rdf.jastor.Thing scriptLocation) * The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. 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.jastor.Thing}, the newly created value * @see #scriptLocationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.rdf.jastor.Thing setScriptLocation(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'scriptLocation'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #scriptLocationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearScriptLocation(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; }