public interface ModelObject
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
void |
init(Model model) |
void |
link(Model model) |
void |
reset() |
void |
visitChildren(ModelObjectVisitor visitor) |
static final String copyright
void afterUnmarshal(Unmarshaller u, Object parent)
void reset()
void init(Model model)
void link(Model model)
void visitChildren(ModelObjectVisitor visitor)