Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Synapsim.blocks.basic
Class JoinActivations  view JoinActivations download JoinActivations.java

java.lang.Object
  extended bySynapsim.core.Block
      extended bySynapsim.blocks.basic.JoinActivations
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class JoinActivations
extends Synapsim.core.Block


Field Summary
static java.lang.String ACTIVATION
           
static java.lang.String ACTIVATION1
           
static java.lang.String ACTIVATION2
           
 
Fields inherited from class Synapsim.core.Block
blocks, daemon, inputs, menu, outputs, properties, propertiesMenu, PROPERTY_NAME_NAME, widget
 
Constructor Summary
JoinActivations()
           
JoinActivations(java.lang.String name, Synapsim.core.BlockCollection blockcollection)
           
 
Methods inherited from class Synapsim.core.Block
actionPerformed, addInput, addMenuItem, addOutput, addOutputConnection, canPersist, getBlocks, getClassName, getCollection, getFullName, getInputByName, getInputData, getInputs, getName, getNumInputs, getNumOutputs, getOutputByName, getOutputs, getProperties, getProperty, getPropertyByFriendlyName, getPropertyByName, getWidget, newDefaultPropertySet, persistData, persistedData, popMenu, rebuildPropertiesMenu, removeInput, removeOutput, setAllInputs, setAllOutputs, setBlockCollection, setCollection, setDaemon, setInputData, setName, setOutputData, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVATION1

public static final java.lang.String ACTIVATION1
See Also:
Constant Field Values

ACTIVATION2

public static final java.lang.String ACTIVATION2
See Also:
Constant Field Values

ACTIVATION

public static final java.lang.String ACTIVATION
See Also:
Constant Field Values
Constructor Detail

JoinActivations

public JoinActivations()

JoinActivations

public JoinActivations(java.lang.String name,
                       Synapsim.core.BlockCollection blockcollection)