org.cts.parser.prj
Class AbstractPrjElement

java.lang.Object
  extended by org.cts.parser.prj.AbstractPrjElement
All Implemented Interfaces:
PrjElement
Direct Known Subclasses:
PrjNodeElement, PrjNumberElement, PrjStringElement

public abstract class AbstractPrjElement
extends Object
implements PrjElement

Author:
Antoine Gourlay, Erwan Bocher

Method Summary
 List<PrjElement> getChildren()
          Return the list of the children of this PrjElement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChildren

public List<PrjElement> getChildren()
Description copied from interface: PrjElement
Return the list of the children of this PrjElement.

Specified by:
getChildren in interface PrjElement


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.