Interface AbstractIvmlModifier.TypeCreationFunction
- Enclosing class:
AbstractIvmlModifier
private static interface AbstractIvmlModifier.TypeCreationFunction
Defines an internal type creation function.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionnet.ssehub.easy.varModel.model.datatypes.IDatatypecreateType(String name, net.ssehub.easy.varModel.model.datatypes.IDatatype type, net.ssehub.easy.varModel.model.Project scope) Creates the type.
-
Method Details
-
createType
net.ssehub.easy.varModel.model.datatypes.IDatatype createType(String name, net.ssehub.easy.varModel.model.datatypes.IDatatype type, net.ssehub.easy.varModel.model.Project scope) Creates the type.- Parameters:
name- the type nametype- the generic typescope- the containing scope- Returns:
- the type
-