Uses of Class
unbbayes.prs.Edge

Packages that use Edge
unbbayes.controller   
unbbayes.draw   
unbbayes.gui   
unbbayes.prs   
unbbayes.prs.bn   
 

Uses of Edge in unbbayes.controller
 

Methods in unbbayes.controller with parameters of type Edge
 boolean SENController.insertEdge(Edge edge)
          Links an edge connecting parents and children.
 boolean NetworkController.insertEdge(Edge edge)
          Insert a new edge in the network.
 

Uses of Edge in unbbayes.draw
 

Fields in unbbayes.draw declared as Edge
protected  Edge UShapeLine.edge
           
 

Methods in unbbayes.draw that return Edge
 Edge UShapeLine.getEdge()
           
 Edge IEdgeHolderShape.getEdge()
          Obtains the edge carried by this object
 

Methods in unbbayes.draw with parameters of type Edge
 void UShapeLine.setEdge(Edge n)
           
 

Uses of Edge in unbbayes.gui
 

Fields in unbbayes.gui with type parameters of type Edge
 List<Edge> GraphPane.edgeList
           
 

Methods in unbbayes.gui with parameters of type Edge
 boolean LearningPNEditionPane.insertEdge(Edge edge)
           
 boolean GraphPane.insertEdge(Edge edge)
           
 

Uses of Edge in unbbayes.prs
 

Fields in unbbayes.prs with type parameters of type Edge
protected  List<Edge> Network.edgeList
          List of edges that this network has.
 

Methods in unbbayes.prs that return Edge
 Edge Network.getEdge(Node no1, Node no2)
          Retorna o arco entre dois n√≥s caso ele exista
 

Methods in unbbayes.prs that return types with arguments of type Edge
 List<Edge> Network.getEdges()
          Retorna os edgeList do grafo.
 List<Edge> Graph.getEdges()
          Retorna os edgeList do grafo.
 

Methods in unbbayes.prs with parameters of type Edge
 void Network.addEdge(Edge edge)
          Adds an edge into the net.
 void Graph.addEdge(Edge arco)
          Adiciona o arco ÔøΩ rede.
 void Network.removeEdge(Edge edge)
          Remove the edge.
 void Graph.removeEdge(Edge arco)
          Retira do grafo o arco especificado.
 

Method parameters in unbbayes.prs with type arguments of type Edge
protected  int Network.hasEdge(Node no1, Node no2, List<Edge> vetArcos)
           
 

Uses of Edge in unbbayes.prs.bn
 

Fields in unbbayes.prs.bn with type parameters of type Edge
protected  List<Edge> SingleEntityNetwork.arcosMarkov
          Lista de edgeList utilizada no processo de transformaÔøΩÔøΩo.
protected  List<Edge> SingleEntityNetwork.copiaArcos
           
 



Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.