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

org.bimserver.models.ifc4.IfcConnectionVolumeGeometry 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 Connection Volume Geometry'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcConnectionVolumeGeometry#getVolumeOnRelatingElement Volume On Relating Element}
  • *
  • {@link org.bimserver.models.ifc4.IfcConnectionVolumeGeometry#getVolumeOnRelatedElement Volume On Related Element}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcConnectionVolumeGeometry() * @model * @generated */ public interface IfcConnectionVolumeGeometry extends IfcConnectionGeometry { /** * Returns the value of the 'Volume On Relating Element' reference. * *

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

* * @return the value of the 'Volume On Relating Element' reference. * @see #setVolumeOnRelatingElement(IfcSolidOrShell) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcConnectionVolumeGeometry_VolumeOnRelatingElement() * @model * @generated */ IfcSolidOrShell getVolumeOnRelatingElement(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionVolumeGeometry#getVolumeOnRelatingElement Volume On Relating Element}' reference. * * * @param value the new value of the 'Volume On Relating Element' reference. * @see #getVolumeOnRelatingElement() * @generated */ void setVolumeOnRelatingElement(IfcSolidOrShell value); /** * Returns the value of the 'Volume On Related Element' reference. * *

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

* * @return the value of the 'Volume On Related Element' reference. * @see #isSetVolumeOnRelatedElement() * @see #unsetVolumeOnRelatedElement() * @see #setVolumeOnRelatedElement(IfcSolidOrShell) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcConnectionVolumeGeometry_VolumeOnRelatedElement() * @model unsettable="true" * @generated */ IfcSolidOrShell getVolumeOnRelatedElement(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionVolumeGeometry#getVolumeOnRelatedElement Volume On Related Element}' reference. * * * @param value the new value of the 'Volume On Related Element' reference. * @see #isSetVolumeOnRelatedElement() * @see #unsetVolumeOnRelatedElement() * @see #getVolumeOnRelatedElement() * @generated */ void setVolumeOnRelatedElement(IfcSolidOrShell value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConnectionVolumeGeometry#getVolumeOnRelatedElement Volume On Related Element}' reference. * * * @see #isSetVolumeOnRelatedElement() * @see #getVolumeOnRelatedElement() * @see #setVolumeOnRelatedElement(IfcSolidOrShell) * @generated */ void unsetVolumeOnRelatedElement(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConnectionVolumeGeometry#getVolumeOnRelatedElement Volume On Related Element}' reference is set. * * * @return whether the value of the 'Volume On Related Element' reference is set. * @see #unsetVolumeOnRelatedElement() * @see #getVolumeOnRelatedElement() * @see #setVolumeOnRelatedElement(IfcSolidOrShell) * @generated */ boolean isSetVolumeOnRelatedElement(); } // IfcConnectionVolumeGeometry




© 2015 - 2024 Weber Informatics LLC | Privacy Policy