Drools :: Beliefs 6.2.0.Beta2

org.drools.beliefs.bayes.assembler
Class BayesPackage

java.lang.Object
  extended by org.drools.beliefs.bayes.assembler.BayesPackage
All Implemented Interfaces:
org.kie.internal.io.ResourceTypePackage

public class BayesPackage
extends Object
implements org.kie.internal.io.ResourceTypePackage


Constructor Summary
BayesPackage()
           
 
Method Summary
 void addJunctionTree(String name, JunctionTree tree)
           
 JunctionTree getJunctionTree(String name)
           
 org.kie.api.io.ResourceType getResourceType()
           
 Collection<String> listJunctionTrees()
           
 void removeJunctionTree(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayesPackage

public BayesPackage()
Method Detail

listJunctionTrees

public Collection<String> listJunctionTrees()

addJunctionTree

public void addJunctionTree(String name,
                            JunctionTree tree)

getJunctionTree

public JunctionTree getJunctionTree(String name)

removeJunctionTree

public void removeJunctionTree(String name)

getResourceType

public org.kie.api.io.ResourceType getResourceType()
Specified by:
getResourceType in interface org.kie.internal.io.ResourceTypePackage

Drools :: Beliefs 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.