org.eodisp.hla.common.handles
Class HandlesUtil

java.lang.Object
  extended by org.eodisp.hla.common.handles.HandlesUtil

public class HandlesUtil
extends java.lang.Object

Version:
$Id:$
Author:
ibirrer

Constructor Summary
HandlesUtil()
           
 
Method Summary
static AttributeHandle[] getAttributeHandleArray(AttributeHandleValueMap attributeHandleValueMap)
           
static java.util.Set<AttributeHandle> toGenericSet(AttributeHandleSet attributeHandleSet)
           
static java.util.Set<FederateHandle> toGenericSet(FederateHandleSet federateHandleSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlesUtil

public HandlesUtil()
Method Detail

toGenericSet

public static java.util.Set<AttributeHandle> toGenericSet(AttributeHandleSet attributeHandleSet)

toGenericSet

public static java.util.Set<FederateHandle> toGenericSet(FederateHandleSet federateHandleSet)

getAttributeHandleArray

public static AttributeHandle[] getAttributeHandleArray(AttributeHandleValueMap attributeHandleValueMap)