
org.bimserver.models.ifc4.IfcCompositeCurveSegment 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
/**
* 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 Composite Curve Segment'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getTransition Transition}
* - {@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getSameSense Same Sense}
* - {@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getParentCurve Parent Curve}
* - {@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getUsingCurves Using Curves}
* - {@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getDim Dim}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcCompositeCurveSegment()
* @model
* @generated
*/
public interface IfcCompositeCurveSegment extends IfcGeometricRepresentationItem {
/**
* Returns the value of the 'Transition' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcTransitionCode}.
*
*
* If the meaning of the 'Transition' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Transition' attribute.
* @see org.bimserver.models.ifc4.IfcTransitionCode
* @see #setTransition(IfcTransitionCode)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcCompositeCurveSegment_Transition()
* @model
* @generated
*/
IfcTransitionCode getTransition();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getTransition Transition}' attribute.
*
*
* @param value the new value of the 'Transition' attribute.
* @see org.bimserver.models.ifc4.IfcTransitionCode
* @see #getTransition()
* @generated
*/
void setTransition(IfcTransitionCode value);
/**
* Returns the value of the 'Same Sense' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.Tristate}.
*
*
* If the meaning of the 'Same Sense' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Same Sense' attribute.
* @see org.bimserver.models.ifc4.Tristate
* @see #setSameSense(Tristate)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcCompositeCurveSegment_SameSense()
* @model
* @generated
*/
Tristate getSameSense();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getSameSense Same Sense}' attribute.
*
*
* @param value the new value of the 'Same Sense' attribute.
* @see org.bimserver.models.ifc4.Tristate
* @see #getSameSense()
* @generated
*/
void setSameSense(Tristate value);
/**
* Returns the value of the 'Parent Curve' reference.
*
*
* If the meaning of the 'Parent Curve' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Parent Curve' reference.
* @see #setParentCurve(IfcCurve)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcCompositeCurveSegment_ParentCurve()
* @model
* @generated
*/
IfcCurve getParentCurve();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getParentCurve Parent Curve}' reference.
*
*
* @param value the new value of the 'Parent Curve' reference.
* @see #getParentCurve()
* @generated
*/
void setParentCurve(IfcCurve value);
/**
* Returns the value of the 'Using Curves' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcCompositeCurve}.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcCompositeCurve#getSegments Segments}'.
*
*
* If the meaning of the 'Using Curves' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Using Curves' reference list.
* @see #isSetUsingCurves()
* @see #unsetUsingCurves()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcCompositeCurveSegment_UsingCurves()
* @see org.bimserver.models.ifc4.IfcCompositeCurve#getSegments
* @model opposite="Segments" unsettable="true"
* @generated
*/
EList getUsingCurves();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getUsingCurves Using Curves}' reference list.
*
*
* @see #isSetUsingCurves()
* @see #getUsingCurves()
* @generated
*/
void unsetUsingCurves();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getUsingCurves Using Curves}' reference list is set.
*
*
* @return whether the value of the 'Using Curves' reference list is set.
* @see #unsetUsingCurves()
* @see #getUsingCurves()
* @generated
*/
boolean isSetUsingCurves();
/**
* Returns the value of the 'Dim' attribute.
*
*
* If the meaning of the 'Dim' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Dim' attribute.
* @see #isSetDim()
* @see #unsetDim()
* @see #setDim(int)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcCompositeCurveSegment_Dim()
* @model unsettable="true" derived="true"
* @generated
*/
int getDim();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getDim Dim}' attribute.
*
*
* @param value the new value of the 'Dim' attribute.
* @see #isSetDim()
* @see #unsetDim()
* @see #getDim()
* @generated
*/
void setDim(int value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getDim Dim}' attribute.
*
*
* @see #isSetDim()
* @see #getDim()
* @see #setDim(int)
* @generated
*/
void unsetDim();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCompositeCurveSegment#getDim Dim}' attribute is set.
*
*
* @return whether the value of the 'Dim' attribute is set.
* @see #unsetDim()
* @see #getDim()
* @see #setDim(int)
* @generated
*/
boolean isSetDim();
} // IfcCompositeCurveSegment
© 2015 - 2025 Weber Informatics LLC | Privacy Policy