public interface IClassMetaModelFactory
| Modifier and Type | Method and Description |
|---|---|
int |
accepts(Object theThingy)
Must return a value > 0 when this knows how to create a metamodel for the specified thingerydoo.
|
ClassMetaModel |
createModel(List<Runnable> actionList,
Object theThingy)
When accept() has returned a > 0 value, this must create an (immutable) metamodel for
the thingy passed.
|
Copyright © 2017 etc.to. All rights reserved.