Uses of Class
weka.gui.beans.BeanConnection
-
Uses of BeanConnection in weka.gui.beans
Modifier and TypeMethodDescriptionstatic Vector<BeanConnection>
BeanConnection.associatedConnections
(Vector<Object> subFlow, Integer... tab) Returns a vector of BeanConnections associated with the supplied vector of BeanInstances, i.e.MetaBean.getAssociatedConnections()
static Vector<BeanConnection>
BeanConnection.getClosestConnections
(Point pt, int delta, Integer... tab) Return a list of connections within some delta of a pointstatic Vector<BeanConnection>
BeanConnection.getConnections
(Integer... tab) Returns the list of connectionsModifier and TypeMethodDescriptionstatic void
BeanConnection.addConnections
(Vector<BeanConnection> connections) Add the supplied collection of connections to the end of the list.static void
BeanConnection.appendConnections
(Vector<BeanConnection> connections, int tab) Append the supplied connections to the list for the given tab indexvoid
MetaBean.setAssociatedConnections
(Vector<BeanConnection> ac) static void
BeanConnection.setConnections
(Vector<BeanConnection> connections, Integer... tab) DescribesetConnections
method here.