/** * Copyright (C) 2009-2013 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 <http://www.gnu.org/licenses/>. */ package org.bimserver.models.ifc2x3tc1; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Ifc Cartesian Transformation Operator</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis1 <em>Axis1</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis2 <em>Axis2</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getLocalOrigin <em>Local Origin</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScale <em>Scale</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScaleAsString <em>Scale As String</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getDim <em>Dim</em>}</li> * </ul> * </p> * * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCartesianTransformationOperator() * @model * @generated */ public interface IfcCartesianTransformationOperator extends IfcGeometricRepresentationItem { /** * Returns the value of the '<em><b>Axis1</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Axis1</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Axis1</em>' reference. * @see #isSetAxis1() * @see #unsetAxis1() * @see #setAxis1(IfcDirection) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCartesianTransformationOperator_Axis1() * @model unsettable="true" * @generated */ IfcDirection getAxis1(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis1 <em>Axis1</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Axis1</em>' reference. * @see #isSetAxis1() * @see #unsetAxis1() * @see #getAxis1() * @generated */ void setAxis1(IfcDirection value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis1 <em>Axis1</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetAxis1() * @see #getAxis1() * @see #setAxis1(IfcDirection) * @generated */ void unsetAxis1(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis1 <em>Axis1</em>}' reference is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Axis1</em>' reference is set. * @see #unsetAxis1() * @see #getAxis1() * @see #setAxis1(IfcDirection) * @generated */ boolean isSetAxis1(); /** * Returns the value of the '<em><b>Axis2</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Axis2</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Axis2</em>' reference. * @see #isSetAxis2() * @see #unsetAxis2() * @see #setAxis2(IfcDirection) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCartesianTransformationOperator_Axis2() * @model unsettable="true" * @generated */ IfcDirection getAxis2(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis2 <em>Axis2</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Axis2</em>' reference. * @see #isSetAxis2() * @see #unsetAxis2() * @see #getAxis2() * @generated */ void setAxis2(IfcDirection value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis2 <em>Axis2</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetAxis2() * @see #getAxis2() * @see #setAxis2(IfcDirection) * @generated */ void unsetAxis2(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis2 <em>Axis2</em>}' reference is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Axis2</em>' reference is set. * @see #unsetAxis2() * @see #getAxis2() * @see #setAxis2(IfcDirection) * @generated */ boolean isSetAxis2(); /** * Returns the value of the '<em><b>Local Origin</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Local Origin</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Local Origin</em>' reference. * @see #setLocalOrigin(IfcCartesianPoint) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCartesianTransformationOperator_LocalOrigin() * @model * @generated */ IfcCartesianPoint getLocalOrigin(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getLocalOrigin <em>Local Origin</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Local Origin</em>' reference. * @see #getLocalOrigin() * @generated */ void setLocalOrigin(IfcCartesianPoint value); /** * Returns the value of the '<em><b>Scale</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Scale</em>' attribute. * @see #isSetScale() * @see #unsetScale() * @see #setScale(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCartesianTransformationOperator_Scale() * @model unsettable="true" * @generated */ double getScale(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScale <em>Scale</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale</em>' attribute. * @see #isSetScale() * @see #unsetScale() * @see #getScale() * @generated */ void setScale(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScale <em>Scale</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetScale() * @see #getScale() * @see #setScale(double) * @generated */ void unsetScale(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScale <em>Scale</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Scale</em>' attribute is set. * @see #unsetScale() * @see #getScale() * @see #setScale(double) * @generated */ boolean isSetScale(); /** * Returns the value of the '<em><b>Scale As String</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale As String</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Scale As String</em>' attribute. * @see #isSetScaleAsString() * @see #unsetScaleAsString() * @see #setScaleAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCartesianTransformationOperator_ScaleAsString() * @model unsettable="true" * @generated */ String getScaleAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScaleAsString <em>Scale As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale As String</em>' attribute. * @see #isSetScaleAsString() * @see #unsetScaleAsString() * @see #getScaleAsString() * @generated */ void setScaleAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScaleAsString <em>Scale As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetScaleAsString() * @see #getScaleAsString() * @see #setScaleAsString(String) * @generated */ void unsetScaleAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScaleAsString <em>Scale As String</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Scale As String</em>' attribute is set. * @see #unsetScaleAsString() * @see #getScaleAsString() * @see #setScaleAsString(String) * @generated */ boolean isSetScaleAsString(); /** * Returns the value of the '<em><b>Dim</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Dim</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Dim</em>' attribute. * @see #isSetDim() * @see #unsetDim() * @see #setDim(int) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCartesianTransformationOperator_Dim() * @model unsettable="true" derived="true" * @generated */ int getDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getDim <em>Dim</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Dim</em>' attribute. * @see #isSetDim() * @see #unsetDim() * @see #getDim() * @generated */ void setDim(int value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getDim <em>Dim</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetDim() * @see #getDim() * @see #setDim(int) * @generated */ void unsetDim(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getDim <em>Dim</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Dim</em>' attribute is set. * @see #unsetDim() * @see #getDim() * @see #setDim(int) * @generated */ boolean isSetDim(); } // IfcCartesianTransformationOperator