
org.bimserver.models.ifc2x3tc1.impl.IfcStructuralAnalysisModelImpl 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.ifc2x3tc1.impl;
import org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package;
import org.bimserver.models.ifc2x3tc1.IfcAnalysisModelTypeEnum;
import org.bimserver.models.ifc2x3tc1.IfcAxis2Placement3D;
import org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel;
import org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup;
import org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Structural Analysis Model'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralAnalysisModelImpl#getPredefinedType Predefined Type}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralAnalysisModelImpl#getOrientationOf2DPlane Orientation Of2 DPlane}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralAnalysisModelImpl#getLoadedBy Loaded By}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralAnalysisModelImpl#getHasResults Has Results}
*
*
* @generated
*/
public class IfcStructuralAnalysisModelImpl extends IfcSystemImpl implements IfcStructuralAnalysisModel {
/**
*
*
* @generated
*/
protected IfcStructuralAnalysisModelImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL;
}
/**
*
*
* @generated
*/
public IfcAnalysisModelTypeEnum getPredefinedType() {
return (IfcAnalysisModelTypeEnum) eGet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__PREDEFINED_TYPE,
true);
}
/**
*
*
* @generated
*/
public void setPredefinedType(IfcAnalysisModelTypeEnum newPredefinedType) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__PREDEFINED_TYPE, newPredefinedType);
}
/**
*
*
* @generated
*/
public IfcAxis2Placement3D getOrientationOf2DPlane() {
return (IfcAxis2Placement3D) eGet(
Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__ORIENTATION_OF2_DPLANE, true);
}
/**
*
*
* @generated
*/
public void setOrientationOf2DPlane(IfcAxis2Placement3D newOrientationOf2DPlane) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__ORIENTATION_OF2_DPLANE, newOrientationOf2DPlane);
}
/**
*
*
* @generated
*/
public void unsetOrientationOf2DPlane() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__ORIENTATION_OF2_DPLANE);
}
/**
*
*
* @generated
*/
public boolean isSetOrientationOf2DPlane() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__ORIENTATION_OF2_DPLANE);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getLoadedBy() {
return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__LOADED_BY,
true);
}
/**
*
*
* @generated
*/
public void unsetLoadedBy() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__LOADED_BY);
}
/**
*
*
* @generated
*/
public boolean isSetLoadedBy() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__LOADED_BY);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getHasResults() {
return (EList) eGet(
Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__HAS_RESULTS, true);
}
/**
*
*
* @generated
*/
public void unsetHasResults() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__HAS_RESULTS);
}
/**
*
*
* @generated
*/
public boolean isSetHasResults() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_ANALYSIS_MODEL__HAS_RESULTS);
}
} //IfcStructuralAnalysisModelImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy