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

Quick Search    Search Deep

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

public abstract class Abstracton1InputOperation
extends Abstracton1ImageOperation

a baseclass for operation on exactly one Input (NumberEntity, NumberList, ImageEntity, ImageList)


Nested Class Summary
 class Abstracton1InputOperation.NumberCalculator
          calculator for a numberentity
 class Abstracton1InputOperation.NumberListCalculator
          calculator for a numberlist
 
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
(package private)  Abstracton1InputOperation.NumberCalculator 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
Abstracton1InputOperation()
           
 
Method Summary
 boolean accept(org.modama.framework.entities.AbstractEntity entity)
          returns true if the entity will be accepted if put to the operation
 
Methods inherited from class org.modama.framework.operations.Abstracton1ImageOperation
canExecute
 
Methods inherited from class org.modama.framework.operations.AbstractOperation
calculate, create, createOutputEntity, delete, execute, fillAvailabeCalculatorsArray, 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
 

Field Detail

numberCalculator

Abstracton1InputOperation.NumberCalculator numberCalculator
Constructor Detail

Abstracton1InputOperation

public Abstracton1InputOperation()
Method Detail

accept

public boolean accept(org.modama.framework.entities.AbstractEntity entity)
Description copied from class: AbstractOperation
returns true if the entity will be accepted if put to the operation

Overrides:
accept in class Abstracton1ImageOperation