org.bimserver.models.ifc4.IfcFillAreaStyleTiles 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 Fill Area Style Tiles'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcFillAreaStyleTiles#getTilingPattern Tiling Pattern}
* - {@link org.bimserver.models.ifc4.IfcFillAreaStyleTiles#getTiles Tiles}
* - {@link org.bimserver.models.ifc4.IfcFillAreaStyleTiles#getTilingScale Tiling Scale}
* - {@link org.bimserver.models.ifc4.IfcFillAreaStyleTiles#getTilingScaleAsString Tiling Scale As String}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleTiles()
* @model
* @generated
*/
public interface IfcFillAreaStyleTiles extends IfcGeometricRepresentationItem, IfcFillStyleSelect {
/**
* Returns the value of the 'Tiling Pattern' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcVector}.
*
*
* If the meaning of the 'Tiling Pattern' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Tiling Pattern' reference list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleTiles_TilingPattern()
* @model
* @generated
*/
EList getTilingPattern();
/**
* Returns the value of the 'Tiles' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcStyledItem}.
*
*
* If the meaning of the 'Tiles' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Tiles' reference list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleTiles_Tiles()
* @model
* @generated
*/
EList getTiles();
/**
* Returns the value of the 'Tiling Scale' attribute.
*
*
* If the meaning of the 'Tiling Scale' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Tiling Scale' attribute.
* @see #setTilingScale(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleTiles_TilingScale()
* @model
* @generated
*/
double getTilingScale();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleTiles#getTilingScale Tiling Scale}' attribute.
*
*
* @param value the new value of the 'Tiling Scale' attribute.
* @see #getTilingScale()
* @generated
*/
void setTilingScale(double value);
/**
* Returns the value of the 'Tiling Scale As String' attribute.
*
*
* If the meaning of the 'Tiling Scale As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Tiling Scale As String' attribute.
* @see #setTilingScaleAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleTiles_TilingScaleAsString()
* @model
* @generated
*/
String getTilingScaleAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleTiles#getTilingScaleAsString Tiling Scale As String}' attribute.
*
*
* @param value the new value of the 'Tiling Scale As String' attribute.
* @see #getTilingScaleAsString()
* @generated
*/
void setTilingScaleAsString(String value);
} // IfcFillAreaStyleTiles