EDU.neu.ccs.demeter.aplib
Interface NameMapI


public abstract interface NameMapI

A map from labels in a StrategyGraphI to labels in a ClassGraphI.


Method Summary
 java.lang.String get(java.lang.String l)
          The label in the ClassGraphI corresponding to l in the StrategyGraphI.
 

Method Detail

get

public java.lang.String get(java.lang.String l)
The label in the ClassGraphI corresponding to l in the StrategyGraphI.