org.topbraid.spin.model
Interface ElementGroup

All Superinterfaces:
Element, Printable
All Known Subinterfaces:
ElementList, NamedGraph, NotExists, Optional, Service, Union

public interface ElementGroup
extends Element

A collection of zero or more child Elements. Implementations include Optional, Union etc.

Author:
Holger Knublauch

Method Summary
 java.util.List<Element> getElements()
          Gets the List of child Elements.
 
Methods inherited from interface org.topbraid.spin.model.Element
visit
 
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
 

Method Detail

getElements

java.util.List<Element> getElements()
Gets the List of child Elements.

Returns:
a List of children