hmi.bml.feedback
Class BMLSyncPointProgressFeedback

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

@Immutable
public final class BMLSyncPointProgressFeedback
extends Object
implements BMLFeedback

Indicates that a certain sync point is passed.

Author:
Herwin van Welbergen

Field Summary
 String behaviorId
           
 double bmlBlockTime
           
 String bmlId
           
 String id
           
 String syncId
           
 double timeStamp
           
 
Constructor Summary
BMLSyncPointProgressFeedback(BMLSyncPointProgressFeedback spp)
           
BMLSyncPointProgressFeedback(String id, String bmlId, String behaviorId, String syncId, double bmlBlockTime, 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

bmlBlockTime

public final double bmlBlockTime

id

public final String id

bmlId

public final String bmlId

behaviorId

public final String behaviorId

syncId

public final String syncId
Constructor Detail

BMLSyncPointProgressFeedback

public BMLSyncPointProgressFeedback(BMLSyncPointProgressFeedback spp)

BMLSyncPointProgressFeedback

public BMLSyncPointProgressFeedback(String id,
                                    String bmlId,
                                    String behaviorId,
                                    String syncId,
                                    double bmlBlockTime,
                                    double timeStamp)
Method Detail

toString

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