Uses of Interface
org.nuiton.eugene.models.Model
-
Packages that use Model Package Description org.nuiton.eugene Eugene.org.nuiton.eugene.models.object org.nuiton.eugene.models.object.xml org.nuiton.eugene.models.state org.nuiton.eugene.models.state.xml org.nuiton.eugene.writer Eugene writer package : a small framework to chain writers. -
-
Uses of Model in org.nuiton.eugene
Classes in org.nuiton.eugene with type parameters of type Model Modifier and Type Class Description classAbstractGenerator<M extends Model>AbstractGenerator Created: 28 oct. 2009classAbstractMetaTransformer<M extends Model>Abstract meta transformer which contains some templates to apply to an incoming model.classModelReader<M extends Model>ModelReader TODO real doc :) Created: 26 oct. 2009classTemplate<M extends Model>Template.classTransformer<I extends Model,O extends Model>Transformer Created: 28 oct. 2009classTransformer<I extends Model,O extends Model>Transformer Created: 28 oct. 2009Fields in org.nuiton.eugene declared as Model Modifier and Type Field Description protected MTemplate. modelModelprotected OTransformer. outputModelOutput model.Fields in org.nuiton.eugene with type parameters of type Model Modifier and Type Field Description protected Map<String,Model>ModelHelper. modelsAll available models (obtain by plexus, keys are plexus roles, values are a instance of corresponding model).Methods in org.nuiton.eugene that return Model Modifier and Type Method Description ModelModelHelper. getModel(String modelType)Methods in org.nuiton.eugene with parameters of type Model Modifier and Type Method Description static StringGeneratorUtil. findTagValue(String tagName, ObjectModelElement element, Model model)Deprecated.since 2.9 (will be remove in version 3.0), prefer use nowTagValueUtil.findTagValue(TagValueMetadata, WithTagValuesOrStereotypes...)Constructor parameters in org.nuiton.eugene with type arguments of type Model Constructor Description ModelHelper(Map<String,Model> models, Map<String,ModelReader<?>> modelReaders) -
Uses of Model in org.nuiton.eugene.models.object
Classes in org.nuiton.eugene.models.object with type parameters of type Model Modifier and Type Class Description classObjectModelTransformer<O extends Model>L'initialisation du modèle de sortie et du générateur de sortie associée, se fait dans la superclass grâce à la méthode init.Subinterfaces of Model in org.nuiton.eugene.models.object Modifier and Type Interface Description interfaceObjectModelAbstraction for the root node of object model trees. -
Uses of Model in org.nuiton.eugene.models.object.xml
Classes in org.nuiton.eugene.models.object.xml that implement Model Modifier and Type Class Description classObjectModelImplImplementation class for the root node abstraction of object model trees. -
Uses of Model in org.nuiton.eugene.models.state
Subinterfaces of Model in org.nuiton.eugene.models.state Modifier and Type Interface Description interfaceStateModelStateModel Model root element. -
Uses of Model in org.nuiton.eugene.models.state.xml
Classes in org.nuiton.eugene.models.state.xml that implement Model Modifier and Type Class Description classStateModelImplImplementation of theStateModel. -
Uses of Model in org.nuiton.eugene.writer
Methods in org.nuiton.eugene.writer that return Model Modifier and Type Method Description ModelChainedFileWriterToMemoryModel. getModel()Reads inputs files and load them in a unique memory model.
-