public interface AssociationWalkerListenerIF
Modifier and Type | Method and Description |
---|---|
void |
walkAssociation(TopicIF leftRolePlayer,
AssociationIF association,
TopicIF rightRolePlayer)
PUBLIC: The function invoked by the AssociationWalker.
|
void walkAssociation(TopicIF leftRolePlayer, AssociationIF association, TopicIF rightRolePlayer)
leftRolePlayer
- The first topic in the triple; an object implementing TopicIF.association
- The association in the triple; an object implementing AssociationIF.rightRolePlayer
- The second topic in the triple; an object implementing TopicIF.