
org.bimserver.models.ifc4.IfcBSplineSurfaceWithKnots Maven / Gradle / Ivy
Show all versions of pluginbase Show documentation
/**
* 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 BSpline Surface With Knots'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcBSplineSurfaceWithKnots#getUMultiplicities UMultiplicities}
* - {@link org.bimserver.models.ifc4.IfcBSplineSurfaceWithKnots#getVMultiplicities VMultiplicities}
* - {@link org.bimserver.models.ifc4.IfcBSplineSurfaceWithKnots#getUKnots UKnots}
* - {@link org.bimserver.models.ifc4.IfcBSplineSurfaceWithKnots#getUKnotsAsString UKnots As String}
* - {@link org.bimserver.models.ifc4.IfcBSplineSurfaceWithKnots#getVKnots VKnots}
* - {@link org.bimserver.models.ifc4.IfcBSplineSurfaceWithKnots#getVKnotsAsString VKnots As String}
* - {@link org.bimserver.models.ifc4.IfcBSplineSurfaceWithKnots#getKnotSpec Knot Spec}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurfaceWithKnots()
* @model
* @generated
*/
public interface IfcBSplineSurfaceWithKnots extends IfcBSplineSurface {
/**
* Returns the value of the 'UMultiplicities' attribute list.
* The list contents are of type {@link java.lang.Integer}.
*
*
* If the meaning of the 'UMultiplicities' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'UMultiplicities' attribute list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurfaceWithKnots_UMultiplicities()
* @model unique="false"
* @generated
*/
EList getUMultiplicities();
/**
* Returns the value of the 'VMultiplicities' attribute list.
* The list contents are of type {@link java.lang.Integer}.
*
*
* If the meaning of the 'VMultiplicities' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'VMultiplicities' attribute list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurfaceWithKnots_VMultiplicities()
* @model unique="false"
* @generated
*/
EList getVMultiplicities();
/**
* Returns the value of the 'UKnots' attribute list.
* The list contents are of type {@link java.lang.Double}.
*
*
* If the meaning of the 'UKnots' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'UKnots' attribute list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurfaceWithKnots_UKnots()
* @model unique="false"
* @generated
*/
EList getUKnots();
/**
* Returns the value of the 'UKnots As String' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'UKnots As String' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'UKnots As String' attribute list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurfaceWithKnots_UKnotsAsString()
* @model unique="false"
* @generated
*/
EList getUKnotsAsString();
/**
* Returns the value of the 'VKnots' attribute list.
* The list contents are of type {@link java.lang.Double}.
*
*
* If the meaning of the 'VKnots' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'VKnots' attribute list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurfaceWithKnots_VKnots()
* @model unique="false"
* @generated
*/
EList getVKnots();
/**
* Returns the value of the 'VKnots As String' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'VKnots As String' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'VKnots As String' attribute list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurfaceWithKnots_VKnotsAsString()
* @model unique="false"
* @generated
*/
EList getVKnotsAsString();
/**
* Returns the value of the 'Knot Spec' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcKnotType}.
*
*
* If the meaning of the 'Knot Spec' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Knot Spec' attribute.
* @see org.bimserver.models.ifc4.IfcKnotType
* @see #setKnotSpec(IfcKnotType)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurfaceWithKnots_KnotSpec()
* @model
* @generated
*/
IfcKnotType getKnotSpec();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcBSplineSurfaceWithKnots#getKnotSpec Knot Spec}' attribute.
*
*
* @param value the new value of the 'Knot Spec' attribute.
* @see org.bimserver.models.ifc4.IfcKnotType
* @see #getKnotSpec()
* @generated
*/
void setKnotSpec(IfcKnotType value);
} // IfcBSplineSurfaceWithKnots