public interface IfcRelInteractionRequirements extends IfcRelConnects
| Modifier and Type | Method and Description |
|---|---|
double |
getDailyInteraction()
Returns the value of the 'Daily Interaction' attribute.
|
String |
getDailyInteractionAsString()
Returns the value of the 'Daily Interaction As String' attribute.
|
double |
getImportanceRating()
Returns the value of the 'Importance Rating' attribute.
|
String |
getImportanceRatingAsString()
Returns the value of the 'Importance Rating As String' attribute.
|
IfcSpatialStructureElement |
getLocationOfInteraction()
Returns the value of the 'Location Of Interaction' reference.
|
IfcSpaceProgram |
getRelatedSpaceProgram()
Returns the value of the 'Related Space Program' reference.
|
IfcSpaceProgram |
getRelatingSpaceProgram()
Returns the value of the 'Relating Space Program' reference.
|
boolean |
isSetDailyInteraction()
Returns whether the value of the '
Daily Interaction' attribute is set. |
boolean |
isSetDailyInteractionAsString()
Returns whether the value of the '
Daily Interaction As String' attribute is set. |
boolean |
isSetImportanceRating()
Returns whether the value of the '
Importance Rating' attribute is set. |
boolean |
isSetImportanceRatingAsString()
Returns whether the value of the '
Importance Rating As String' attribute is set. |
boolean |
isSetLocationOfInteraction()
Returns whether the value of the '
Location Of Interaction' reference is set. |
void |
setDailyInteraction(double value)
Sets the value of the '
Daily Interaction' attribute. |
void |
setDailyInteractionAsString(String value)
Sets the value of the '
Daily Interaction As String' attribute. |
void |
setImportanceRating(double value)
Sets the value of the '
Importance Rating' attribute. |
void |
setImportanceRatingAsString(String value)
Sets the value of the '
Importance Rating As String' attribute. |
void |
setLocationOfInteraction(IfcSpatialStructureElement value)
Sets the value of the '
Location Of Interaction' reference. |
void |
setRelatedSpaceProgram(IfcSpaceProgram value)
Sets the value of the '
Related Space Program' reference. |
void |
setRelatingSpaceProgram(IfcSpaceProgram value)
Sets the value of the '
Relating Space Program' reference. |
void |
unsetDailyInteraction()
Unsets the value of the '
Daily Interaction' attribute. |
void |
unsetDailyInteractionAsString()
Unsets the value of the '
Daily Interaction As String' attribute. |
void |
unsetImportanceRating()
Unsets the value of the '
Importance Rating' attribute. |
void |
unsetImportanceRatingAsString()
Unsets the value of the '
Importance Rating As String' attribute. |
void |
unsetLocationOfInteraction()
Unsets the value of the '
Location Of Interaction' reference. |
getDescription, getGlobalId, getName, getOwnerHistory, isSetDescription, isSetName, setDescription, setGlobalId, setName, setOwnerHistory, unsetDescription, unsetNameforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removedouble getDailyInteraction()
If the meaning of the 'Daily Interaction' attribute isn't clear, there really should be more of a description here...
isSetDailyInteraction(),
unsetDailyInteraction(),
setDailyInteraction(double),
Ifc2x3tc1Package.getIfcRelInteractionRequirements_DailyInteraction()void setDailyInteraction(double value)
Daily Interaction' attribute.
value - the new value of the 'Daily Interaction' attribute.isSetDailyInteraction(),
unsetDailyInteraction(),
getDailyInteraction()void unsetDailyInteraction()
Daily Interaction' attribute.
boolean isSetDailyInteraction()
Daily Interaction' attribute is set.
unsetDailyInteraction(),
getDailyInteraction(),
setDailyInteraction(double)String getDailyInteractionAsString()
If the meaning of the 'Daily Interaction As String' attribute isn't clear, there really should be more of a description here...
isSetDailyInteractionAsString(),
unsetDailyInteractionAsString(),
setDailyInteractionAsString(String),
Ifc2x3tc1Package.getIfcRelInteractionRequirements_DailyInteractionAsString()void setDailyInteractionAsString(String value)
Daily Interaction As String' attribute.
value - the new value of the 'Daily Interaction As String' attribute.isSetDailyInteractionAsString(),
unsetDailyInteractionAsString(),
getDailyInteractionAsString()void unsetDailyInteractionAsString()
Daily Interaction As String' attribute.
boolean isSetDailyInteractionAsString()
Daily Interaction As String' attribute is set.
unsetDailyInteractionAsString(),
getDailyInteractionAsString(),
setDailyInteractionAsString(String)double getImportanceRating()
If the meaning of the 'Importance Rating' attribute isn't clear, there really should be more of a description here...
isSetImportanceRating(),
unsetImportanceRating(),
setImportanceRating(double),
Ifc2x3tc1Package.getIfcRelInteractionRequirements_ImportanceRating()void setImportanceRating(double value)
Importance Rating' attribute.
value - the new value of the 'Importance Rating' attribute.isSetImportanceRating(),
unsetImportanceRating(),
getImportanceRating()void unsetImportanceRating()
Importance Rating' attribute.
boolean isSetImportanceRating()
Importance Rating' attribute is set.
unsetImportanceRating(),
getImportanceRating(),
setImportanceRating(double)String getImportanceRatingAsString()
If the meaning of the 'Importance Rating As String' attribute isn't clear, there really should be more of a description here...
isSetImportanceRatingAsString(),
unsetImportanceRatingAsString(),
setImportanceRatingAsString(String),
Ifc2x3tc1Package.getIfcRelInteractionRequirements_ImportanceRatingAsString()void setImportanceRatingAsString(String value)
Importance Rating As String' attribute.
value - the new value of the 'Importance Rating As String' attribute.isSetImportanceRatingAsString(),
unsetImportanceRatingAsString(),
getImportanceRatingAsString()void unsetImportanceRatingAsString()
Importance Rating As String' attribute.
boolean isSetImportanceRatingAsString()
Importance Rating As String' attribute is set.
unsetImportanceRatingAsString(),
getImportanceRatingAsString(),
setImportanceRatingAsString(String)IfcSpatialStructureElement getLocationOfInteraction()
If the meaning of the 'Location Of Interaction' reference isn't clear, there really should be more of a description here...
isSetLocationOfInteraction(),
unsetLocationOfInteraction(),
setLocationOfInteraction(IfcSpatialStructureElement),
Ifc2x3tc1Package.getIfcRelInteractionRequirements_LocationOfInteraction()void setLocationOfInteraction(IfcSpatialStructureElement value)
Location Of Interaction' reference.
value - the new value of the 'Location Of Interaction' reference.isSetLocationOfInteraction(),
unsetLocationOfInteraction(),
getLocationOfInteraction()void unsetLocationOfInteraction()
Location Of Interaction' reference.
boolean isSetLocationOfInteraction()
Location Of Interaction' reference is set.
unsetLocationOfInteraction(),
getLocationOfInteraction(),
setLocationOfInteraction(IfcSpatialStructureElement)IfcSpaceProgram getRelatedSpaceProgram()
Has Interaction Reqs From'.
If the meaning of the 'Related Space Program' reference isn't clear, there really should be more of a description here...
setRelatedSpaceProgram(IfcSpaceProgram),
Ifc2x3tc1Package.getIfcRelInteractionRequirements_RelatedSpaceProgram(),
IfcSpaceProgram.getHasInteractionReqsFrom()void setRelatedSpaceProgram(IfcSpaceProgram value)
Related Space Program' reference.
value - the new value of the 'Related Space Program' reference.getRelatedSpaceProgram()IfcSpaceProgram getRelatingSpaceProgram()
Has Interaction Reqs To'.
If the meaning of the 'Relating Space Program' reference isn't clear, there really should be more of a description here...
setRelatingSpaceProgram(IfcSpaceProgram),
Ifc2x3tc1Package.getIfcRelInteractionRequirements_RelatingSpaceProgram(),
IfcSpaceProgram.getHasInteractionReqsTo()void setRelatingSpaceProgram(IfcSpaceProgram value)
Relating Space Program' reference.
value - the new value of the 'Relating Space Program' reference.getRelatingSpaceProgram()Copyright © 2018 OpenSource BIM. All rights reserved.