Class SequenceModelGroup

    • Constructor Detail

      • SequenceModelGroup

        public SequenceModelGroup()
    • Method Detail

      • isPointless

        public boolean isPointless​(ModelGroup container)
        Test whether the compositor is pointless, as described in XML Schema Part 1 Schema Component Constraint: Particle Valid (Restriction)
        Overrides:
        isPointless in class ModelGroup
        Parameters:
        container - not used
        Returns:
        true if the particle is pointless (which effectively means it can't match anything)
      • getCompositorName

        public java.lang.String getCompositorName()
        Get the name of this compositor
        Specified by:
        getCompositorName in class ModelGroup
        Returns:
        one of "sequence", "choice", or "all"