Class XmlBifParser


  • public class XmlBifParser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlBifParser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BayesNetwork buildBayesNetwork​(Bif bif)  
      static Bif loadBif​(java.net.URL url)  
      static Bif loadBif​(org.kie.api.io.Resource resource, java.util.ArrayList<org.kie.internal.builder.KnowledgeBuilderError> errors)  
      • Methods inherited from class java.lang.Object

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

      • XmlBifParser

        public XmlBifParser()
    • Method Detail

      • loadBif

        public static Bif loadBif​(org.kie.api.io.Resource resource,
                                  java.util.ArrayList<org.kie.internal.builder.KnowledgeBuilderError> errors)
      • loadBif

        public static Bif loadBif​(java.net.URL url)
      • buildBayesNetwork

        public static BayesNetwork buildBayesNetwork​(Bif bif)