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, setObjectType
getDecomposes, getNests, hasAssignments, hasAssociations, hasContext, isDecomposedBy, isNestedBy
getDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistory
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public 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()