Interface XSModelGroup

All Superinterfaces:
Iterable<XSParticle>, XSComponent, XSTerm
All Known Implementing Classes:
ModelGroupImpl

public interface XSModelGroup extends XSComponent, XSTerm, Iterable<XSParticle>
Model group.
Author:
Kohsuke Kawaguchi ([email protected])
  • Field Details

  • Method Details

    • getCompositor

      XSModelGroup.Compositor getCompositor()
    • getChild

      XSParticle getChild(int idx)
      Gets i-ith child.
    • getSize

      int getSize()
      Gets the number of children.
    • getChildren

      XSParticle[] getChildren()
      Gets all the children in one array.