| Package | Description |
|---|---|
| org.bimserver.emf | |
| org.bimserver.plugins | |
| org.bimserver.plugins.deserializers | |
| org.bimserver.shared |
| Modifier and Type | Method and Description |
|---|---|
IfcModelInterface |
SharedJsonDeserializer.read(InputStream in,
IfcModelInterface model) |
| Modifier and Type | Method and Description |
|---|---|
DeserializerPlugin |
PluginManagerInterface.requireDeserializer(String string) |
| Modifier and Type | Method and Description |
|---|---|
IfcModelInterface |
EmfDeserializer.read(InputStream in,
String filename,
long fileSize) |
IfcModelInterface |
Deserializer.read(InputStream inputStream,
String fileName,
long fileSize) |
abstract IfcModelInterface |
EmfDeserializer.read(InputStream in,
String filename,
long fileSize,
ByteProgressReporter progressReporter) |
IfcModelInterface |
Deserializer.read(InputStream inputStream,
String fileName,
long fileSize,
ByteProgressReporter progressReporter) |
long |
StreamingDeserializer.read(InputStream inputStream,
String fileName,
long fileSize,
QueryContext reusable) |
IfcModelInterface |
EmfDeserializer.read(Path file) |
IfcModelInterface |
Deserializer.read(Path file) |
IfcModelInterface |
EmfDeserializer.read(Path file,
ByteProgressReporter progressReporter) |
IfcModelInterface |
Deserializer.read(Path file,
ByteProgressReporter progressReporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
WaitingList.updateNode(T expressId,
org.eclipse.emf.ecore.EClass ec,
IdEObject eObject) |
void |
WaitingListVirtualObject.updateNode(T expressId,
org.eclipse.emf.ecore.EClass ec,
VirtualObject eObject) |
Copyright © 2016 OpenSource BIM. All rights reserved.