org.specrunner.util.xom.core
Class PresentationGroupImpl

java.lang.Object
  extended by org.specrunner.util.composite.core.CompositeImpl<IPresentationGroup,IPresentation>
      extended by org.specrunner.util.xom.core.PresentationGroupImpl
All Implemented Interfaces:
IComposite<IPresentationGroup,IPresentation>, IPresentation, IPresentationGroup

public class PresentationGroupImpl
extends CompositeImpl<IPresentationGroup,IPresentation>
implements IPresentationGroup

A presentation group.

Author:
Thiago Santos

Constructor Summary
PresentationGroupImpl()
           
 
Method Summary
 nu.xom.Node asNode()
          The object representation as node.
 String asString()
          The object representation as string.
 
Methods inherited from class org.specrunner.util.composite.core.CompositeImpl
add, getChildren, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.specrunner.util.composite.IComposite
add, getChildren, isEmpty
 

Constructor Detail

PresentationGroupImpl

public PresentationGroupImpl()
Method Detail

asString

public String asString()
Description copied from interface: IPresentation
The object representation as string.

Specified by:
asString in interface IPresentation
Returns:
String representation.

asNode

public nu.xom.Node asNode()
Description copied from interface: IPresentation
The object representation as node.

Specified by:
asNode in interface IPresentation
Returns:
Node representation.


Copyright © 2014. All rights reserved.