public static class ParallelEDIFParserWorker.CellReferenceData
extends Object
Modifier and Type | Field and Description |
---|---|
String |
cellref |
Consumer<EDIFCell> |
cellSetter |
String |
libraryref |
Modifier and Type | Method and Description |
---|---|
void |
apply(Map<String,EDIFLibrary> librariesByLegalName,
Map<EDIFLibrary,Map<String,EDIFCell>> cellsByLegalName) |
public final Consumer<EDIFCell> cellSetter
public final String cellref
public final String libraryref
public void apply(Map<String,EDIFLibrary> librariesByLegalName, Map<EDIFLibrary,Map<String,EDIFCell>> cellsByLegalName)