IfcProcess
Inheritance: java.lang.Object, IfcObject
Constructors
| Constructor | Description |
|---|---|
| IfcProcess() |
Methods
| Method | Description |
|---|---|
| getIdentification() | |
| setIdentification(IfcIdentifier value) | |
| getLongDescription() | |
| setLongDescription(IfcText value) | |
| isPredecessorTo() | |
| isSuccessorFrom() | |
| getOperatesOn() |
IfcProcess()
public IfcProcess()
getIdentification()
public final IfcIdentifier getIdentification()
Returns: IfcIdentifier
setIdentification(IfcIdentifier value)
public final void setIdentification(IfcIdentifier value)
getLongDescription()
public final IfcText getLongDescription()
Returns: IfcText
setLongDescription(IfcText value)
public final void setLongDescription(IfcText value)
isPredecessorTo()
public final IfcCollection<IfcRelSequence> isPredecessorTo()
Returns: IfcCollection
isSuccessorFrom()
public final IfcCollection<IfcRelSequence> isSuccessorFrom()
Returns: IfcCollection
getOperatesOn()
public final IfcCollection<IfcRelAssignsToProcess> getOperatesOn()
Returns: IfcCollection