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

org.bimserver.models.ifc2x3tc1.IfcStructuralAction 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.ifc2x3tc1;

/**
 * 
 * A representation of the model object 'Ifc Structural Action'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralAction#getDestabilizingLoad Destabilizing Load}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralAction#getCausedBy Caused By}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralAction() * @model * @generated */ public interface IfcStructuralAction extends IfcStructuralActivity { /** * Returns the value of the 'Destabilizing Load' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.Tristate}. * *

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

* * @return the value of the 'Destabilizing Load' attribute. * @see org.bimserver.models.ifc2x3tc1.Tristate * @see #setDestabilizingLoad(Tristate) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralAction_DestabilizingLoad() * @model * @generated */ Tristate getDestabilizingLoad(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAction#getDestabilizingLoad Destabilizing Load}' attribute. * * * @param value the new value of the 'Destabilizing Load' attribute. * @see org.bimserver.models.ifc2x3tc1.Tristate * @see #getDestabilizingLoad() * @generated */ void setDestabilizingLoad(Tristate value); /** * Returns the value of the 'Caused By' reference. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralReaction#getCauses Causes}'. * *

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

* * @return the value of the 'Caused By' reference. * @see #isSetCausedBy() * @see #unsetCausedBy() * @see #setCausedBy(IfcStructuralReaction) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralAction_CausedBy() * @see org.bimserver.models.ifc2x3tc1.IfcStructuralReaction#getCauses * @model opposite="Causes" unsettable="true" * @generated */ IfcStructuralReaction getCausedBy(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAction#getCausedBy Caused By}' reference. * * * @param value the new value of the 'Caused By' reference. * @see #isSetCausedBy() * @see #unsetCausedBy() * @see #getCausedBy() * @generated */ void setCausedBy(IfcStructuralReaction value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAction#getCausedBy Caused By}' reference. * * * @see #isSetCausedBy() * @see #getCausedBy() * @see #setCausedBy(IfcStructuralReaction) * @generated */ void unsetCausedBy(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAction#getCausedBy Caused By}' reference is set. * * * @return whether the value of the 'Caused By' reference is set. * @see #unsetCausedBy() * @see #getCausedBy() * @see #setCausedBy(IfcStructuralReaction) * @generated */ boolean isSetCausedBy(); } // IfcStructuralAction




© 2015 - 2025 Weber Informatics LLC | Privacy Policy