Class SemanticRulesConfig

java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.prelude.semantics.SemanticRulesConfig

public final class SemanticRulesConfig extends com.yahoo.config.ConfigInstance
This class represents the root node of semantic-rules Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. Semantic production rules
  • Field Details

  • Constructor Details

  • Method Details

    • getDefMd5

      public static String getDefMd5()
    • getDefName

      public static String getDefName()
    • getDefNamespace

      public static String getDefNamespace()
    • compatibility

      public boolean compatibility()
      Returns:
      semantic-rules.compatibility
    • rulebase

      public List<SemanticRulesConfig.Rulebase> rulebase()
      Returns:
      semantic-rules.rulebase[]
    • rulebase

      public SemanticRulesConfig.Rulebase rulebase(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      semantic-rules.rulebase[]