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

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

/**
 * 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 Process'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcProcess#getIdentification Identification}
  • *
  • {@link org.bimserver.models.ifc4.IfcProcess#getLongDescription Long Description}
  • *
  • {@link org.bimserver.models.ifc4.IfcProcess#getIsPredecessorTo Is Predecessor To}
  • *
  • {@link org.bimserver.models.ifc4.IfcProcess#getIsSuccessorFrom Is Successor From}
  • *
  • {@link org.bimserver.models.ifc4.IfcProcess#getOperatesOn Operates On}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcProcess() * @model * @generated */ public interface IfcProcess extends IfcObject, IfcProcessSelect { /** * Returns the value of the 'Identification' attribute. * *

* If the meaning of the 'Identification' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Identification' attribute. * @see #isSetIdentification() * @see #unsetIdentification() * @see #setIdentification(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcProcess_Identification() * @model unsettable="true" * @generated */ String getIdentification(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcProcess#getIdentification Identification}' attribute. * * * @param value the new value of the 'Identification' attribute. * @see #isSetIdentification() * @see #unsetIdentification() * @see #getIdentification() * @generated */ void setIdentification(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcProcess#getIdentification Identification}' attribute. * * * @see #isSetIdentification() * @see #getIdentification() * @see #setIdentification(String) * @generated */ void unsetIdentification(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcProcess#getIdentification Identification}' attribute is set. * * * @return whether the value of the 'Identification' attribute is set. * @see #unsetIdentification() * @see #getIdentification() * @see #setIdentification(String) * @generated */ boolean isSetIdentification(); /** * Returns the value of the 'Long Description' attribute. * *

* If the meaning of the 'Long Description' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Long Description' attribute. * @see #isSetLongDescription() * @see #unsetLongDescription() * @see #setLongDescription(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcProcess_LongDescription() * @model unsettable="true" * @generated */ String getLongDescription(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcProcess#getLongDescription Long Description}' attribute. * * * @param value the new value of the 'Long Description' attribute. * @see #isSetLongDescription() * @see #unsetLongDescription() * @see #getLongDescription() * @generated */ void setLongDescription(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcProcess#getLongDescription Long Description}' attribute. * * * @see #isSetLongDescription() * @see #getLongDescription() * @see #setLongDescription(String) * @generated */ void unsetLongDescription(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcProcess#getLongDescription Long Description}' attribute is set. * * * @return whether the value of the 'Long Description' attribute is set. * @see #unsetLongDescription() * @see #getLongDescription() * @see #setLongDescription(String) * @generated */ boolean isSetLongDescription(); /** * Returns the value of the 'Is Predecessor To' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcRelSequence}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcProcess_IsPredecessorTo() * @see org.bimserver.models.ifc4.IfcRelSequence#getRelatingProcess * @model opposite="RelatingProcess" unsettable="true" * @generated */ EList getIsPredecessorTo(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcProcess#getIsPredecessorTo Is Predecessor To}' reference list. * * * @see #isSetIsPredecessorTo() * @see #getIsPredecessorTo() * @generated */ void unsetIsPredecessorTo(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.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(); /** * Returns the value of the 'Is Successor From' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcRelSequence}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcProcess_IsSuccessorFrom() * @see org.bimserver.models.ifc4.IfcRelSequence#getRelatedProcess * @model opposite="RelatedProcess" unsettable="true" * @generated */ EList getIsSuccessorFrom(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcProcess#getIsSuccessorFrom Is Successor From}' reference list. * * * @see #isSetIsSuccessorFrom() * @see #getIsSuccessorFrom() * @generated */ void unsetIsSuccessorFrom(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.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 'Operates On' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcRelAssignsToProcess}. * *

* 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.ifc4.Ifc4Package#getIfcProcess_OperatesOn() * @model unsettable="true" * @generated */ EList getOperatesOn(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcProcess#getOperatesOn Operates On}' reference list. * * * @see #isSetOperatesOn() * @see #getOperatesOn() * @generated */ void unsetOperatesOn(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.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(); } // IfcProcess




© 2015 - 2024 Weber Informatics LLC | Privacy Policy