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

org.bimserver.models.ifc4.IfcBoundaryEdgeCondition 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 Edge Condition'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthX Translational Stiffness By Length X}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthY Translational Stiffness By Length Y}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthZ Translational Stiffness By Length Z}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthX Rotational Stiffness By Length X}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthY Rotational Stiffness By Length Y}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZ Rotational Stiffness By Length Z}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryEdgeCondition() * @model * @generated */ public interface IfcBoundaryEdgeCondition extends IfcBoundaryCondition { /** * Returns the value of the 'Translational Stiffness By Length X' reference. * *

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

* * @return the value of the 'Translational Stiffness By Length X' reference. * @see #isSetTranslationalStiffnessByLengthX() * @see #unsetTranslationalStiffnessByLengthX() * @see #setTranslationalStiffnessByLengthX(IfcModulusOfTranslationalSubgradeReactionSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryEdgeCondition_TranslationalStiffnessByLengthX() * @model unsettable="true" * @generated */ IfcModulusOfTranslationalSubgradeReactionSelect getTranslationalStiffnessByLengthX(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthX Translational Stiffness By Length X}' reference. * * * @param value the new value of the 'Translational Stiffness By Length X' reference. * @see #isSetTranslationalStiffnessByLengthX() * @see #unsetTranslationalStiffnessByLengthX() * @see #getTranslationalStiffnessByLengthX() * @generated */ void setTranslationalStiffnessByLengthX(IfcModulusOfTranslationalSubgradeReactionSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthX Translational Stiffness By Length X}' reference. * * * @see #isSetTranslationalStiffnessByLengthX() * @see #getTranslationalStiffnessByLengthX() * @see #setTranslationalStiffnessByLengthX(IfcModulusOfTranslationalSubgradeReactionSelect) * @generated */ void unsetTranslationalStiffnessByLengthX(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthX Translational Stiffness By Length X}' reference is set. * * * @return whether the value of the 'Translational Stiffness By Length X' reference is set. * @see #unsetTranslationalStiffnessByLengthX() * @see #getTranslationalStiffnessByLengthX() * @see #setTranslationalStiffnessByLengthX(IfcModulusOfTranslationalSubgradeReactionSelect) * @generated */ boolean isSetTranslationalStiffnessByLengthX(); /** * Returns the value of the 'Translational Stiffness By Length Y' reference. * *

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

* * @return the value of the 'Translational Stiffness By Length Y' reference. * @see #isSetTranslationalStiffnessByLengthY() * @see #unsetTranslationalStiffnessByLengthY() * @see #setTranslationalStiffnessByLengthY(IfcModulusOfTranslationalSubgradeReactionSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryEdgeCondition_TranslationalStiffnessByLengthY() * @model unsettable="true" * @generated */ IfcModulusOfTranslationalSubgradeReactionSelect getTranslationalStiffnessByLengthY(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthY Translational Stiffness By Length Y}' reference. * * * @param value the new value of the 'Translational Stiffness By Length Y' reference. * @see #isSetTranslationalStiffnessByLengthY() * @see #unsetTranslationalStiffnessByLengthY() * @see #getTranslationalStiffnessByLengthY() * @generated */ void setTranslationalStiffnessByLengthY(IfcModulusOfTranslationalSubgradeReactionSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthY Translational Stiffness By Length Y}' reference. * * * @see #isSetTranslationalStiffnessByLengthY() * @see #getTranslationalStiffnessByLengthY() * @see #setTranslationalStiffnessByLengthY(IfcModulusOfTranslationalSubgradeReactionSelect) * @generated */ void unsetTranslationalStiffnessByLengthY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthY Translational Stiffness By Length Y}' reference is set. * * * @return whether the value of the 'Translational Stiffness By Length Y' reference is set. * @see #unsetTranslationalStiffnessByLengthY() * @see #getTranslationalStiffnessByLengthY() * @see #setTranslationalStiffnessByLengthY(IfcModulusOfTranslationalSubgradeReactionSelect) * @generated */ boolean isSetTranslationalStiffnessByLengthY(); /** * Returns the value of the 'Translational Stiffness By Length Z' reference. * *

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

* * @return the value of the 'Translational Stiffness By Length Z' reference. * @see #isSetTranslationalStiffnessByLengthZ() * @see #unsetTranslationalStiffnessByLengthZ() * @see #setTranslationalStiffnessByLengthZ(IfcModulusOfTranslationalSubgradeReactionSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryEdgeCondition_TranslationalStiffnessByLengthZ() * @model unsettable="true" * @generated */ IfcModulusOfTranslationalSubgradeReactionSelect getTranslationalStiffnessByLengthZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthZ Translational Stiffness By Length Z}' reference. * * * @param value the new value of the 'Translational Stiffness By Length Z' reference. * @see #isSetTranslationalStiffnessByLengthZ() * @see #unsetTranslationalStiffnessByLengthZ() * @see #getTranslationalStiffnessByLengthZ() * @generated */ void setTranslationalStiffnessByLengthZ(IfcModulusOfTranslationalSubgradeReactionSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthZ Translational Stiffness By Length Z}' reference. * * * @see #isSetTranslationalStiffnessByLengthZ() * @see #getTranslationalStiffnessByLengthZ() * @see #setTranslationalStiffnessByLengthZ(IfcModulusOfTranslationalSubgradeReactionSelect) * @generated */ void unsetTranslationalStiffnessByLengthZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getTranslationalStiffnessByLengthZ Translational Stiffness By Length Z}' reference is set. * * * @return whether the value of the 'Translational Stiffness By Length Z' reference is set. * @see #unsetTranslationalStiffnessByLengthZ() * @see #getTranslationalStiffnessByLengthZ() * @see #setTranslationalStiffnessByLengthZ(IfcModulusOfTranslationalSubgradeReactionSelect) * @generated */ boolean isSetTranslationalStiffnessByLengthZ(); /** * Returns the value of the 'Rotational Stiffness By Length X' reference. * *

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

