Uses of Class
weka.gui.beans.BeanConnection
Packages that use BeanConnection
-
Uses of BeanConnection in weka.gui.beans
Methods in weka.gui.beans that return types with arguments of type BeanConnectionModifier 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 connectionsMethod parameters in weka.gui.beans with type arguments of type BeanConnectionModifier and TypeMethodDescriptionstatic voidBeanConnection.addConnections(Vector<BeanConnection> connections) Add the supplied collection of connections to the end of the list.static voidBeanConnection.appendConnections(Vector<BeanConnection> connections, int tab) Append the supplied connections to the list for the given tab indexvoidMetaBean.setAssociatedConnections(Vector<BeanConnection> ac) static voidBeanConnection.setConnections(Vector<BeanConnection> connections, Integer... tab) DescribesetConnectionsmethod here.