| Package | Description |
|---|---|
| weka.gui.beans |
| Modifier and Type | Method and Description |
|---|---|
static Vector<BeanConnection> |
BeanConnection.associatedConnections(Vector<Object> subFlow,
Integer... tab)
Returns a vector of BeanConnections associated with the supplied vector of
BeanInstances, i.e.
|
Vector<BeanConnection> |
MetaBean.getAssociatedConnections() |
static Vector<BeanConnection> |
BeanConnection.getClosestConnections(Point pt,
int delta,
Integer... tab)
Return a list of connections within some delta of a point
|
static Vector<BeanConnection> |
BeanConnection.getConnections(Integer... tab)
Returns the list of connections
|
| Modifier and Type | Method and Description |
|---|---|
static 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 index
|
void |
MetaBean.setAssociatedConnections(Vector<BeanConnection> ac) |
static void |
BeanConnection.setConnections(Vector<BeanConnection> connections,
Integer... tab)
Describe
setConnections method here. |
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.