public abstract class IfcProcess extends IfcObject
| Constructor and Description |
|---|
IfcProcess() |
| Modifier and Type | Method and Description |
|---|---|
IfcIdentifier |
getIdentification() |
IfcText |
getLongDescription() |
IfcCollection<IfcRelAssignsToProcess> |
getOperatesOn() |
IfcCollection<IfcRelSequence> |
isPredecessorTo() |
IfcCollection<IfcRelSequence> |
isSuccessorFrom() |
void |
setIdentification(IfcIdentifier value) |
void |
setLongDescription(IfcText value) |
getDeclares, getObjectType, isDeclaredBy, isDefinedBy, isTypedBy, setObjectTypegetDecomposes, getNests, hasAssignments, hasAssociations, hasContext, isDecomposedBy, isNestedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistoryequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcIdentifier getIdentification()
public final void setIdentification(IfcIdentifier value)
public final IfcText getLongDescription()
public final void setLongDescription(IfcText value)
public final IfcCollection<IfcRelSequence> isPredecessorTo()
public final IfcCollection<IfcRelSequence> isSuccessorFrom()
public final IfcCollection<IfcRelAssignsToProcess> getOperatesOn()