hmi.bml.feedback
Class BMLPerformanceStartFeedback

java.lang.Object
  extended by hmi.bml.feedback.BMLPerformanceStartFeedback
All Implemented Interfaces:
BMLFeedback

@Immutable
public class BMLPerformanceStartFeedback
extends Object
implements BMLFeedback

Indicates the start of execution for a BML block.

Author:
Herwin van Welbergen

Field Summary
 String bmlId
           
 String id
           
 double timeStamp
           
 
Constructor Summary
BMLPerformanceStartFeedback(String id, String bmlId, double timeStamp)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timeStamp

public final double timeStamp

id

public final String id

bmlId

public final String bmlId
Constructor Detail

BMLPerformanceStartFeedback

public BMLPerformanceStartFeedback(String id,
                                   String bmlId,
                                   double timeStamp)
Method Detail

toString

public final String toString()
Overrides:
toString in class Object