| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Method and Description |
|---|---|
DensityCollection |
StoreFactory.createDensityCollection()
Returns a new object of class 'Density Collection'.
|
DensityCollection |
ConcreteRevision.getDensityCollection()
Returns the value of the 'Density Collection' reference.
|
DensityCollection |
Revision.getDensityCollection()
Returns the value of the 'Density Collection' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcreteRevision.setDensityCollection(DensityCollection value)
Sets the value of the '
Density Collection' reference. |
void |
Revision.setDensityCollection(DensityCollection value)
Sets the value of the '
Density Collection' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DensityCollectionImpl
An implementation of the model object 'Density Collection'.
|
| Modifier and Type | Method and Description |
|---|---|
DensityCollection |
StoreFactoryImpl.createDensityCollection() |
DensityCollection |
ConcreteRevisionImpl.getDensityCollection() |
DensityCollection |
RevisionImpl.getDensityCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcreteRevisionImpl.setDensityCollection(DensityCollection newDensityCollection) |
void |
RevisionImpl.setDensityCollection(DensityCollection newDensityCollection) |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.caseDensityCollection(DensityCollection object)
Returns the result of interpreting the object as an instance of 'Density Collection'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.