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

Packages that use IRelationship
org.jactr.tools.analysis.production.relationships   
 

Uses of IRelationship in org.jactr.tools.analysis.production.relationships
 

Classes in org.jactr.tools.analysis.production.relationships that implement IRelationship
 class DefaultRelationship
           
 

Methods in org.jactr.tools.analysis.production.relationships that return IRelationship
 IRelationship IRelationshipComputer.computeRelationship(BufferEndStates headEndStates, BufferEndStates tailEndStates)
           
 IRelationship GeneralRelationshipComputer.computeRelationship(BufferEndStates headEndStates, BufferEndStates tailEndStates)
           
 

Methods in org.jactr.tools.analysis.production.relationships that return types with arguments of type IRelationship
 java.util.Collection<IRelationship> ProductionRelationships.getHeadRelationships()
           
 java.util.Collection<IRelationship> ProductionRelationships.getTailRelationships()
           
 

Methods in org.jactr.tools.analysis.production.relationships with parameters of type IRelationship
 void ProductionRelationships.addRelationship(IRelationship relationship)