Interface ModelParser
-
- All Known Implementing Classes:
ModelParserImpl
public interface ModelParserInterface for model parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTargetModel(Model model)This initializes the model that is filled during the parsing process.
-
-
-
Method Detail
-
setTargetModel
void setTargetModel(Model model)
This initializes the model that is filled during the parsing process. It can be a model that is initially empty or one that already contains classes (i.e., extension).- Parameters:
model- the model to fill
-
-