public interface IfcRelSequence extends IfcRelConnects
| Modifier and Type | Method and Description |
|---|---|
IfcProcess |
getRelatedProcess()
Returns the value of the 'Related Process' reference.
|
IfcProcess |
getRelatingProcess()
Returns the value of the 'Relating Process' reference.
|
IfcSequenceEnum |
getSequenceType()
Returns the value of the 'Sequence Type' attribute.
|
double |
getTimeLag()
Returns the value of the 'Time Lag' attribute.
|
String |
getTimeLagAsString()
Returns the value of the 'Time Lag As String' attribute.
|
void |
setRelatedProcess(IfcProcess value)
Sets the value of the '
Related Process' reference. |
void |
setRelatingProcess(IfcProcess value)
Sets the value of the '
Relating Process' reference. |
void |
setSequenceType(IfcSequenceEnum value)
Sets the value of the '
Sequence Type' attribute. |
void |
setTimeLag(double value)
Sets the value of the '
Time Lag' attribute. |
void |
setTimeLagAsString(String value)
Sets the value of the '
Time Lag As String' attribute. |
getDescription, getGlobalId, getName, getOwnerHistory, isSetDescription, isSetName, setDescription, setGlobalId, setName, setOwnerHistory, unsetDescription, unsetNameforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcProcess getRelatingProcess()
Is Predecessor To'.
If the meaning of the 'Relating Process' reference isn't clear, there really should be more of a description here...
setRelatingProcess(IfcProcess),
Ifc2x3tc1Package.getIfcRelSequence_RelatingProcess(),
IfcProcess.getIsPredecessorTo()void setRelatingProcess(IfcProcess value)
Relating Process' reference.
value - the new value of the 'Relating Process' reference.getRelatingProcess()IfcProcess getRelatedProcess()
Is Successor From'.
If the meaning of the 'Related Process' reference isn't clear, there really should be more of a description here...
setRelatedProcess(IfcProcess),
Ifc2x3tc1Package.getIfcRelSequence_RelatedProcess(),
IfcProcess.getIsSuccessorFrom()void setRelatedProcess(IfcProcess value)
Related Process' reference.
value - the new value of the 'Related Process' reference.getRelatedProcess()double getTimeLag()
If the meaning of the 'Time Lag' attribute isn't clear, there really should be more of a description here...
setTimeLag(double),
Ifc2x3tc1Package.getIfcRelSequence_TimeLag()void setTimeLag(double value)
Time Lag' attribute.
value - the new value of the 'Time Lag' attribute.getTimeLag()String getTimeLagAsString()
If the meaning of the 'Time Lag As String' attribute isn't clear, there really should be more of a description here...
setTimeLagAsString(String),
Ifc2x3tc1Package.getIfcRelSequence_TimeLagAsString()void setTimeLagAsString(String value)
Time Lag As String' attribute.
value - the new value of the 'Time Lag As String' attribute.getTimeLagAsString()IfcSequenceEnum getSequenceType()
IfcSequenceEnum.
If the meaning of the 'Sequence Type' attribute isn't clear, there really should be more of a description here...
IfcSequenceEnum,
setSequenceType(IfcSequenceEnum),
Ifc2x3tc1Package.getIfcRelSequence_SequenceType()void setSequenceType(IfcSequenceEnum value)
Sequence Type' attribute.
value - the new value of the 'Sequence Type' attribute.IfcSequenceEnum,
getSequenceType()Copyright © 2018 OpenSource BIM. All rights reserved.