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

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

Go to download

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

The 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;

import org.eclipse.emf.common.util.EList;

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

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getTheoryType Theory Type}
  • *
  • {@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getResultForLoadGroup Result For Load Group}
  • *
  • {@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getIsLinear Is Linear}
  • *
  • {@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getResultGroupFor Result Group For}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralResultGroup() * @model * @generated */ public interface IfcStructuralResultGroup extends IfcGroup { /** * Returns the value of the 'Theory Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcAnalysisTheoryTypeEnum}. * *

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

* * @return the value of the 'Theory Type' attribute. * @see org.bimserver.models.ifc4.IfcAnalysisTheoryTypeEnum * @see #setTheoryType(IfcAnalysisTheoryTypeEnum) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralResultGroup_TheoryType() * @model * @generated */ IfcAnalysisTheoryTypeEnum getTheoryType(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getTheoryType Theory Type}' attribute. * * * @param value the new value of the 'Theory Type' attribute. * @see org.bimserver.models.ifc4.IfcAnalysisTheoryTypeEnum * @see #getTheoryType() * @generated */ void setTheoryType(IfcAnalysisTheoryTypeEnum value); /** * Returns the value of the 'Result For Load Group' reference. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcStructuralLoadGroup#getSourceOfResultGroup Source Of Result Group}'. * *

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

* * @return the value of the 'Result For Load Group' reference. * @see #isSetResultForLoadGroup() * @see #unsetResultForLoadGroup() * @see #setResultForLoadGroup(IfcStructuralLoadGroup) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralResultGroup_ResultForLoadGroup() * @see org.bimserver.models.ifc4.IfcStructuralLoadGroup#getSourceOfResultGroup * @model opposite="SourceOfResultGroup" unsettable="true" * @generated */ IfcStructuralLoadGroup getResultForLoadGroup(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getResultForLoadGroup Result For Load Group}' reference. * * * @param value the new value of the 'Result For Load Group' reference. * @see #isSetResultForLoadGroup() * @see #unsetResultForLoadGroup() * @see #getResultForLoadGroup() * @generated */ void setResultForLoadGroup(IfcStructuralLoadGroup value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getResultForLoadGroup Result For Load Group}' reference. * * * @see #isSetResultForLoadGroup() * @see #getResultForLoadGroup() * @see #setResultForLoadGroup(IfcStructuralLoadGroup) * @generated */ void unsetResultForLoadGroup(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getResultForLoadGroup Result For Load Group}' reference is set. * * * @return whether the value of the 'Result For Load Group' reference is set. * @see #unsetResultForLoadGroup() * @see #getResultForLoadGroup() * @see #setResultForLoadGroup(IfcStructuralLoadGroup) * @generated */ boolean isSetResultForLoadGroup(); /** * Returns the value of the 'Is Linear' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.Tristate}. * *

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

* * @return the value of the 'Is Linear' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #setIsLinear(Tristate) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralResultGroup_IsLinear() * @model * @generated */ Tristate getIsLinear(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getIsLinear Is Linear}' attribute. * * * @param value the new value of the 'Is Linear' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #getIsLinear() * @generated */ void setIsLinear(Tristate value); /** * Returns the value of the 'Result Group For' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcStructuralAnalysisModel}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcStructuralAnalysisModel#getHasResults Has Results}'. * *

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

* * @return the value of the 'Result Group For' reference list. * @see #isSetResultGroupFor() * @see #unsetResultGroupFor() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralResultGroup_ResultGroupFor() * @see org.bimserver.models.ifc4.IfcStructuralAnalysisModel#getHasResults * @model opposite="HasResults" unsettable="true" upper="2" * @generated */ EList getResultGroupFor(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getResultGroupFor Result Group For}' reference list. * * * @see #isSetResultGroupFor() * @see #getResultGroupFor() * @generated */ void unsetResultGroupFor(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralResultGroup#getResultGroupFor Result Group For}' reference list is set. * * * @return whether the value of the 'Result Group For' reference list is set. * @see #unsetResultGroupFor() * @see #getResultGroupFor() * @generated */ boolean isSetResultGroupFor(); } // IfcStructuralResultGroup




© 2015 - 2024 Weber Informatics LLC | Privacy Policy