lnsc.page
Class AbstractActionRepresentation

java.lang.Object
  |
  +--lnsc.page.AbstractActionRepresentation
All Implemented Interfaces:
ActionRepresentation, java.io.Serializable

public abstract class AbstractActionRepresentation
extends java.lang.Object
implements ActionRepresentation

Optional basis for class implementing ActionRepresentation interface. Derived classes constructor must fill the protected variables and implement ActionRepresentation.getRepresentation(lnsc.page.Action).

Action representations are assumed serializable (only information about how to generate the representation)!

See Also:
Serialized Form

Constructor Summary
AbstractActionRepresentation()
           
 
Method Summary
 int getOutputCount()
          Indicates the number of values in the action representation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lnsc.page.ActionRepresentation
getRepresentation
 

Constructor Detail

AbstractActionRepresentation

public AbstractActionRepresentation()
Method Detail

getOutputCount

public int getOutputCount()
Description copied from interface: ActionRepresentation
Indicates the number of values in the action representation.

Specified by:
getOutputCount in interface ActionRepresentation
Returns:
Number of outputs.