* * @return the value of the 'Rotational Stiffness By Length X' reference. * @see #isSetRotationalStiffnessByLengthX() * @see #unsetRotationalStiffnessByLengthX() * @see #setRotationalStiffnessByLengthX(IfcModulusOfRotationalSubgradeReactionSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthX() * @model unsettable="true" * @generated */ IfcModulusOfRotationalSubgradeReactionSelect getRotationalStiffnessByLengthX(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthX Rotational Stiffness By Length X}' reference. * * * @param value the new value of the 'Rotational Stiffness By Length X' reference. * @see #isSetRotationalStiffnessByLengthX() * @see #unsetRotationalStiffnessByLengthX() * @see #getRotationalStiffnessByLengthX() * @generated */ void setRotationalStiffnessByLengthX(IfcModulusOfRotationalSubgradeReactionSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthX Rotational Stiffness By Length X}' reference. * * * @see #isSetRotationalStiffnessByLengthX() * @see #getRotationalStiffnessByLengthX() * @see #setRotationalStiffnessByLengthX(IfcModulusOfRotationalSubgradeReactionSelect) * @generated */ void unsetRotationalStiffnessByLengthX(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthX Rotational Stiffness By Length X}' reference is set. * * * @return whether the value of the 'Rotational Stiffness By Length X' reference is set. * @see #unsetRotationalStiffnessByLengthX() * @see #getRotationalStiffnessByLengthX() * @see #setRotationalStiffnessByLengthX(IfcModulusOfRotationalSubgradeReactionSelect) * @generated */ boolean isSetRotationalStiffnessByLengthX(); /** * Returns the value of the 'Rotational Stiffness By Length Y' reference. * *

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

* * @return the value of the 'Rotational Stiffness By Length Y' reference. * @see #isSetRotationalStiffnessByLengthY() * @see #unsetRotationalStiffnessByLengthY() * @see #setRotationalStiffnessByLengthY(IfcModulusOfRotationalSubgradeReactionSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthY() * @model unsettable="true" * @generated */ IfcModulusOfRotationalSubgradeReactionSelect getRotationalStiffnessByLengthY(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthY Rotational Stiffness By Length Y}' reference. * * * @param value the new value of the 'Rotational Stiffness By Length Y' reference. * @see #isSetRotationalStiffnessByLengthY() * @see #unsetRotationalStiffnessByLengthY() * @see #getRotationalStiffnessByLengthY() * @generated */ void setRotationalStiffnessByLengthY(IfcModulusOfRotationalSubgradeReactionSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthY Rotational Stiffness By Length Y}' reference. * * * @see #isSetRotationalStiffnessByLengthY() * @see #getRotationalStiffnessByLengthY() * @see #setRotationalStiffnessByLengthY(IfcModulusOfRotationalSubgradeReactionSelect) * @generated */ void unsetRotationalStiffnessByLengthY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthY Rotational Stiffness By Length Y}' reference is set. * * * @return whether the value of the 'Rotational Stiffness By Length Y' reference is set. * @see #unsetRotationalStiffnessByLengthY() * @see #getRotationalStiffnessByLengthY() * @see #setRotationalStiffnessByLengthY(IfcModulusOfRotationalSubgradeReactionSelect) * @generated */ boolean isSetRotationalStiffnessByLengthY(); /** * Returns the value of the 'Rotational Stiffness By Length Z' reference. * *

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

* * @return the value of the 'Rotational Stiffness By Length Z' reference. * @see #isSetRotationalStiffnessByLengthZ() * @see #unsetRotationalStiffnessByLengthZ() * @see #setRotationalStiffnessByLengthZ(IfcModulusOfRotationalSubgradeReactionSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthZ() * @model unsettable="true" * @generated */ IfcModulusOfRotationalSubgradeReactionSelect getRotationalStiffnessByLengthZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZ Rotational Stiffness By Length Z}' reference. * * * @param value the new value of the 'Rotational Stiffness By Length Z' reference. * @see #isSetRotationalStiffnessByLengthZ() * @see #unsetRotationalStiffnessByLengthZ() * @see #getRotationalStiffnessByLengthZ() * @generated */ void setRotationalStiffnessByLengthZ(IfcModulusOfRotationalSubgradeReactionSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZ Rotational Stiffness By Length Z}' reference. * * * @see #isSetRotationalStiffnessByLengthZ() * @see #getRotationalStiffnessByLengthZ() * @see #setRotationalStiffnessByLengthZ(IfcModulusOfRotationalSubgradeReactionSelect) * @generated */ void unsetRotationalStiffnessByLengthZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZ Rotational Stiffness By Length Z}' reference is set. * * * @return whether the value of the 'Rotational Stiffness By Length Z' reference is set. * @see #unsetRotationalStiffnessByLengthZ() * @see #getRotationalStiffnessByLengthZ() * @see #setRotationalStiffnessByLengthZ(IfcModulusOfRotationalSubgradeReactionSelect) * @generated */ boolean isSetRotationalStiffnessByLengthZ(); } // IfcBoundaryEdgeCondition




© 2015 - 2024 Weber Informatics LLC | Privacy Policy