wt.pom
Class ExpandAllLinkRoleIndicator

java.lang.Object
  extended bywt.pom.ExpandAllLinkRoleIndicator
All Implemented Interfaces:
LinkRoleIndicator

class ExpandAllLinkRoleIndicator
extends Object
implements LinkRoleIndicator


Field Summary
private  HashMap roleMap
           
 
Constructor Summary
ExpandAllLinkRoleIndicator(ObjectSetVector a_vector)
           
 
Method Summary
 boolean isOtherSideRoleA(BinaryLink a_link)
          Indicates if the otherSideRole is role A for the specified index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roleMap

private HashMap roleMap
Constructor Detail

ExpandAllLinkRoleIndicator

public ExpandAllLinkRoleIndicator(ObjectSetVector a_vector)
Method Detail

isOtherSideRoleA

public boolean isOtherSideRoleA(BinaryLink a_link)
Indicates if the otherSideRole is role A for the specified index.

Specified by:
isOtherSideRoleA in interface LinkRoleIndicator