All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc4.IfcCartesianTransformationOperator Maven / Gradle / Ivy

/**
 * 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.ifc4;

/**
 * 
 * A representation of the model object 'Ifc Cartesian Transformation Operator'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getAxis1 Axis1}
  • *
  • {@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getAxis2 Axis2}
  • *
  • {@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getLocalOrigin Local Origin}
  • *
  • {@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getScale Scale}
  • *
  • {@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getScaleAsString Scale As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getDim Dim}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator() * @model * @generated */ public interface IfcCartesianTransformationOperator extends IfcGeometricRepresentationItem { /** * Returns the value of the 'Axis1' reference. * *

* If the meaning of the 'Axis1' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Axis1' reference. * @see #isSetAxis1() * @see #unsetAxis1() * @see #setAxis1(IfcDirection) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator_Axis1() * @model unsettable="true" * @generated */ IfcDirection getAxis1(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getAxis1 Axis1}' reference. * * * @param value the new value of the 'Axis1' reference. * @see #isSetAxis1() * @see #unsetAxis1() * @see #getAxis1() * @generated */ void setAxis1(IfcDirection value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getAxis1 Axis1}' reference. * * * @see #isSetAxis1() * @see #getAxis1() * @see #setAxis1(IfcDirection) * @generated */ void unsetAxis1(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getAxis1 Axis1}' reference is set. * * * @return whether the value of the 'Axis1' reference is set. * @see #unsetAxis1() * @see #getAxis1() * @see #setAxis1(IfcDirection) * @generated */ boolean isSetAxis1(); /** * Returns the value of the 'Axis2' reference. * *

* If the meaning of the 'Axis2' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Axis2' reference. * @see #isSetAxis2() * @see #unsetAxis2() * @see #setAxis2(IfcDirection) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator_Axis2() * @model unsettable="true" * @generated */ IfcDirection getAxis2(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getAxis2 Axis2}' reference. * * * @param value the new value of the 'Axis2' reference. * @see #isSetAxis2() * @see #unsetAxis2() * @see #getAxis2() * @generated */ void setAxis2(IfcDirection value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getAxis2 Axis2}' reference. * * * @see #isSetAxis2() * @see #getAxis2() * @see #setAxis2(IfcDirection) * @generated */ void unsetAxis2(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getAxis2 Axis2}' reference is set. * * * @return whether the value of the 'Axis2' reference is set. * @see #unsetAxis2() * @see #getAxis2() * @see #setAxis2(IfcDirection) * @generated */ boolean isSetAxis2(); /** * Returns the value of the 'Local Origin' reference. * *

* If the meaning of the 'Local Origin' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Local Origin' reference. * @see #setLocalOrigin(IfcCartesianPoint) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator_LocalOrigin() * @model * @generated */ IfcCartesianPoint getLocalOrigin(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getLocalOrigin Local Origin}' reference. * * * @param value the new value of the 'Local Origin' reference. * @see #getLocalOrigin() * @generated */ void setLocalOrigin(IfcCartesianPoint value); /** * Returns the value of the 'Scale' attribute. * *

* If the meaning of the 'Scale' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Scale' attribute. * @see #isSetScale() * @see #unsetScale() * @see #setScale(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator_Scale() * @model unsettable="true" * @generated */ double getScale(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getScale Scale}' attribute. * * * @param value the new value of the 'Scale' attribute. * @see #isSetScale() * @see #unsetScale() * @see #getScale() * @generated */ void setScale(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getScale Scale}' attribute. * * * @see #isSetScale() * @see #getScale() * @see #setScale(double) * @generated */ void unsetScale(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getScale Scale}' attribute is set. * * * @return whether the value of the 'Scale' attribute is set. * @see #unsetScale() * @see #getScale() * @see #setScale(double) * @generated */ boolean isSetScale(); /** * Returns the value of the 'Scale As String' attribute. * *

* If the meaning of the 'Scale As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Scale As String' attribute. * @see #isSetScaleAsString() * @see #unsetScaleAsString() * @see #setScaleAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator_ScaleAsString() * @model unsettable="true" * @generated */ String getScaleAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getScaleAsString Scale As String}' attribute. * * * @param value the new value of the 'Scale As String' attribute. * @see #isSetScaleAsString() * @see #unsetScaleAsString() * @see #getScaleAsString() * @generated */ void setScaleAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getScaleAsString Scale As String}' attribute. * * * @see #isSetScaleAsString() * @see #getScaleAsString() * @see #setScaleAsString(String) * @generated */ void unsetScaleAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getScaleAsString Scale As String}' attribute is set. * * * @return whether the value of the 'Scale As String' attribute is set. * @see #unsetScaleAsString() * @see #getScaleAsString() * @see #setScaleAsString(String) * @generated */ boolean isSetScaleAsString(); /** * Returns the value of the 'Dim' attribute. * *

* If the meaning of the 'Dim' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Dim' attribute. * @see #isSetDim() * @see #unsetDim() * @see #setDim(long) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator_Dim() * @model unsettable="true" derived="true" * @generated */ long getDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getDim Dim}' attribute. * * * @param value the new value of the 'Dim' attribute. * @see #isSetDim() * @see #unsetDim() * @see #getDim() * @generated */ void setDim(long value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getDim Dim}' attribute. * * * @see #isSetDim() * @see #getDim() * @see #setDim(long) * @generated */ void unsetDim(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator#getDim Dim}' attribute is set. * * * @return whether the value of the 'Dim' attribute is set. * @see #unsetDim() * @see #getDim() * @see #setDim(long) * @generated */ boolean isSetDim(); } // IfcCartesianTransformationOperator




© 2015 - 2024 Weber Informatics LLC | Privacy Policy