Class EMFTCSInjector


  • public class EMFTCSInjector
    extends java.lang.Object
    A wrapper which allow to create IModel from text with TCS.
    • Field Detail

      • problemsModelAdapter

        protected ModelAdapter problemsModelAdapter
      • targetModelAdapter

        protected ModelAdapter targetModelAdapter
    • Constructor Detail

      • EMFTCSInjector

        public EMFTCSInjector()
    • Method Detail

      • getParameterTypes

        public java.util.Map getParameterTypes()
      • getPrefix

        public java.lang.String getPrefix()
      • inject

        public java.lang.Object inject​(EMFModel target,
                                       java.io.InputStream source,
                                       java.util.Map params)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • inject

        public java.lang.Object inject​(EMFModel target,
                                       java.io.Reader source,
                                       java.util.Map params)
                                throws java.io.IOException
        Throws:
        java.io.IOException