public class MetaGenerator extends Object implements DmcUncheckedOIFHandlerIF
| Constructor and Description |
|---|
MetaGenerator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllMustAndMay(DmcUncheckedObject uco,
TreeSet<String> must,
TreeSet<String> may) |
void |
handleObject(DmcUncheckedObject obj,
String infile,
int lineNumber)
Process the object as required.
|
void |
run(String[] args) |
public void run(String[] args) throws DmcValueException, DmcRuleExceptionSet, DmcNameClashException
public void handleObject(DmcUncheckedObject obj, String infile, int lineNumber) throws ResultException
DmcUncheckedOIFHandlerIFhandleObject in interface DmcUncheckedOIFHandlerIFobj - The object to be handled.infile - Name of the file from which the object was loaded.lineNumber - The line in the file where the object ended.ResultException - if problems occurpublic boolean getAllMustAndMay(DmcUncheckedObject uco, TreeSet<String> must, TreeSet<String> may) throws ResultException
ResultExceptionCopyright © 2023. All rights reserved.