示例#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>();
        }
 public SentenceScreenModel()
 {
     Top = new TopScreenModel();
     PhraseList = new List<AbstractPartDisplay>();
 }
示例#4
0
 public StandardScreenModel()
 {
     Top      = new TopScreenModel();
     Main     = new List <SenseListModel>();
     MainList = new List <AbstractPartDisplay>();
 }
 public PhraseScreenModel()
 {
     Top        = new TopScreenModel();
     PhraseList = new List <AbstractPartDisplay>();
 }
 public StandardScreenModel()
 {
     Top = new TopScreenModel();
     Main = new List<SenseListModel>();
     MainList = new List<AbstractPartDisplay>();
 }