public interface IfcMaterialRelationship extends IfcResourceLevelRelationship
The following features are supported:
Ifc4Package.getIfcMaterialRelationship()| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Returns the value of the 'Expression' attribute.
|
org.eclipse.emf.common.util.EList<IfcMaterial> |
getRelatedMaterials()
Returns the value of the 'Related Materials' reference list.
|
IfcMaterial |
getRelatingMaterial()
Returns the value of the 'Relating Material' reference.
|
boolean |
isSetExpression()
Returns whether the value of the '
Expression' attribute is set. |
void |
setExpression(String value)
Sets the value of the '
Expression' attribute. |
void |
setRelatingMaterial(IfcMaterial value)
Sets the value of the '
Relating Material' reference. |
void |
unsetExpression()
Unsets the value of the '
Expression' attribute. |
getDescription, getName, isSetDescription, isSetName, setDescription, setName, unsetDescription, unsetNameforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcMaterial getRelatingMaterial()
Relates To'.
If the meaning of the 'Relating Material' reference isn't clear, there really should be more of a description here...
setRelatingMaterial(IfcMaterial),
Ifc4Package.getIfcMaterialRelationship_RelatingMaterial(),
IfcMaterial.getRelatesTo()void setRelatingMaterial(IfcMaterial value)
Relating Material' reference.
value - the new value of the 'Relating Material' reference.getRelatingMaterial()org.eclipse.emf.common.util.EList<IfcMaterial> getRelatedMaterials()
IfcMaterial.
It is bidirectional and its opposite is 'Is Related With'.
If the meaning of the 'Related Materials' reference list isn't clear, there really should be more of a description here...
Ifc4Package.getIfcMaterialRelationship_RelatedMaterials(),
IfcMaterial.getIsRelatedWith()String getExpression()
If the meaning of the 'Expression' attribute isn't clear, there really should be more of a description here...
isSetExpression(),
unsetExpression(),
setExpression(String),
Ifc4Package.getIfcMaterialRelationship_Expression()void setExpression(String value)
Expression' attribute.
value - the new value of the 'Expression' attribute.isSetExpression(),
unsetExpression(),
getExpression()void unsetExpression()
Expression' attribute.
isSetExpression(),
getExpression(),
setExpression(String)boolean isSetExpression()
Expression' attribute is set.
unsetExpression(),
getExpression(),
setExpression(String)Copyright © 2018 OpenSource BIM. All rights reserved.