hmi.elckerlyc.scheduler
Class BMLBlockManager.BehaviorKey

java.lang.Object
  extended by hmi.elckerlyc.scheduler.BMLBlockManager.BehaviorKey
Enclosing class:
BMLBlockManager

private static class BMLBlockManager.BehaviorKey
extends Object


Field Summary
(package private)  String bmlId
           
(package private)  String id
           
 
Constructor Summary
BMLBlockManager.BehaviorKey(String id, String bmlId)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

final String id

bmlId

final String bmlId
Constructor Detail

BMLBlockManager.BehaviorKey

public BMLBlockManager.BehaviorKey(String id,
                                   String bmlId)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object