|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph | |
---|---|
unbbayes.controller | |
unbbayes.gui | |
unbbayes.io | |
unbbayes.prs | |
unbbayes.prs.bn | |
unbbayes.prs.hybridbn | |
unbbayes.util.extension.bn.inference |
Uses of Graph in unbbayes.controller |
---|
Methods in unbbayes.controller that return Graph | |
---|---|
Graph |
NetworkController.getGraph()
Obtains the network in a Graph format |
Methods in unbbayes.controller with parameters of type Graph | |
---|---|
boolean |
MainController.saveNet(File file,
BaseIO ioToUse,
Graph graphToSave)
Saves the probabilistic network using the given IO class. |
Uses of Graph in unbbayes.gui |
---|
Methods in unbbayes.gui that return Graph | |
---|---|
Graph |
NetworkWindow.getPersistingGraph()
|
Graph |
IPersistenceAwareWindow.getPersistingGraph()
Obtains the graph to be persisted or is being edited by this window. |
Uses of Graph in unbbayes.io |
---|
Methods in unbbayes.io that return Graph | |
---|---|
Graph |
NetIO.load(File input)
Loads a NET format file using default node/network builder. |
Graph |
FileExtensionIODelegator.load(File input)
|
Graph |
BaseIO.load(File input)
Loads a new network from the input file. |
Methods in unbbayes.io with parameters of type Graph | |
---|---|
void |
XMLBIFIO.save(File output,
Graph graph)
Saves a network to the output file. |
void |
NetIO.save(File output,
Graph graph)
Saves a network in basic NET file format. |
void |
FileExtensionIODelegator.save(File output,
Graph net)
|
void |
DneIO.save(File output,
Graph graph)
Saves a network in basic NET file format. |
void |
BaseIO.save(File output,
Graph net)
Saves a network to the output file. |
Uses of Graph in unbbayes.prs |
---|
Classes in unbbayes.prs that implement Graph | |
---|---|
class |
Network
|
Uses of Graph in unbbayes.prs.bn |
---|
Classes in unbbayes.prs.bn that implement Graph | |
---|---|
class |
ProbabilisticNetwork
Representa uma rede probabilÔøΩstica. |
class |
SingleEntityNetwork
Class that represents a generic network. |
Methods in unbbayes.prs.bn that return Graph | |
---|---|
Graph |
JunctionTreeAlgorithm.getNetwork()
|
Methods in unbbayes.prs.bn with parameters of type Graph | |
---|---|
void |
JunctionTreeAlgorithm.setNetwork(Graph g)
|
Uses of Graph in unbbayes.prs.hybridbn |
---|
Methods in unbbayes.prs.hybridbn that return Graph | |
---|---|
Graph |
GaussianMixture.getNetwork()
|
Methods in unbbayes.prs.hybridbn with parameters of type Graph | |
---|---|
void |
GaussianMixture.setNetwork(Graph g)
|
Uses of Graph in unbbayes.util.extension.bn.inference |
---|
Methods in unbbayes.util.extension.bn.inference that return Graph | |
---|---|
Graph |
IInferenceAlgorithm.getNetwork()
|
Methods in unbbayes.util.extension.bn.inference with parameters of type Graph | |
---|---|
void |
IInferenceAlgorithm.setNetwork(Graph g)
Sets the network (graph) treated by this algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |