net.sourceforge.nrl.parser.operators
Interface IImplementationDetail

All Known Implementing Classes:
ImplementationDetail

public interface IImplementationDetail

This is a simple tag-value interface for associating auxiliary mapping information with operators and their parameters.

The tags (labels) of the details are mapping specific and have to be fixed by implementors. Examples might include:

Which labels are actually provided needs to be specified in the implementation.


Method Summary
 String getLabel()
          Return the label.
 String getValue()
          Return the value.
 

Method Detail

getLabel

String getLabel()
Return the label.

Returns:
the label

getValue

String getValue()
Return the value.

Returns:
the value


Copyright © 2006-2010 Christian Nentwich and others