hla.rti
Class AttributeSetRegionSetPair

java.lang.Object
  extended byhla.rti.AttributeSetRegionSetPair

public final class AttributeSetRegionSetPair
extends java.lang.Object

An object that contains an AttributeSet and a RegionSet/code>.

Author:
DMSO

Field Summary
 AttributeHandleSet attributes
          The attribute set.
 RegionHandleSet regions
          The region set.
 
Constructor Summary
AttributeSetRegionSetPair()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

public AttributeHandleSet attributes
The attribute set.


regions

public RegionHandleSet regions
The region set.

Constructor Detail

AttributeSetRegionSetPair

public AttributeSetRegionSetPair()