
org.bimserver.models.ifc2x3tc1.IfcRelSequence 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;
/**
*
* A representation of the model object 'Ifc Rel Sequence'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatingProcess Relating Process}
* - {@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatedProcess Related Process}
* - {@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getTimeLag Time Lag}
* - {@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getTimeLagAsString Time Lag As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getSequenceType Sequence Type}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelSequence()
* @model
* @generated
*/
public interface IfcRelSequence extends IfcRelConnects {
/**
* Returns the value of the 'Relating Process' reference.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getIsPredecessorTo Is Predecessor To}'.
*
*
* If the meaning of the 'Relating Process' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Relating Process' reference.
* @see #setRelatingProcess(IfcProcess)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelSequence_RelatingProcess()
* @see org.bimserver.models.ifc2x3tc1.IfcProcess#getIsPredecessorTo
* @model opposite="IsPredecessorTo"
* @generated
*/
IfcProcess getRelatingProcess();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatingProcess Relating Process}' reference.
*
*
* @param value the new value of the 'Relating Process' reference.
* @see #getRelatingProcess()
* @generated
*/
void setRelatingProcess(IfcProcess value);
/**
* Returns the value of the 'Related Process' reference.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getIsSuccessorFrom Is Successor From}'.
*
*
* If the meaning of the 'Related Process' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Related Process' reference.
* @see #setRelatedProcess(IfcProcess)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelSequence_RelatedProcess()
* @see org.bimserver.models.ifc2x3tc1.IfcProcess#getIsSuccessorFrom
* @model opposite="IsSuccessorFrom"
* @generated
*/
IfcProcess getRelatedProcess();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatedProcess Related Process}' reference.
*
*
* @param value the new value of the 'Related Process' reference.
* @see #getRelatedProcess()
* @generated
*/
void setRelatedProcess(IfcProcess value);
/**
* Returns the value of the 'Time Lag' attribute.
*
*
* If the meaning of the 'Time Lag' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Time Lag' attribute.
* @see #setTimeLag(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelSequence_TimeLag()
* @model
* @generated
*/
double getTimeLag();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getTimeLag Time Lag}' attribute.
*
*
* @param value the new value of the 'Time Lag' attribute.
* @see #getTimeLag()
* @generated
*/
void setTimeLag(double value);
/**
* Returns the value of the 'Time Lag As String' attribute.
*
*
* If the meaning of the 'Time Lag As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Time Lag As String' attribute.
* @see #setTimeLagAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelSequence_TimeLagAsString()
* @model
* @generated
*/
String getTimeLagAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getTimeLagAsString Time Lag As String}' attribute.
*
*
* @param value the new value of the 'Time Lag As String' attribute.
* @see #getTimeLagAsString()
* @generated
*/
void setTimeLagAsString(String value);
/**
* Returns the value of the 'Sequence Type' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcSequenceEnum}.
*
*
* If the meaning of the 'Sequence Type' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Sequence Type' attribute.
* @see org.bimserver.models.ifc2x3tc1.IfcSequenceEnum
* @see #setSequenceType(IfcSequenceEnum)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelSequence_SequenceType()
* @model
* @generated
*/
IfcSequenceEnum getSequenceType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getSequenceType Sequence Type}' attribute.
*
*
* @param value the new value of the 'Sequence Type' attribute.
* @see org.bimserver.models.ifc2x3tc1.IfcSequenceEnum
* @see #getSequenceType()
* @generated
*/
void setSequenceType(IfcSequenceEnum value);
} // IfcRelSequence
© 2015 - 2025 Weber Informatics LLC | Privacy Policy