Пример #1
0
        public FullClauseScreenModel()
        {
            Top      = new TopScreenModel();
            Main     = new List <SenseListModel>();
            MainList = new List <AbstractPartDisplay>();

            ScreenName        = "Clause";
            Nucleus           = new SenseListModel();
            Nucleus2          = new SenseListModel();
            NucleusPrep       = new SenseListModel();
            ClauseCoreList    = new List <AbstractPartDisplay>();
            ClauseNuclearList = new List <AbstractPartDisplay>();

            CoreOperators = new TextListPartDisplay {
                Title = "Operators"
            };
            CoreAttributes = new TextListPartDisplay {
                Title = "Attributes"
            };

            NucleusOperators = new TextListPartDisplay {
                Title = "Operators"
            };
            NucleusAttributes = new TextListPartDisplay {
                Title = "Attributes"
            };

            NextClause = new List <FullClauseScreenModel>();
        }
        public FullClauseScreenModel()
        {
            Top = new TopScreenModel();
            Main = new List<SenseListModel>();
            MainList = new List<AbstractPartDisplay>();

            ScreenName = "Clause";
            Nucleus = new SenseListModel();
            Nucleus2 = new SenseListModel();
            NucleusPrep = new SenseListModel();
            ClauseCoreList = new List<AbstractPartDisplay>();
            ClauseNuclearList = new List<AbstractPartDisplay>();

            CoreOperators = new TextListPartDisplay { Title = "Operators" };
            CoreAttributes = new TextListPartDisplay { Title = "Attributes" };

            NucleusOperators = new TextListPartDisplay { Title = "Operators" };
            NucleusAttributes = new TextListPartDisplay { Title = "Attributes" };

            NextClause = new List<FullClauseScreenModel>();
        }