/******************************************************************************* * 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 CountStatistic 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#CountStatistic)</p> * <br> * RDF Schema Standard Properties <br> * comment : CounterStatistic <br> * <br> * <br> */ @SuppressWarnings("all") public interface CountStatistic extends org.openanzo.ontologies.system.Statistic, 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#CountStatistic"); /** * The Anzo Property for statisticFrequency * <p>(URI: http://openanzo.org/ontologies/2008/07/System#statisticFrequency)</p> * <br> */ public static org.openanzo.rdf.URI statisticFrequencyProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#statisticFrequency"); /** * The Anzo Property for statisticPeriod * <p>(URI: http://openanzo.org/ontologies/2008/07/System#statisticPeriod)</p> * <br> */ public static org.openanzo.rdf.URI statisticPeriodProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#statisticPeriod"); /** * Clears all values for 'title'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #titleProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearTitle(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'description'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #descriptionProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearDescription(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'statisticsEnabled'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #statisticsEnabledProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearStatisticsEnabled(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'statisticCount'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #statisticCountProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearStatisticCount(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'statisticLastSampleTime'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #statisticLastSampleTimeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearStatisticLastSampleTime(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'statisticStartTime'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #statisticStartTimeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearStatisticStartTime(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'statisticUnit'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #statisticUnitProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearStatisticUnit(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'statisticFrequency' property value from the given graph * @return {@link java.lang.Double} * @see #statisticFrequencyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.Double getStatisticFrequency() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'statisticFrequency' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.lang.Double} * @see #statisticFrequencyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.Double getStatisticFrequency(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'statisticFrequency' property value * @param statisticFrequency {@link java.lang.Double}, the value to set * @see #statisticFrequencyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setStatisticFrequency(java.lang.Double statisticFrequency) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'statisticFrequency'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #statisticFrequencyProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearStatisticFrequency(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'statisticPeriod' property value from the given graph * @return {@link java.lang.Double} * @see #statisticPeriodProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.Double getStatisticPeriod() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'statisticPeriod' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.lang.Double} * @see #statisticPeriodProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.Double getStatisticPeriod(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'statisticPeriod' property value * @param statisticPeriod {@link java.lang.Double}, the value to set * @see #statisticPeriodProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setStatisticPeriod(java.lang.Double statisticPeriod) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'statisticPeriod'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #statisticPeriodProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearStatisticPeriod(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; }