
org.bimserver.models.ifc4.IfcRelConnectsElements Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pluginbase Show documentation
Show all versions of pluginbase Show documentation
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;
/**
*
* A representation of the model object 'Ifc Rel Connects Elements'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcRelConnectsElements#getConnectionGeometry Connection Geometry}
* - {@link org.bimserver.models.ifc4.IfcRelConnectsElements#getRelatingElement Relating Element}
* - {@link org.bimserver.models.ifc4.IfcRelConnectsElements#getRelatedElement Related Element}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsElements()
* @model
* @generated
*/
public interface IfcRelConnectsElements extends IfcRelConnects {
/**
* Returns the value of the 'Connection Geometry' reference.
*
*
* If the meaning of the 'Connection Geometry' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Connection Geometry' reference.
* @see #isSetConnectionGeometry()
* @see #unsetConnectionGeometry()
* @see #setConnectionGeometry(IfcConnectionGeometry)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsElements_ConnectionGeometry()
* @model unsettable="true"
* @generated
*/
IfcConnectionGeometry getConnectionGeometry();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsElements#getConnectionGeometry Connection Geometry}' reference.
*
*
* @param value the new value of the 'Connection Geometry' reference.
* @see #isSetConnectionGeometry()
* @see #unsetConnectionGeometry()
* @see #getConnectionGeometry()
* @generated
*/
void setConnectionGeometry(IfcConnectionGeometry value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsElements#getConnectionGeometry Connection Geometry}' reference.
*
*
* @see #isSetConnectionGeometry()
* @see #getConnectionGeometry()
* @see #setConnectionGeometry(IfcConnectionGeometry)
* @generated
*/
void unsetConnectionGeometry();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsElements#getConnectionGeometry Connection Geometry}' reference is set.
*
*
* @return whether the value of the 'Connection Geometry' reference is set.
* @see #unsetConnectionGeometry()
* @see #getConnectionGeometry()
* @see #setConnectionGeometry(IfcConnectionGeometry)
* @generated
*/
boolean isSetConnectionGeometry();
/**
* Returns the value of the 'Relating Element' reference.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcElement#getConnectedTo Connected To}'.
*
*
* If the meaning of the 'Relating Element' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Relating Element' reference.
* @see #setRelatingElement(IfcElement)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsElements_RelatingElement()
* @see org.bimserver.models.ifc4.IfcElement#getConnectedTo
* @model opposite="ConnectedTo"
* @generated
*/
IfcElement getRelatingElement();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsElements#getRelatingElement Relating Element}' reference.
*
*
* @param value the new value of the 'Relating Element' reference.
* @see #getRelatingElement()
* @generated
*/
void setRelatingElement(IfcElement value);
/**
* Returns the value of the 'Related Element' reference.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcElement#getConnectedFrom Connected From}'.
*
*
* If the meaning of the 'Related Element' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Related Element' reference.
* @see #setRelatedElement(IfcElement)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsElements_RelatedElement()
* @see org.bimserver.models.ifc4.IfcElement#getConnectedFrom
* @model opposite="ConnectedFrom"
* @generated
*/
IfcElement getRelatedElement();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsElements#getRelatedElement Related Element}' reference.
*
*
* @param value the new value of the 'Related Element' reference.
* @see #getRelatedElement()
* @generated
*/
void setRelatedElement(IfcElement value);
} // IfcRelConnectsElements
© 2015 - 2025 Weber Informatics LLC | Privacy Policy