org.bimserver.models.ifc2x3tc1.impl.IfcObjectDefinitionImpl 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.ifc2x3tc1.impl;
import org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package;
import org.bimserver.models.ifc2x3tc1.IfcObjectDefinition;
import org.bimserver.models.ifc2x3tc1.IfcRelAssigns;
import org.bimserver.models.ifc2x3tc1.IfcRelAssociates;
import org.bimserver.models.ifc2x3tc1.IfcRelDecomposes;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Object Definition'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectDefinitionImpl#getHasAssignments Has Assignments}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectDefinitionImpl#getIsDecomposedBy Is Decomposed By}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectDefinitionImpl#getDecomposes Decomposes}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectDefinitionImpl#getHasAssociations Has Associations}
*
*
* @generated
*/
public class IfcObjectDefinitionImpl extends IfcRootImpl implements IfcObjectDefinition {
/**
*
*
* @generated
*/
protected IfcObjectDefinitionImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION;
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getHasAssignments() {
return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__HAS_ASSIGNMENTS, true);
}
/**
*
*
* @generated
*/
public void unsetHasAssignments() {
eUnset(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__HAS_ASSIGNMENTS);
}
/**
*
*
* @generated
*/
public boolean isSetHasAssignments() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__HAS_ASSIGNMENTS);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getIsDecomposedBy() {
return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__IS_DECOMPOSED_BY, true);
}
/**
*
*
* @generated
*/
public void unsetIsDecomposedBy() {
eUnset(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__IS_DECOMPOSED_BY);
}
/**
*
*
* @generated
*/
public boolean isSetIsDecomposedBy() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__IS_DECOMPOSED_BY);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getDecomposes() {
return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__DECOMPOSES, true);
}
/**
*
*
* @generated
*/
public void unsetDecomposes() {
eUnset(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__DECOMPOSES);
}
/**
*
*
* @generated
*/
public boolean isSetDecomposes() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__DECOMPOSES);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getHasAssociations() {
return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__HAS_ASSOCIATIONS, true);
}
/**
*
*
* @generated
*/
public void unsetHasAssociations() {
eUnset(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__HAS_ASSOCIATIONS);
}
/**
*
*
* @generated
*/
public boolean isSetHasAssociations() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_OBJECT_DEFINITION__HAS_ASSOCIATIONS);
}
} //IfcObjectDefinitionImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy