Class SemanticRules

  • All Implemented Interfaces:
    com.yahoo.config.ConfigInstance.Producer, com.yahoo.prelude.semantics.SemanticRulesConfig.Producer, java.io.Serializable

    public class SemanticRules
    extends java.lang.Object
    implements java.io.Serializable, com.yahoo.prelude.semantics.SemanticRulesConfig.Producer
    Returns the semantic rules config form a set of rule bases. Owned by a container cluster
    Author:
    bratseth
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SemanticRules.RuleBase
      A config view of a rule base
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getConfig​(com.yahoo.prelude.semantics.SemanticRulesConfig.Builder builder)  
      • Methods inherited from class java.lang.Object

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

      • getConfig

        public void getConfig​(com.yahoo.prelude.semantics.SemanticRulesConfig.Builder builder)
        Specified by:
        getConfig in interface com.yahoo.prelude.semantics.SemanticRulesConfig.Producer