Package | Description |
---|---|
weka.gui.beans |
Modifier and Type | Method and Description |
---|---|
static BeanInstance |
BeanInstance.findInstance(Point p,
Integer... tab)
Looks for a bean (if any) whose bounds contain the supplied point
|
BeanInstance |
BeanConnection.getSource()
returns the source BeanInstance for this connection
|
BeanInstance |
BeanConnection.getTarget()
Returns the target BeanInstance for this connection
|
Modifier and Type | Method and Description |
---|---|
static void |
BeanConnection.doMetaConnection(BeanInstance source,
BeanInstance target,
EventSetDescriptor esd,
JComponent displayComponent,
int tab) |
boolean |
MetaBean.inputsContains(BeanInstance toCheck) |
boolean |
MetaBean.outputsContains(BeanInstance toCheck) |
static void |
BeanConnection.removeConnections(BeanInstance instance,
Integer... tab)
Remove all connections for a bean.
|
void |
MetaBean.shiftBeans(BeanInstance toShiftTo,
boolean save)
Move coords of all inputs and outputs of this meta bean
to the coords of the supplied BeanInstance.
|
boolean |
MetaBean.subFlowContains(BeanInstance toCheck) |
Constructor and Description |
---|
BeanConnection(BeanInstance source,
BeanInstance target,
EventSetDescriptor esd,
Integer... tab)
Creates a new
BeanConnection instance. |
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.