| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Method and Description |
|---|---|
ConcreteRevision |
StoreFactory.createConcreteRevision()
Returns a new object of class 'Concrete Revision'.
|
ConcreteRevision |
Revision.getLastConcreteRevision()
Returns the value of the 'Last Concrete Revision' reference.
|
ConcreteRevision |
Project.getLastConcreteRevision()
Returns the value of the 'Last Concrete Revision' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ConcreteRevision> |
Revision.getConcreteRevisions()
Returns the value of the 'Concrete Revisions' reference list.
|
org.eclipse.emf.common.util.EList<ConcreteRevision> |
Project.getConcreteRevisions()
Returns the value of the 'Concrete Revisions' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Revision.setLastConcreteRevision(ConcreteRevision value)
Sets the value of the '
Last Concrete Revision' reference. |
void |
Project.setLastConcreteRevision(ConcreteRevision value)
Sets the value of the '
Last Concrete Revision' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcreteRevisionImpl
An implementation of the model object 'Concrete Revision'.
|
| Modifier and Type | Method and Description |
|---|---|
ConcreteRevision |
StoreFactoryImpl.createConcreteRevision() |
ConcreteRevision |
RevisionImpl.getLastConcreteRevision() |
ConcreteRevision |
ProjectImpl.getLastConcreteRevision() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ConcreteRevision> |
RevisionImpl.getConcreteRevisions() |
org.eclipse.emf.common.util.EList<ConcreteRevision> |
ProjectImpl.getConcreteRevisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RevisionImpl.setLastConcreteRevision(ConcreteRevision newLastConcreteRevision) |
void |
ProjectImpl.setLastConcreteRevision(ConcreteRevision newLastConcreteRevision) |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.caseConcreteRevision(ConcreteRevision object)
Returns the result of interpreting the object as an instance of 'Concrete Revision'.
|
Copyright © 2016 OpenSource BIM. All rights reserved.