Uses of Interface
manifold.api.type.IModel
-
Packages that use IModel Package Description manifold.api.type -
-
Uses of IModel in manifold.api.type
Classes in manifold.api.type with type parameters of type IModel Modifier and Type Class Description classJavaTypeManifold<M extends IModel>A base class for a Java source producer that is based on a resource file of a specific extension.classResourceFileTypeManifold<M extends IModel>A base class for a type manifold that is based on a resource file type, typically discernible by the file extension.Classes in manifold.api.type that implement IModel Modifier and Type Class Description classAbstractSingleFileModelFor use withResourceFileTypeManifold.
-