Class SequenceGuard
java.lang.Object
org.dlese.dpc.xml.schema.compositor.CompositorGuard
org.dlese.dpc.xml.schema.compositor.SequenceGuard
Implementation of
CompositorGuard for Sequence Compositors- Author:
- ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.xml.schema.compositor.CompositorGuard
instanceMembers -
Constructor Summary
ConstructorsConstructorDescriptionSequenceGuard(Compositor compositor, List instanceList) Constructor for the SequenceGuard objectSequenceGuard(Compositor compositor, org.dom4j.Element instanceElement) Constructor for the SequenceGuard object -
Method Summary
Modifier and TypeMethodDescriptionbooleanNOT YET DOCUMENTEDprotected ListGets the occurrences attribute of the SequenceGuard objectvoidprintBucketElements(org.dlese.dpc.xml.schema.compositor.CompositorGuard.CMBucket bucket) Description of the MethodvoidprintCMBuckets(List buckets) debuggingMethods inherited from class org.dlese.dpc.xml.schema.compositor.CompositorGuard
acceptsNewMember, checkValid, findOccurence, findOccurrence, getCompositor, getInstance, getOccurrencesCount, getOccurrencesCount, getSubOccurrenceCount, printInstanceMembers, printOccurrences, resolveLeafNameToCM, resolveLeafNameToCMName, toString
-
Constructor Details
-
SequenceGuard
Constructor for the SequenceGuard object- Parameters:
compositor- NOT YET DOCUMENTEDinstanceElement- NOT YET DOCUMENTED
-
SequenceGuard
Constructor for the SequenceGuard object- Parameters:
compositor- NOT YET DOCUMENTEDinstanceList- NOT YET DOCUMENTED
-
-
Method Details
-
acceptsNewMember
public boolean acceptsNewMember()NOT YET DOCUMENTED- Overrides:
acceptsNewMemberin classCompositorGuard- Returns:
- NOT YET DOCUMENTED
-
getOccurrences
Gets the occurrences attribute of the SequenceGuard object- Specified by:
getOccurrencesin classCompositorGuard- Returns:
- The occurrences value
- Throws:
Exception- NOT YET DOCUMENTED
-
printCMBuckets
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
-