public class BayesPackage extends Object implements org.kie.api.internal.io.ResourceTypePackage<JunctionTree>
Constructor and Description |
---|
BayesPackage(String namespace) |
Modifier and Type | Method and Description |
---|---|
void |
add(JunctionTree processedResource) |
void |
addJunctionTree(String name,
JunctionTree tree) |
JunctionTree |
getJunctionTree(String name) |
org.kie.api.io.ResourceType |
getResourceType() |
Iterator<JunctionTree> |
iterator() |
Collection<String> |
listJunctionTrees() |
void |
removeJunctionTree(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public BayesPackage(String namespace)
public Collection<String> listJunctionTrees()
public void addJunctionTree(String name, JunctionTree tree)
public JunctionTree getJunctionTree(String name)
public void removeJunctionTree(String name)
public org.kie.api.io.ResourceType getResourceType()
getResourceType
in interface org.kie.api.internal.io.ResourceTypePackage<JunctionTree>
public void add(JunctionTree processedResource)
add
in interface org.kie.api.internal.io.ResourceTypePackage<JunctionTree>
public Iterator<JunctionTree> iterator()
iterator
in interface Iterable<JunctionTree>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.