@FunctionalInterface public interface ITypedTreeModelParserHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
endModel(BranchNodeMetaModel model,
Set<INodeType<BranchNodeMetaModel,?>> references) |
void |
onNodeType(BranchNodeMetaModel model,
INodeType<BranchNodeMetaModel,?> nodeType) |
default void |
startModel(BranchNodeMetaModel model,
Set<INodeType<BranchNodeMetaModel,?>> references) |
default void startModel(BranchNodeMetaModel model, Set<INodeType<BranchNodeMetaModel,?>> references)
default void endModel(BranchNodeMetaModel model, Set<INodeType<BranchNodeMetaModel,?>> references)
void onNodeType(BranchNodeMetaModel model, INodeType<BranchNodeMetaModel,?> nodeType)
Copyright © 2020. All rights reserved.