public interface IfcRepresentation extends IfcLayeredItem
The following features are supported:
Ifc4Package.getIfcRepresentation()| Modifier and Type | Method and Description |
|---|---|
IfcRepresentationContext |
getContextOfItems()
Returns the value of the 'Context Of Items' reference.
|
org.eclipse.emf.common.util.EList<IfcRepresentationItem> |
getItems()
Returns the value of the 'Items' reference list.
|
org.eclipse.emf.common.util.EList<IfcPresentationLayerAssignment> |
getLayerAssignments()
Returns the value of the 'Layer Assignments' reference list.
|
org.eclipse.emf.common.util.EList<IfcProductRepresentation> |
getOfProductRepresentation()
Returns the value of the 'Of Product Representation' reference list.
|
String |
getRepresentationIdentifier()
Returns the value of the 'Representation Identifier' attribute.
|
org.eclipse.emf.common.util.EList<IfcRepresentationMap> |
getRepresentationMap()
Returns the value of the 'Representation Map' reference list.
|
String |
getRepresentationType()
Returns the value of the 'Representation Type' attribute.
|
boolean |
isSetLayerAssignments()
Returns whether the value of the '
Layer Assignments' reference list is set. |
boolean |
isSetOfProductRepresentation()
Returns whether the value of the '
Of Product Representation' reference list is set. |
boolean |
isSetRepresentationIdentifier()
Returns whether the value of the '
Representation Identifier' attribute is set. |
boolean |
isSetRepresentationMap()
Returns whether the value of the '
Representation Map' reference list is set. |
boolean |
isSetRepresentationType()
Returns whether the value of the '
Representation Type' attribute is set. |
void |
setContextOfItems(IfcRepresentationContext value)
Sets the value of the '
Context Of Items' reference. |
void |
setRepresentationIdentifier(String value)
Sets the value of the '
Representation Identifier' attribute. |
void |
setRepresentationType(String value)
Sets the value of the '
Representation Type' attribute. |
void |
unsetLayerAssignments()
Unsets the value of the '
Layer Assignments' reference list. |
void |
unsetOfProductRepresentation()
Unsets the value of the '
Of Product Representation' reference list. |
void |
unsetRepresentationIdentifier()
Unsets the value of the '
Representation Identifier' attribute. |
void |
unsetRepresentationMap()
Unsets the value of the '
Representation Map' reference list. |
void |
unsetRepresentationType()
Unsets the value of the '
Representation Type' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcRepresentationContext getContextOfItems()
Representations In Context'.
If the meaning of the 'Context Of Items' reference isn't clear, there really should be more of a description here...
setContextOfItems(IfcRepresentationContext),
Ifc4Package.getIfcRepresentation_ContextOfItems(),
IfcRepresentationContext.getRepresentationsInContext()void setContextOfItems(IfcRepresentationContext value)
Context Of Items' reference.
value - the new value of the 'Context Of Items' reference.getContextOfItems()String getRepresentationIdentifier()
If the meaning of the 'Representation Identifier' attribute isn't clear, there really should be more of a description here...
isSetRepresentationIdentifier(),
unsetRepresentationIdentifier(),
setRepresentationIdentifier(String),
Ifc4Package.getIfcRepresentation_RepresentationIdentifier()void setRepresentationIdentifier(String value)
Representation Identifier' attribute.
value - the new value of the 'Representation Identifier' attribute.isSetRepresentationIdentifier(),
unsetRepresentationIdentifier(),
getRepresentationIdentifier()void unsetRepresentationIdentifier()
Representation Identifier' attribute.
boolean isSetRepresentationIdentifier()
Representation Identifier' attribute is set.
unsetRepresentationIdentifier(),
getRepresentationIdentifier(),
setRepresentationIdentifier(String)String getRepresentationType()
If the meaning of the 'Representation Type' attribute isn't clear, there really should be more of a description here...
isSetRepresentationType(),
unsetRepresentationType(),
setRepresentationType(String),
Ifc4Package.getIfcRepresentation_RepresentationType()void setRepresentationType(String value)
Representation Type' attribute.
value - the new value of the 'Representation Type' attribute.isSetRepresentationType(),
unsetRepresentationType(),
getRepresentationType()void unsetRepresentationType()
Representation Type' attribute.
boolean isSetRepresentationType()
Representation Type' attribute is set.
unsetRepresentationType(),
getRepresentationType(),
setRepresentationType(String)org.eclipse.emf.common.util.EList<IfcRepresentationItem> getItems()
IfcRepresentationItem.
If the meaning of the 'Items' reference list isn't clear, there really should be more of a description here...
Ifc4Package.getIfcRepresentation_Items()org.eclipse.emf.common.util.EList<IfcRepresentationMap> getRepresentationMap()
IfcRepresentationMap.
It is bidirectional and its opposite is 'Mapped Representation'.
If the meaning of the 'Representation Map' reference list isn't clear, there really should be more of a description here...
isSetRepresentationMap(),
unsetRepresentationMap(),
Ifc4Package.getIfcRepresentation_RepresentationMap(),
IfcRepresentationMap.getMappedRepresentation()void unsetRepresentationMap()
Representation Map' reference list.
isSetRepresentationMap(),
getRepresentationMap()boolean isSetRepresentationMap()
Representation Map' reference list is set.
unsetRepresentationMap(),
getRepresentationMap()org.eclipse.emf.common.util.EList<IfcPresentationLayerAssignment> getLayerAssignments()
IfcPresentationLayerAssignment.
If the meaning of the 'Layer Assignments' reference list isn't clear, there really should be more of a description here...
isSetLayerAssignments(),
unsetLayerAssignments(),
Ifc4Package.getIfcRepresentation_LayerAssignments()void unsetLayerAssignments()
Layer Assignments' reference list.
isSetLayerAssignments(),
getLayerAssignments()boolean isSetLayerAssignments()
Layer Assignments' reference list is set.
unsetLayerAssignments(),
getLayerAssignments()org.eclipse.emf.common.util.EList<IfcProductRepresentation> getOfProductRepresentation()
IfcProductRepresentation.
It is bidirectional and its opposite is 'Representations'.
If the meaning of the 'Of Product Representation' reference list isn't clear, there really should be more of a description here...
isSetOfProductRepresentation(),
unsetOfProductRepresentation(),
Ifc4Package.getIfcRepresentation_OfProductRepresentation(),
IfcProductRepresentation.getRepresentations()void unsetOfProductRepresentation()
Of Product Representation' reference list.
boolean isSetOfProductRepresentation()
Of Product Representation' reference list is set.
unsetOfProductRepresentation(),
getOfProductRepresentation()Copyright © 2018 OpenSource BIM. All rights reserved.