cartago
Class OpFeedbackParam<T>

java.lang.Object
  extended by cartago.OpFeedbackParam<T>
Type Parameters:
T -
All Implemented Interfaces:
java.io.Serializable

public class OpFeedbackParam<T>
extends java.lang.Object
implements java.io.Serializable

Class representing an action feedback parameter, i.e. an output parameter of an operation It is parameterized on the type of the parameter

Author:
aricci
See Also:
Serialized Form

Constructor Summary
OpFeedbackParam()
           
 
Method Summary
 void copyFrom(OpFeedbackParam<?> param)
           
 T get()
          Get the value of the parameter
 void set(T t)
          Set the value of the parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpFeedbackParam

public OpFeedbackParam()
Method Detail

set

public void set(T t)
Set the value of the parameter

Parameters:
t -

get

public T get()
Get the value of the parameter

Returns:

copyFrom

public void copyFrom(OpFeedbackParam<?> param)


>DEIS - University of Bologna