IfcMaterialRelationship

Inheritance: java.lang.Object, IfcResourceLevelRelationship

Constructors

ConstructorDescription
IfcMaterialRelationship()

Methods

MethodDescription
getRelatingMaterial()
setRelatingMaterial(IfcMaterial value)
getRelatedMaterials()
setRelatedMaterials(IfcCollection value)
getExpression()
setExpression(IfcLabel value)

IfcMaterialRelationship()

public IfcMaterialRelationship()

getRelatingMaterial()

public final IfcMaterial getRelatingMaterial()

Returns: IfcMaterial

setRelatingMaterial(IfcMaterial value)

public final void setRelatingMaterial(IfcMaterial value)

getRelatedMaterials()

public final IfcCollection<IfcMaterial> getRelatedMaterials()

Returns: IfcCollection

setRelatedMaterials(IfcCollection value)

public final void setRelatedMaterials(IfcCollection<IfcMaterial> value)

getExpression()

public final IfcLabel getExpression()

Returns: IfcLabel

setExpression(IfcLabel value)

public final void setExpression(IfcLabel value)