org.jactr.tools.analysis.production.relationships
Class GeneralRelationshipComputer

java.lang.Object
  extended by org.jactr.tools.analysis.production.relationships.GeneralRelationshipComputer
All Implemented Interfaces:
IRelationshipComputer

public class GeneralRelationshipComputer
extends java.lang.Object
implements IRelationshipComputer


Constructor Summary
GeneralRelationshipComputer()
           
 
Method Summary
 IRelationship computeRelationship(BufferEndStates headEndStates, BufferEndStates tailEndStates)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralRelationshipComputer

public GeneralRelationshipComputer()
Method Detail

computeRelationship

public IRelationship computeRelationship(BufferEndStates headEndStates,
                                         BufferEndStates tailEndStates)
Specified by:
computeRelationship in interface IRelationshipComputer