| Package | Description |
|---|---|
| org.bimserver.emf | |
| org.bimserver.plugins | |
| org.bimserver.plugins.deserializers | |
| org.bimserver.shared | |
| org.bimserver.utils |
| Modifier and Type | Method and Description |
|---|---|
IfcModelInterface |
SharedJsonDeserializer.read(InputStream in,
IfcModelInterface model,
boolean checkWaitingList) |
| Modifier and Type | Method and Description |
|---|---|
DeserializerPlugin |
PluginContext.requireDeserializer(String extension) |
DeserializerPlugin |
PluginManagerInterface.requireDeserializer(String string) |
| Modifier and Type | Method and Description |
|---|---|
abstract IfcModelInterface |
EmfDeserializer.read(InputStream in,
String filename,
long fileSize,
ByteProgressReporter progressReporter) |
IfcModelInterface |
Deserializer.read(InputStream inputStream,
String fileName,
long fileSize,
ByteProgressReporter progressReporter)
Deserialize a stream to a model.
|
long |
StreamingDeserializer.read(InputStream inputStream,
String fileName,
long fileSize,
QueryContext reusable) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static IfcModelInterface |
DeserializerUtils.readFromBytes(Deserializer deserializer,
byte[] bytes,
String filename) |
static IfcModelInterface |
DeserializerUtils.readFromFile(Deserializer deserializer,
Path path) |
Copyright © 2018 OpenSource BIM. All rights reserved.