All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc2x3tc1.IfcProcess Maven / Gradle / Ivy

Go to download

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;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Process'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcProcess#getOperatesOn Operates On}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcProcess#getIsSuccessorFrom Is Successor From}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcProcess#getIsPredecessorTo Is Predecessor To}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcProcess() * @model * @generated */ public interface IfcProcess extends IfcObject { /** * Returns the value of the 'Operates On' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess#getRelatingProcess Relating Process}'. * *

* If the meaning of the 'Operates On' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Operates On' reference list. * @see #isSetOperatesOn() * @see #unsetOperatesOn() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcProcess_OperatesOn() * @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess#getRelatingProcess * @model opposite="RelatingProcess" unsettable="true" * @generated */ EList getOperatesOn(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getOperatesOn Operates On}' reference list. * * * @see #isSetOperatesOn() * @see #getOperatesOn() * @generated */ void unsetOperatesOn(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getOperatesOn Operates On}' reference list is set. * * * @return whether the value of the 'Operates On' reference list is set. * @see #unsetOperatesOn() * @see #getOperatesOn() * @generated */ boolean isSetOperatesOn(); /** * Returns the value of the 'Is Successor From' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcRelSequence}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatedProcess Related Process}'. * *

* If the meaning of the 'Is Successor From' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Is Successor From' reference list. * @see #isSetIsSuccessorFrom() * @see #unsetIsSuccessorFrom() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcProcess_IsSuccessorFrom() * @see org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatedProcess * @model opposite="RelatedProcess" unsettable="true" * @generated */ EList getIsSuccessorFrom(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getIsSuccessorFrom Is Successor From}' reference list. * * * @see #isSetIsSuccessorFrom() * @see #getIsSuccessorFrom() * @generated */ void unsetIsSuccessorFrom(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getIsSuccessorFrom Is Successor From}' reference list is set. * * * @return whether the value of the 'Is Successor From' reference list is set. * @see #unsetIsSuccessorFrom() * @see #getIsSuccessorFrom() * @generated */ boolean isSetIsSuccessorFrom(); /** * Returns the value of the 'Is Predecessor To' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcRelSequence}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatingProcess Relating Process}'. * *

* If the meaning of the 'Is Predecessor To' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Is Predecessor To' reference list. * @see #isSetIsPredecessorTo() * @see #unsetIsPredecessorTo() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcProcess_IsPredecessorTo() * @see org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatingProcess * @model opposite="RelatingProcess" unsettable="true" * @generated */ EList getIsPredecessorTo(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getIsPredecessorTo Is Predecessor To}' reference list. * * * @see #isSetIsPredecessorTo() * @see #getIsPredecessorTo() * @generated */ void unsetIsPredecessorTo(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getIsPredecessorTo Is Predecessor To}' reference list is set. * * * @return whether the value of the 'Is Predecessor To' reference list is set. * @see #unsetIsPredecessorTo() * @see #getIsPredecessorTo() * @generated */ boolean isSetIsPredecessorTo(); } // IfcProcess




© 2015 - 2024 Weber Informatics LLC | Privacy Policy