Interface ITypedModel
-
- All Superinterfaces:
IMetaType,IModel,IModelData
- All Known Subinterfaces:
IResolvableModel<V,M>
- All Known Implementing Classes:
AbstractResolvableModel,DummyModel,Script,Template
public interface ITypedModel extends IModel, IMetaType
Defines a typed model, i.e., a model which knows itsTypeRegistry.- Author:
- Holger Eichelberger
-
-
Method Summary
-
Methods inherited from interface net.ssehub.easy.instantiation.core.model.vilTypes.IMetaType
addPlaceholderOperation, checkConversion, enableDynamicDispatch, findConversion, getBaseType, getCandidates, getField, getFieldCount, getGenericParameterCount, getGenericParameterType, getName, getOperation, getOperationsCount, getQualifiedName, getSuperType, getTypeRegistry, isActualTypeOf, isAssignableFrom, isBasicType, isInternal, isPlaceholder
-
Methods inherited from interface net.ssehub.easy.basics.modelManagement.IModel
dispose, getImport, getImportsCount, getIndentationConfiguration, getName, getRestrictionEvaluationContext, getSuper, getVersion, setVersion
-
-