Package xal.smf.data

Class BucketParser

java.lang.Object
xal.smf.data.BucketParser
All Implemented Interfaces:
DataListener

public class BucketParser extends Object implements DataListener
BucketParser is a wrapper for the collection of attribute buckets associated with an AcceleratorNode. Since each attribute bucket has a type and that type is used as the bucket's data node name within the "attributes" data node hierarchy, a wrapper is needed to hold all such buckets. The BucketParser is that wrapper.
Author:
tap
  • Constructor Details

    • BucketParser

      public BucketParser()
      Creates new BucketParser
    • BucketParser

      public BucketParser(Collection<AttributeBucket> bucketList)
      creates a new BucketParser from a list of buckets
  • Method Details