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

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

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

There is a newer version: 2.0.0
Show 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.ifc4;

/**
 * 
 * A representation of the model object 'Ifc Boundary Node Condition'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessX Translational Stiffness X}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessY Translational Stiffness Y}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessZ Translational Stiffness Z}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessX Rotational Stiffness X}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessY Rotational Stiffness Y}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessZ Rotational Stiffness Z}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryNodeCondition() * @model * @generated */ public interface IfcBoundaryNodeCondition extends IfcBoundaryCondition { /** * Returns the value of the 'Translational Stiffness X' reference. * *

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

* * @return the value of the 'Translational Stiffness X' reference. * @see #isSetTranslationalStiffnessX() * @see #unsetTranslationalStiffnessX() * @see #setTranslationalStiffnessX(IfcTranslationalStiffnessSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryNodeCondition_TranslationalStiffnessX() * @model unsettable="true" * @generated */ IfcTranslationalStiffnessSelect getTranslationalStiffnessX(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessX Translational Stiffness X}' reference. * * * @param value the new value of the 'Translational Stiffness X' reference. * @see #isSetTranslationalStiffnessX() * @see #unsetTranslationalStiffnessX() * @see #getTranslationalStiffnessX() * @generated */ void setTranslationalStiffnessX(IfcTranslationalStiffnessSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessX Translational Stiffness X}' reference. * * * @see #isSetTranslationalStiffnessX() * @see #getTranslationalStiffnessX() * @see #setTranslationalStiffnessX(IfcTranslationalStiffnessSelect) * @generated */ void unsetTranslationalStiffnessX(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessX Translational Stiffness X}' reference is set. * * * @return whether the value of the 'Translational Stiffness X' reference is set. * @see #unsetTranslationalStiffnessX() * @see #getTranslationalStiffnessX() * @see #setTranslationalStiffnessX(IfcTranslationalStiffnessSelect) * @generated */ boolean isSetTranslationalStiffnessX(); /** * Returns the value of the 'Translational Stiffness Y' reference. * *

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

* * @return the value of the 'Translational Stiffness Y' reference. * @see #isSetTranslationalStiffnessY() * @see #unsetTranslationalStiffnessY() * @see #setTranslationalStiffnessY(IfcTranslationalStiffnessSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryNodeCondition_TranslationalStiffnessY() * @model unsettable="true" * @generated */ IfcTranslationalStiffnessSelect getTranslationalStiffnessY(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessY Translational Stiffness Y}' reference. * * * @param value the new value of the 'Translational Stiffness Y' reference. * @see #isSetTranslationalStiffnessY() * @see #unsetTranslationalStiffnessY() * @see #getTranslationalStiffnessY() * @generated */ void setTranslationalStiffnessY(IfcTranslationalStiffnessSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessY Translational Stiffness Y}' reference. * * * @see #isSetTranslationalStiffnessY() * @see #getTranslationalStiffnessY() * @see #setTranslationalStiffnessY(IfcTranslationalStiffnessSelect) * @generated */ void unsetTranslationalStiffnessY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessY Translational Stiffness Y}' reference is set. * * * @return whether the value of the 'Translational Stiffness Y' reference is set. * @see #unsetTranslationalStiffnessY() * @see #getTranslationalStiffnessY() * @see #setTranslationalStiffnessY(IfcTranslationalStiffnessSelect) * @generated */ boolean isSetTranslationalStiffnessY(); /** * Returns the value of the 'Translational Stiffness Z' reference. * *

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

* * @return the value of the 'Translational Stiffness Z' reference. * @see #isSetTranslationalStiffnessZ() * @see #unsetTranslationalStiffnessZ() * @see #setTranslationalStiffnessZ(IfcTranslationalStiffnessSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryNodeCondition_TranslationalStiffnessZ() * @model unsettable="true" * @generated */ IfcTranslationalStiffnessSelect getTranslationalStiffnessZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessZ Translational Stiffness Z}' reference. * * * @param value the new value of the 'Translational Stiffness Z' reference. * @see #isSetTranslationalStiffnessZ() * @see #unsetTranslationalStiffnessZ() * @see #getTranslationalStiffnessZ() * @generated */ void setTranslationalStiffnessZ(IfcTranslationalStiffnessSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessZ Translational Stiffness Z}' reference. * * * @see #isSetTranslationalStiffnessZ() * @see #getTranslationalStiffnessZ() * @see #setTranslationalStiffnessZ(IfcTranslationalStiffnessSelect) * @generated */ void unsetTranslationalStiffnessZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getTranslationalStiffnessZ Translational Stiffness Z}' reference is set. * * * @return whether the value of the 'Translational Stiffness Z' reference is set. * @see #unsetTranslationalStiffnessZ() * @see #getTranslationalStiffnessZ() * @see #setTranslationalStiffnessZ(IfcTranslationalStiffnessSelect) * @generated */ boolean isSetTranslationalStiffnessZ(); /** * Returns the value of the 'Rotational Stiffness X' reference. * *

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

* * @return the value of the 'Rotational Stiffness X' reference. * @see #isSetRotationalStiffnessX() * @see #unsetRotationalStiffnessX() * @see #setRotationalStiffnessX(IfcRotationalStiffnessSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryNodeCondition_RotationalStiffnessX() * @model unsettable="true" * @generated */ IfcRotationalStiffnessSelect getRotationalStiffnessX(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessX Rotational Stiffness X}' reference. * * * @param value the new value of the 'Rotational Stiffness X' reference. * @see #isSetRotationalStiffnessX() * @see #unsetRotationalStiffnessX() * @see #getRotationalStiffnessX() * @generated */ void setRotationalStiffnessX(IfcRotationalStiffnessSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessX Rotational Stiffness X}' reference. * * * @see #isSetRotationalStiffnessX() * @see #getRotationalStiffnessX() * @see #setRotationalStiffnessX(IfcRotationalStiffnessSelect) * @generated */ void unsetRotationalStiffnessX(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessX Rotational Stiffness X}' reference is set. * * * @return whether the value of the 'Rotational Stiffness X' reference is set. * @see #unsetRotationalStiffnessX() * @see #getRotationalStiffnessX() * @see #setRotationalStiffnessX(IfcRotationalStiffnessSelect) * @generated */ boolean isSetRotationalStiffnessX(); /** * Returns the value of the 'Rotational Stiffness Y' reference. * *

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

* * @return the value of the 'Rotational Stiffness Y' reference. * @see #isSetRotationalStiffnessY() * @see #unsetRotationalStiffnessY() * @see #setRotationalStiffnessY(IfcRotationalStiffnessSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryNodeCondition_RotationalStiffnessY() * @model unsettable="true" * @generated */ IfcRotationalStiffnessSelect getRotationalStiffnessY(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessY Rotational Stiffness Y}' reference. * * * @param value the new value of the 'Rotational Stiffness Y' reference. * @see #isSetRotationalStiffnessY() * @see #unsetRotationalStiffnessY() * @see #getRotationalStiffnessY() * @generated */ void setRotationalStiffnessY(IfcRotationalStiffnessSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessY Rotational Stiffness Y}' reference. * * * @see #isSetRotationalStiffnessY() * @see #getRotationalStiffnessY() * @see #setRotationalStiffnessY(IfcRotationalStiffnessSelect) * @generated */ void unsetRotationalStiffnessY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessY Rotational Stiffness Y}' reference is set. * * * @return whether the value of the 'Rotational Stiffness Y' reference is set. * @see #unsetRotationalStiffnessY() * @see #getRotationalStiffnessY() * @see #setRotationalStiffnessY(IfcRotationalStiffnessSelect) * @generated */ boolean isSetRotationalStiffnessY(); /** * Returns the value of the 'Rotational Stiffness Z' reference. * *

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

* * @return the value of the 'Rotational Stiffness Z' reference. * @see #isSetRotationalStiffnessZ() * @see #unsetRotationalStiffnessZ() * @see #setRotationalStiffnessZ(IfcRotationalStiffnessSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryNodeCondition_RotationalStiffnessZ() * @model unsettable="true" * @generated */ IfcRotationalStiffnessSelect getRotationalStiffnessZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessZ Rotational Stiffness Z}' reference. * * * @param value the new value of the 'Rotational Stiffness Z' reference. * @see #isSetRotationalStiffnessZ() * @see #unsetRotationalStiffnessZ() * @see #getRotationalStiffnessZ() * @generated */ void setRotationalStiffnessZ(IfcRotationalStiffnessSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessZ Rotational Stiffness Z}' reference. * * * @see #isSetRotationalStiffnessZ() * @see #getRotationalStiffnessZ() * @see #setRotationalStiffnessZ(IfcRotationalStiffnessSelect) * @generated */ void unsetRotationalStiffnessZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryNodeCondition#getRotationalStiffnessZ Rotational Stiffness Z}' reference is set. * * * @return whether the value of the 'Rotational Stiffness Z' reference is set. * @see #unsetRotationalStiffnessZ() * @see #getRotationalStiffnessZ() * @see #setRotationalStiffnessZ(IfcRotationalStiffnessSelect) * @generated */ boolean isSetRotationalStiffnessZ(); } // IfcBoundaryNodeCondition




© 2015 - 2025 Weber Informatics LLC | Privacy Policy