* Tous droits réservés. */ namespace Irstea\PlantUmlBundle\Model; use Irstea\PlantUmlBundle\Writer\WritableNodeInterface; /** * * @author Guillaume Perréal */ interface NodeInterface extends WritableNodeInterface { //put your code here }