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

org.bimserver.models.ifc4.IfcRelConnectsStructuralMember 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 Rel Connects Structural Member'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getRelatingStructuralMember Relating Structural Member}
  • *
  • {@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getRelatedStructuralConnection Related Structural Connection}
  • *
  • {@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getAppliedCondition Applied Condition}
  • *
  • {@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getAdditionalConditions Additional Conditions}
  • *
  • {@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getSupportedLength Supported Length}
  • *
  • {@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getSupportedLengthAsString Supported Length As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getConditionCoordinateSystem Condition Coordinate System}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsStructuralMember() * @model * @generated */ public interface IfcRelConnectsStructuralMember extends IfcRelConnects { /** * Returns the value of the 'Relating Structural Member' reference. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcStructuralMember#getConnectedBy Connected By}'. * *

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

* * @return the value of the 'Relating Structural Member' reference. * @see #setRelatingStructuralMember(IfcStructuralMember) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsStructuralMember_RelatingStructuralMember() * @see org.bimserver.models.ifc4.IfcStructuralMember#getConnectedBy * @model opposite="ConnectedBy" * @generated */ IfcStructuralMember getRelatingStructuralMember(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getRelatingStructuralMember Relating Structural Member}' reference. * * * @param value the new value of the 'Relating Structural Member' reference. * @see #getRelatingStructuralMember() * @generated */ void setRelatingStructuralMember(IfcStructuralMember value); /** * Returns the value of the 'Related Structural Connection' reference. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcStructuralConnection#getConnectsStructuralMembers Connects Structural Members}'. * *

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

* * @return the value of the 'Related Structural Connection' reference. * @see #setRelatedStructuralConnection(IfcStructuralConnection) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsStructuralMember_RelatedStructuralConnection() * @see org.bimserver.models.ifc4.IfcStructuralConnection#getConnectsStructuralMembers * @model opposite="ConnectsStructuralMembers" * @generated */ IfcStructuralConnection getRelatedStructuralConnection(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getRelatedStructuralConnection Related Structural Connection}' reference. * * * @param value the new value of the 'Related Structural Connection' reference. * @see #getRelatedStructuralConnection() * @generated */ void setRelatedStructuralConnection(IfcStructuralConnection value); /** * Returns the value of the 'Applied Condition' reference. * *

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

* * @return the value of the 'Applied Condition' reference. * @see #isSetAppliedCondition() * @see #unsetAppliedCondition() * @see #setAppliedCondition(IfcBoundaryCondition) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsStructuralMember_AppliedCondition() * @model unsettable="true" * @generated */ IfcBoundaryCondition getAppliedCondition(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getAppliedCondition Applied Condition}' reference. * * * @param value the new value of the 'Applied Condition' reference. * @see #isSetAppliedCondition() * @see #unsetAppliedCondition() * @see #getAppliedCondition() * @generated */ void setAppliedCondition(IfcBoundaryCondition value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getAppliedCondition Applied Condition}' reference. * * * @see #isSetAppliedCondition() * @see #getAppliedCondition() * @see #setAppliedCondition(IfcBoundaryCondition) * @generated */ void unsetAppliedCondition(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getAppliedCondition Applied Condition}' reference is set. * * * @return whether the value of the 'Applied Condition' reference is set. * @see #unsetAppliedCondition() * @see #getAppliedCondition() * @see #setAppliedCondition(IfcBoundaryCondition) * @generated */ boolean isSetAppliedCondition(); /** * Returns the value of the 'Additional Conditions' reference. * *

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

* * @return the value of the 'Additional Conditions' reference. * @see #isSetAdditionalConditions() * @see #unsetAdditionalConditions() * @see #setAdditionalConditions(IfcStructuralConnectionCondition) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsStructuralMember_AdditionalConditions() * @model unsettable="true" * @generated */ IfcStructuralConnectionCondition getAdditionalConditions(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getAdditionalConditions Additional Conditions}' reference. * * * @param value the new value of the 'Additional Conditions' reference. * @see #isSetAdditionalConditions() * @see #unsetAdditionalConditions() * @see #getAdditionalConditions() * @generated */ void setAdditionalConditions(IfcStructuralConnectionCondition value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getAdditionalConditions Additional Conditions}' reference. * * * @see #isSetAdditionalConditions() * @see #getAdditionalConditions() * @see #setAdditionalConditions(IfcStructuralConnectionCondition) * @generated */ void unsetAdditionalConditions(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getAdditionalConditions Additional Conditions}' reference is set. * * * @return whether the value of the 'Additional Conditions' reference is set. * @see #unsetAdditionalConditions() * @see #getAdditionalConditions() * @see #setAdditionalConditions(IfcStructuralConnectionCondition) * @generated */ boolean isSetAdditionalConditions(); /** * Returns the value of the 'Supported Length' attribute. * *

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

* * @return the value of the 'Supported Length' attribute. * @see #isSetSupportedLength() * @see #unsetSupportedLength() * @see #setSupportedLength(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsStructuralMember_SupportedLength() * @model unsettable="true" * @generated */ double getSupportedLength(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getSupportedLength Supported Length}' attribute. * * * @param value the new value of the 'Supported Length' attribute. * @see #isSetSupportedLength() * @see #unsetSupportedLength() * @see #getSupportedLength() * @generated */ void setSupportedLength(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getSupportedLength Supported Length}' attribute. * * * @see #isSetSupportedLength() * @see #getSupportedLength() * @see #setSupportedLength(double) * @generated */ void unsetSupportedLength(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getSupportedLength Supported Length}' attribute is set. * * * @return whether the value of the 'Supported Length' attribute is set. * @see #unsetSupportedLength() * @see #getSupportedLength() * @see #setSupportedLength(double) * @generated */ boolean isSetSupportedLength(); /** * Returns the value of the 'Supported Length As String' attribute. * *

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

* * @return the value of the 'Supported Length As String' attribute. * @see #isSetSupportedLengthAsString() * @see #unsetSupportedLengthAsString() * @see #setSupportedLengthAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsStructuralMember_SupportedLengthAsString() * @model unsettable="true" * @generated */ String getSupportedLengthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getSupportedLengthAsString Supported Length As String}' attribute. * * * @param value the new value of the 'Supported Length As String' attribute. * @see #isSetSupportedLengthAsString() * @see #unsetSupportedLengthAsString() * @see #getSupportedLengthAsString() * @generated */ void setSupportedLengthAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getSupportedLengthAsString Supported Length As String}' attribute. * * * @see #isSetSupportedLengthAsString() * @see #getSupportedLengthAsString() * @see #setSupportedLengthAsString(String) * @generated */ void unsetSupportedLengthAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getSupportedLengthAsString Supported Length As String}' attribute is set. * * * @return whether the value of the 'Supported Length As String' attribute is set. * @see #unsetSupportedLengthAsString() * @see #getSupportedLengthAsString() * @see #setSupportedLengthAsString(String) * @generated */ boolean isSetSupportedLengthAsString(); /** * Returns the value of the 'Condition Coordinate System' reference. * *

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

* * @return the value of the 'Condition Coordinate System' reference. * @see #isSetConditionCoordinateSystem() * @see #unsetConditionCoordinateSystem() * @see #setConditionCoordinateSystem(IfcAxis2Placement3D) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsStructuralMember_ConditionCoordinateSystem() * @model unsettable="true" * @generated */ IfcAxis2Placement3D getConditionCoordinateSystem(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getConditionCoordinateSystem Condition Coordinate System}' reference. * * * @param value the new value of the 'Condition Coordinate System' reference. * @see #isSetConditionCoordinateSystem() * @see #unsetConditionCoordinateSystem() * @see #getConditionCoordinateSystem() * @generated */ void setConditionCoordinateSystem(IfcAxis2Placement3D value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getConditionCoordinateSystem Condition Coordinate System}' reference. * * * @see #isSetConditionCoordinateSystem() * @see #getConditionCoordinateSystem() * @see #setConditionCoordinateSystem(IfcAxis2Placement3D) * @generated */ void unsetConditionCoordinateSystem(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsStructuralMember#getConditionCoordinateSystem Condition Coordinate System}' reference is set. * * * @return whether the value of the 'Condition Coordinate System' reference is set. * @see #unsetConditionCoordinateSystem() * @see #getConditionCoordinateSystem() * @see #setConditionCoordinateSystem(IfcAxis2Placement3D) * @generated */ boolean isSetConditionCoordinateSystem(); } // IfcRelConnectsStructuralMember




© 2015 - 2024 Weber Informatics LLC | Privacy Policy