Class SequenceGuard

java.lang.Object
org.dlese.dpc.xml.schema.compositor.CompositorGuard
org.dlese.dpc.xml.schema.compositor.SequenceGuard

public class SequenceGuard extends CompositorGuard
Implementation of CompositorGuard for Sequence Compositors
Author:
ostwald
  • Constructor Details

    • SequenceGuard

      public SequenceGuard(Compositor compositor, org.dom4j.Element instanceElement)
      Constructor for the SequenceGuard object
      Parameters:
      compositor - NOT YET DOCUMENTED
      instanceElement - NOT YET DOCUMENTED
    • SequenceGuard

      public SequenceGuard(Compositor compositor, List instanceList)
      Constructor for the SequenceGuard object
      Parameters:
      compositor - NOT YET DOCUMENTED
      instanceList - NOT YET DOCUMENTED
  • Method Details

    • acceptsNewMember

      public boolean acceptsNewMember()
      NOT YET DOCUMENTED
      Overrides:
      acceptsNewMember in class CompositorGuard
      Returns:
      NOT YET DOCUMENTED
    • getOccurrences

      protected List getOccurrences() throws Exception
      Gets the occurrences attribute of the SequenceGuard object
      Specified by:
      getOccurrences in class CompositorGuard
      Returns:
      The occurrences value
      Throws:
      Exception - NOT YET DOCUMENTED
    • printCMBuckets

      public void printCMBuckets(List buckets)
      debugging
      Parameters:
      buckets - Description of the Parameter
    • printBucketElements

      public void printBucketElements(org.dlese.dpc.xml.schema.compositor.CompositorGuard.CMBucket bucket)
      Description of the Method
      Parameters:
      bucket - Description of the Parameter