public class Checker extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
Checker.KeyChecker |
protected class |
Checker.V_checkNoDoubleFields |
Modifier and Type | Field and Description |
---|---|
protected UMod.Forest |
model |
protected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> |
msg |
Constructor and Description |
---|
Checker() |
Modifier and Type | Method and Description |
---|---|
void |
check(UMod.Forest model0,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0)
Checks currently ONLY that field names are unique (from class to root)
and there is only one "KEY" field.
|
protected void |
error(UMod.FieldDef fd,
String text) |
static boolean |
isAbstract(UMod.FieldDef fd) |
protected UMod.Forest model
protected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg
public void check(UMod.Forest model0, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0)
protected void error(UMod.FieldDef fd, String text)
public static boolean isAbstract(UMod.FieldDef fd)
see also the complete user documentation .