Class RuleActionFunction

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
      • ctxType

        public java.lang.String ctxType
      • ruleIndex

        public int ruleIndex
      • actions

        public java.util.LinkedHashMap<java.lang.Integer,​Action> actions
        Map actionIndex to Action
    • Constructor Detail

      • RuleActionFunction

        public RuleActionFunction​(OutputModelFactory factory,
                                  Rule r,
                                  java.lang.String ctxType)