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

Quick Search    Search Deep

org.modama.framework.operations
Class OpMul  view OpMul download OpMul.java

java.lang.Object
  extended byorg.modama.ModelStates
      extended byorg.modama.Model
          extended byorg.modama.framework.AbstractFrameworkModel
              extended byorg.modama.framework.operations.AbstractOperation
                  extended byorg.modama.framework.operations.Abstracton2InputOperation
                      extended byorg.modama.framework.operations.OpMul
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

public class OpMul
extends Abstracton2InputOperation

MULTIPLY
takes exactly one or two inputs and adds them (see Abstracton2InputOperation)


Nested Class Summary
 class OpMul.MulIeIe
          muls to images
 class OpMul.MulNeIe
          muls a number to an image
 class OpMul.MulNeNe
          Muls to numbers
 
Nested classes inherited from class org.modama.framework.operations.Abstracton2InputOperation
Abstracton2InputOperation.IeIeCalculator, Abstracton2InputOperation.IeIlCalculator, Abstracton2InputOperation.IlIlCalculator, Abstracton2InputOperation.NeIeCalculator, Abstracton2InputOperation.NeIlCalculator, Abstracton2InputOperation.NeNeCalculator, Abstracton2InputOperation.NeNlCalculator, Abstracton2InputOperation.NlIlCalculator, Abstracton2InputOperation.NlNlCalculator, Abstracton2InputOperation.SingleImageListCalculator, Abstracton2InputOperation.SingleInputCalculator, Abstracton2InputOperation.SingleNumberListCalculator
 
Nested classes inherited from class org.modama.framework.operations.AbstractOperation
AbstractOperation.Calculator
 
Field Summary
 
Fields inherited from class org.modama.framework.operations.Abstracton2InputOperation
iiCalculator, niCalculator, nnCalculator
 
Fields inherited from class org.modama.framework.operations.AbstractOperation
active, availabeCalculators, calculator, EVENT_CONNECT, EVENT_DISCONNECT, EVENT_EXECUTION_FINISHED, EVENT_EXECUTION_STARTED, input, logger, output, resultingClass
 
Fields inherited from class org.modama.framework.AbstractFrameworkModel
name, PROP_NAME
 
Fields inherited from class org.modama.Model
changeAgent, EVENT_FIRED, state
 
Fields inherited from class org.modama.ModelStates
CREATED, DELETED, MODIFIED, SAVED
 
Constructor Summary
OpMul()
           
 
Method Summary
protected  void fillAvailabeCalculatorsArray()
          this has to be implemented, all the available calculators have to be inserted here
 
Methods inherited from class org.modama.framework.operations.Abstracton2InputOperation
accept, canExecute, getObjectFromInput
 
Methods inherited from class org.modama.framework.operations.AbstractOperation
calculate, create, createOutputEntity, delete, execute, getInputCount, getInputs, getOutput, isActive, load, Output, propertyChange, put, remove, removeAll, removeAllInput, save, searchCalculator, setActive, setOutput, toString
 
Methods inherited from class org.modama.framework.AbstractFrameworkModel
getName, setName
 
Methods inherited from class org.modama.Model
addPropertyChangeListener, addPropertyChangeListener, fire, fire, fire, getState, removePropertyChangeListener, removePropertyChangeListener, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpMul

public OpMul()
Method Detail

fillAvailabeCalculatorsArray

protected void fillAvailabeCalculatorsArray()
Description copied from class: AbstractOperation
this has to be implemented, all the available calculators have to be inserted here

Specified by:
fillAvailabeCalculatorsArray in class AbstractOperation