
org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pluginbase Show documentation
Show all versions of pluginbase Show documentation
Base project for BIMserver plugin development. Some plugins mights also need the Shared library
The newest version!
/**
* Copyright (C) 2009-2014 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.bimserver.models.ifc2x3tc1;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ifc Time Series Schedule'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getApplicableDates Applicable Dates}
* - {@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getTimeSeriesScheduleType Time Series Schedule Type}
* - {@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getTimeSeries Time Series}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTimeSeriesSchedule()
* @model
* @generated
*/
public interface IfcTimeSeriesSchedule extends IfcControl {
/**
* Returns the value of the 'Applicable Dates' reference list.
* The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcDateTimeSelect}.
*
*
* If the meaning of the 'Applicable Dates' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Applicable Dates' reference list.
* @see #isSetApplicableDates()
* @see #unsetApplicableDates()
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTimeSeriesSchedule_ApplicableDates()
* @model unsettable="true"
* @generated
*/
EList getApplicableDates();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getApplicableDates Applicable Dates}' reference list.
*
*
* @see #isSetApplicableDates()
* @see #getApplicableDates()
* @generated
*/
void unsetApplicableDates();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getApplicableDates Applicable Dates}' reference list is set.
*
*
* @return whether the value of the 'Applicable Dates' reference list is set.
* @see #unsetApplicableDates()
* @see #getApplicableDates()
* @generated
*/
boolean isSetApplicableDates();
/**
* Returns the value of the 'Time Series Schedule Type' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesScheduleTypeEnum}.
*
*
* If the meaning of the 'Time Series Schedule Type' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Time Series Schedule Type' attribute.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesScheduleTypeEnum
* @see #setTimeSeriesScheduleType(IfcTimeSeriesScheduleTypeEnum)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTimeSeriesSchedule_TimeSeriesScheduleType()
* @model
* @generated
*/
IfcTimeSeriesScheduleTypeEnum getTimeSeriesScheduleType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getTimeSeriesScheduleType Time Series Schedule Type}' attribute.
*
*
* @param value the new value of the 'Time Series Schedule Type' attribute.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesScheduleTypeEnum
* @see #getTimeSeriesScheduleType()
* @generated
*/
void setTimeSeriesScheduleType(IfcTimeSeriesScheduleTypeEnum value);
/**
* Returns the value of the 'Time Series' reference.
*
*
* If the meaning of the 'Time Series' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Time Series' reference.
* @see #setTimeSeries(IfcTimeSeries)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTimeSeriesSchedule_TimeSeries()
* @model
* @generated
*/
IfcTimeSeries getTimeSeries();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getTimeSeries Time Series}' reference.
*
*
* @param value the new value of the 'Time Series' reference.
* @see #getTimeSeries()
* @generated
*/
void setTimeSeries(IfcTimeSeries value);
} // IfcTimeSeriesSchedule
© 2015 - 2025 Weber Informatics LLC | Privacy Policy