Interface ModelExtensionFileParserCallback
-
- All Known Implementing Classes:
ModelExtensionBuilder,ModelExtensionReader
public interface ModelExtensionFileParserCallbackCreated on 09/09/16.- Since:
- 3.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanonAttributeStereotypeFound(String className, String attributeName, String stereotype)booleanonAttributeTagValueFound(String className, String attributeName, String tag, String value)booleanonClassStereotypeFound(String className, String stereotype)booleanonClassTagValueFound(String className, String tag, String value)booleanonModelStereotypeFound(String stereotype)booleanonModelTagValueFound(String tag, String value)booleanonPackageStereotypeFound(String packageName, String stereotype)booleanonPackageTagValueFound(String packageName, String tag, String value)
-
-
-
Method Detail
-
onModelStereotypeFound
boolean onModelStereotypeFound(String stereotype)
-
onPackageTagValueFound
boolean onPackageTagValueFound(String packageName, String tag, String value)
-
onAttributeTagValueFound
boolean onAttributeTagValueFound(String className, String attributeName, String tag, String value)
-
-