
org.bimserver.models.ifc4.IfcRelConnectsPathElements 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;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ifc Rel Connects Path Elements'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcRelConnectsPathElements#getRelatingPriorities Relating Priorities}
* - {@link org.bimserver.models.ifc4.IfcRelConnectsPathElements#getRelatedPriorities Related Priorities}
* - {@link org.bimserver.models.ifc4.IfcRelConnectsPathElements#getRelatedConnectionType Related Connection Type}
* - {@link org.bimserver.models.ifc4.IfcRelConnectsPathElements#getRelatingConnectionType Relating Connection Type}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsPathElements()
* @model
* @generated
*/
public interface IfcRelConnectsPathElements extends IfcRelConnectsElements {
/**
* Returns the value of the 'Relating Priorities' attribute list.
* The list contents are of type {@link java.lang.Integer}.
*
*
* If the meaning of the 'Relating Priorities' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Relating Priorities' attribute list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsPathElements_RelatingPriorities()
* @model unique="false"
* @generated
*/
EList getRelatingPriorities();
/**
* Returns the value of the 'Related Priorities' attribute list.
* The list contents are of type {@link java.lang.Integer}.
*
*
* If the meaning of the 'Related Priorities' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Related Priorities' attribute list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsPathElements_RelatedPriorities()
* @model unique="false"
* @generated
*/
EList getRelatedPriorities();
/**
* Returns the value of the 'Related Connection Type' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcConnectionTypeEnum}.
*
*
* If the meaning of the 'Related Connection Type' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Related Connection Type' attribute.
* @see org.bimserver.models.ifc4.IfcConnectionTypeEnum
* @see #setRelatedConnectionType(IfcConnectionTypeEnum)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsPathElements_RelatedConnectionType()
* @model
* @generated
*/
IfcConnectionTypeEnum getRelatedConnectionType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsPathElements#getRelatedConnectionType Related Connection Type}' attribute.
*
*
* @param value the new value of the 'Related Connection Type' attribute.
* @see org.bimserver.models.ifc4.IfcConnectionTypeEnum
* @see #getRelatedConnectionType()
* @generated
*/
void setRelatedConnectionType(IfcConnectionTypeEnum value);
/**
* Returns the value of the 'Relating Connection Type' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcConnectionTypeEnum}.
*
*
* If the meaning of the 'Relating Connection Type' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Relating Connection Type' attribute.
* @see org.bimserver.models.ifc4.IfcConnectionTypeEnum
* @see #setRelatingConnectionType(IfcConnectionTypeEnum)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcRelConnectsPathElements_RelatingConnectionType()
* @model
* @generated
*/
IfcConnectionTypeEnum getRelatingConnectionType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcRelConnectsPathElements#getRelatingConnectionType Relating Connection Type}' attribute.
*
*
* @param value the new value of the 'Relating Connection Type' attribute.
* @see org.bimserver.models.ifc4.IfcConnectionTypeEnum
* @see #getRelatingConnectionType()
* @generated
*/
void setRelatingConnectionType(IfcConnectionTypeEnum value);
} // IfcRelConnectsPathElements
© 2015 - 2025 Weber Informatics LLC | Privacy Policy