/******************************************************************************* * 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 SemanticOperation 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#SemanticOperation)</p> * <br> * RDF Schema Standard Properties <br> * comment : Semantic Operation <br> * <br> * <br> */ @SuppressWarnings("all") public interface SemanticOperation 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/SemanticService#SemanticOperation"); }