org.jactr.tools.analysis.production.relationships
Interface IRelationship

All Known Implementing Classes:
DefaultRelationship

public interface IRelationship

describes how two productions are related to each other.

Author:
harrison

Method Summary
 org.antlr.runtime.tree.CommonTree getHeadProduction()
          the base production the getTailProduction() is compared to
 double getScore()
           
 double getScore(java.lang.String bufferName)
           
 org.antlr.runtime.tree.CommonTree getTailProduction()
          the production that is being compared to getHeadProduction()
 

Method Detail

getHeadProduction

org.antlr.runtime.tree.CommonTree getHeadProduction()
the base production the getTailProduction() is compared to

Returns:

getTailProduction

org.antlr.runtime.tree.CommonTree getTailProduction()
the production that is being compared to getHeadProduction()

Returns:

getScore

double getScore()

getScore

double getScore(java.lang.String bufferName)