org.cts.parser.prj
Interface PrjNodeMatcher


public interface PrjNodeMatcher

Author:
Antoine Gourlay

Method Summary
 String getName()
          Return the name of the node match by this PrjNodeMatcher.
 void run(List<PrjElement> list)
          Match the node in parameter.
 

Method Detail

getName

String getName()
Return the name of the node match by this PrjNodeMatcher.


run

void run(List<PrjElement> list)
Match the node in parameter.

Parameters:
list - the node to match with this PrjNodeMatcher


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