
org.bimserver.models.ifc2x3tc1.impl.IfcRelSequenceImpl 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.IfcProcess;
import org.bimserver.models.ifc2x3tc1.IfcRelSequence;
import org.bimserver.models.ifc2x3tc1.IfcSequenceEnum;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Rel Sequence'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSequenceImpl#getRelatingProcess Relating Process}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSequenceImpl#getRelatedProcess Related Process}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSequenceImpl#getTimeLag Time Lag}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSequenceImpl#getTimeLagAsString Time Lag As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSequenceImpl#getSequenceType Sequence Type}
*
*
* @generated
*/
public class IfcRelSequenceImpl extends IfcRelConnectsImpl implements IfcRelSequence {
/**
*
*
* @generated
*/
protected IfcRelSequenceImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE;
}
/**
*
*
* @generated
*/
public IfcProcess getRelatingProcess() {
return (IfcProcess) eGet(Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE__RELATING_PROCESS, true);
}
/**
*
*
* @generated
*/
public void setRelatingProcess(IfcProcess newRelatingProcess) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE__RELATING_PROCESS, newRelatingProcess);
}
/**
*
*
* @generated
*/
public IfcProcess getRelatedProcess() {
return (IfcProcess) eGet(Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE__RELATED_PROCESS, true);
}
/**
*
*
* @generated
*/
public void setRelatedProcess(IfcProcess newRelatedProcess) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE__RELATED_PROCESS, newRelatedProcess);
}
/**
*
*
* @generated
*/
public double getTimeLag() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE__TIME_LAG, true);
}
/**
*
*
* @generated
*/
public void setTimeLag(double newTimeLag) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE__TIME_LAG, newTimeLag);
}
/**
*
*
* @generated
*/
public String getTimeLagAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE__TIME_LAG_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setTimeLagAsString(String newTimeLagAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE__TIME_LAG_AS_STRING, newTimeLagAsString);
}
/**
*
*
* @generated
*/
public IfcSequenceEnum getSequenceType() {
return (IfcSequenceEnum) eGet(Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE__SEQUENCE_TYPE, true);
}
/**
*
*
* @generated
*/
public void setSequenceType(IfcSequenceEnum newSequenceType) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_SEQUENCE__SEQUENCE_TYPE, newSequenceType);
}
} //IfcRelSequenceImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy