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

java.lang.Object
  extended by org.jactr.tools.analysis.production.relationships.ProductionRelationships

public class ProductionRelationships
extends java.lang.Object


Constructor Summary
ProductionRelationships(java.lang.String productionName, BufferEndStates endStates)
           
 
Method Summary
 void addRelationship(IRelationship relationship)
           
 BufferEndStates getEndStates()
           
 java.util.Collection<IRelationship> getHeadRelationships()
           
 java.util.Collection<IRelationship> getTailRelationships()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductionRelationships

public ProductionRelationships(java.lang.String productionName,
                               BufferEndStates endStates)
Method Detail

addRelationship

public void addRelationship(IRelationship relationship)

getHeadRelationships

public java.util.Collection<IRelationship> getHeadRelationships()

getTailRelationships

public java.util.Collection<IRelationship> getTailRelationships()

getEndStates

public BufferEndStates getEndStates()