Package relations

Class RuleData

    • Field Detail

      • extracted

        public int extracted
    • Constructor Detail

      • RuleData

        public RuleData()
      • RuleData

        public RuleData​(int verb_type,
                        String pos,
                        String ctype,
                        boolean pos1,
                        String prep,
                        boolean inchunk,
                        int ccount,
                        String childTrg)
      • RuleData

        public RuleData​(int verb_type,
                        String pos,
                        String ctype,
                        boolean pos1,
                        boolean pos2,
                        boolean order,
                        String pr1,
                        String pr2,
                        boolean has_theme2,
                        boolean inchunk,
                        int ccount1,
                        int ccount2,
                        String childTrg)
      • RuleData

        public RuleData​(int verbtype,
                        String pos,
                        String ctype,
                        boolean pos1,
                        boolean pos2,
                        boolean order,
                        String pr1,
                        String pr2,
                        boolean hastheme2,
                        boolean inchunk,
                        int ccount1,
                        int ccount2,
                        boolean pro1,
                        boolean pro2,
                        String trg1,
                        String trg2)
    • Method Detail

      • setChildTrigger

        public void setChildTrigger​(String tg)
      • setParentTrigger

        public void setParentTrigger​(String tg)
      • getKey

        public String getKey()
      • getSubKey

        public String getSubKey()
      • getKeyInfo

        public String getKeyInfo()