Package | Description |
---|---|
psdi.app.bim.loader | |
psdi.app.bim.parser.cobie |
Modifier and Type | Method and Description |
---|---|
int |
LoaderType.loadPage(Page page) |
int |
LoaderComponentAssembly.loadPage(Page page) |
int |
LoaderBase.loadPage(Page page)
Load all Type/Product definitions
|
int |
Loader.loadPage(Page page) |
void |
LoaderUtils.logException(Page page,
ItemBase item,
java.lang.Throwable t) |
int |
LoaderComponentAssembly.validatePage(Page page) |
int |
LoaderBase.validatePage(Page page)
Load all Type/Product definitions
|
int |
Loader.validatePage(Page page) |
Modifier and Type | Method and Description |
---|---|
Page |
Parser.getPage(java.lang.String pageName) |
Page |
BIMProjectParser.getPage(java.lang.String pageName) |
Modifier and Type | Method and Description |
---|---|
void |
BIMProjectParser.addPage(Page page) |
void |
BIMProjectParser.printPage(Page page) |
Modifier and Type | Method and Description |
---|---|
void |
BIMExport.exportParseTree(java.util.Hashtable<java.lang.String,Page> parseTree,
java.lang.String[] pageNames,
java.lang.String fileName) |
void |
CobieParser.parse(Parser parser,
IdFactory idFactory,
java.util.Hashtable<java.lang.String,Page> parseTree,
java.lang.String[] list,
java.lang.String packageName,
long flags) |