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

Quick Search    Search Deep

org.modama.framework.operations
Class OpInv  view OpInv download OpInv.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.Abstracton1ImageOperation
                      extended byorg.modama.framework.operations.Abstracton1InputOperation
                          extended byorg.modama.framework.operations.OpInv
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

public class OpInv
extends Abstracton1InputOperation

INVERS
takes exactly one input and inverts it (output = 1 / input)


Nested Class Summary
 class OpInv.ImageInverter
          negates an image
 class OpInv.NumberInverter
          negates a numberentity
 
Nested classes inherited from class org.modama.framework.operations.Abstracton1InputOperation
Abstracton1InputOperation.NumberCalculator, Abstracton1InputOperation.NumberListCalculator
 
Nested classes inherited from class org.modama.framework.operations.Abstracton1ImageOperation
Abstracton1ImageOperation.ImageCalculator, Abstracton1ImageOperation.ImageListCalculator
 
Nested classes inherited from class org.modama.framework.operations.AbstractOperation
AbstractOperation.Calculator
 
Field Summary
 
Fields inherited from class org.modama.framework.operations.Abstracton1InputOperation
numberCalculator
 
Fields inherited from class org.modama.framework.operations.Abstracton1ImageOperation
imageCalculator
 
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
OpInv()
           
 
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.Abstracton1InputOperation
accept
 
Methods inherited from class org.modama.framework.operations.Abstracton1ImageOperation
canExecute
 
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

OpInv

public OpInv()
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