public class IfcSpaceProgram extends IfcControl
Constructor and Description |
---|
IfcSpaceProgram() |
Modifier and Type | Method and Description |
---|---|
IfcAreaMeasure |
getMaxRequiredArea() |
IfcAreaMeasure |
getMinRequiredArea() |
IfcSpatialStructureElement |
getRequestedLocation() |
IfcIdentifier |
getSpaceProgramIdentifier() |
IfcAreaMeasure |
getStandardRequiredArea() |
IfcCollection<IfcRelInteractionRequirements> |
hasInteractionReqsFrom() |
IfcCollection<IfcRelInteractionRequirements> |
hasInteractionReqsTo() |
void |
setMaxRequiredArea(IfcAreaMeasure value) |
void |
setMinRequiredArea(IfcAreaMeasure value) |
void |
setRequestedLocation(IfcSpatialStructureElement value) |
void |
setSpaceProgramIdentifier(IfcIdentifier value) |
void |
setStandardRequiredArea(IfcAreaMeasure value) |
getControls
getObjectType, isDefinedBy, setObjectType
getDecomposes, hasAssignments, hasAssociations, isDecomposedBy
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 getSpaceProgramIdentifier()
public final void setSpaceProgramIdentifier(IfcIdentifier value)
public final IfcAreaMeasure getMaxRequiredArea()
public final void setMaxRequiredArea(IfcAreaMeasure value)
public final IfcAreaMeasure getMinRequiredArea()
public final void setMinRequiredArea(IfcAreaMeasure value)
public final IfcSpatialStructureElement getRequestedLocation()
public final void setRequestedLocation(IfcSpatialStructureElement value)
public final IfcAreaMeasure getStandardRequiredArea()
public final void setStandardRequiredArea(IfcAreaMeasure value)
public final IfcCollection<IfcRelInteractionRequirements> hasInteractionReqsFrom()
public final IfcCollection<IfcRelInteractionRequirements> hasInteractionReqsTo()