Uses of Class
weka.gui.beans.BeanInstance
-
Uses of BeanInstance in weka.gui.beans
Modifier and TypeMethodDescriptionstatic BeanInstance
BeanInstance.findInstance
(Point p, Integer... tab) Looks for a bean (if any) whose bounds contain the supplied pointstatic BeanInstance
BeanInstance.findInstance
(String beanName, Integer... tab) Search for a named bean in the indexed flowBeanConnection.getSource()
returns the source BeanInstance for this connectionBeanConnection.getTarget()
Returns the target BeanInstance for this connectionModifier and TypeMethodDescriptionstatic List<BeanInstance>
BeanInstance.getStartPoints
(Integer... tab) Returns a list of start points (if any) in the indexed flowMetaBean.getSuitableTargets
(EventSetDescriptor esd) Return a list of input beans capable of receiving the supplied eventModifier and TypeMethodDescriptionstatic 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) ModifierConstructorDescriptionBeanConnection
(BeanInstance source, BeanInstance target, EventSetDescriptor esd, Integer... tab) Creates a newBeanConnection
instance.