public class SequenceGuard extends CompositorGuard
CompositorGuard
for Sequence CompositorsinstanceMembers
Constructor and Description |
---|
SequenceGuard(Compositor compositor,
org.dom4j.Element instanceElement)
Constructor for the SequenceGuard object
|
SequenceGuard(Compositor compositor,
java.util.List instanceList)
Constructor for the SequenceGuard object
|
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsNewMember()
NOT YET DOCUMENTED
|
protected java.util.List |
getOccurrences()
Gets the occurrences attribute of the SequenceGuard object
|
void |
printBucketElements(org.dlese.dpc.xml.schema.compositor.CompositorGuard.CMBucket bucket)
Description of the Method
|
void |
printCMBuckets(java.util.List buckets)
debugging
|
acceptsNewMember, checkValid, findOccurence, findOccurrence, getCompositor, getInstance, getOccurrencesCount, getOccurrencesCount, getSubOccurrenceCount, printInstanceMembers, printOccurrences, resolveLeafNameToCM, resolveLeafNameToCMName, toString
public SequenceGuard(Compositor compositor, org.dom4j.Element instanceElement)
compositor
- NOT YET DOCUMENTEDinstanceElement
- NOT YET DOCUMENTEDpublic SequenceGuard(Compositor compositor, java.util.List instanceList)
compositor
- NOT YET DOCUMENTEDinstanceList
- NOT YET DOCUMENTEDpublic boolean acceptsNewMember()
acceptsNewMember
in class CompositorGuard
protected java.util.List getOccurrences() throws java.lang.Exception
getOccurrences
in class CompositorGuard
java.lang.Exception
- NOT YET DOCUMENTEDpublic void printCMBuckets(java.util.List buckets)
buckets
- Description of the Parameterpublic void printBucketElements(org.dlese.dpc.xml.schema.compositor.CompositorGuard.CMBucket bucket)
bucket
- Description of the Parameter