Ejemplo n.º 1
0
        void PostCreateArrows(IDictionary <XElement, ICategoryObject> dictionary)
        {
            ReplaceMeasurementsFactory f = new ReplaceMeasurementsFactory(desktop);

            StaticXmlObjectFactory.CreateExisting(
                doc.GetElementsByTagNameLocal(Simulink.Parser.Library.SimulinkXmlParser.Block),
                f, dictionary);
        }
Ejemplo n.º 2
0
 void CreateObjects(IDictionary <XElement, ICategoryObject> dictionary)
 {
     StaticXmlObjectFactory.Create(
         doc.GetElementsByTagNameLocal(Simulink.Parser.Library.SimulinkXmlParser.Block),
         factory, dictionary);
 }