wt.fc
Class SimpleLinkRoleIndicator

java.lang.Object
  extended bywt.fc.SimpleLinkRoleIndicator
All Implemented Interfaces:
LinkRoleIndicator, Serializable

class SimpleLinkRoleIndicator
extends Object
implements LinkRoleIndicator, Serializable


Field Summary
private  boolean isOtherSideRoleA
           
 
Constructor Summary
SimpleLinkRoleIndicator(boolean a_isOtherSideRoleA)
           
 
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

isOtherSideRoleA

private boolean isOtherSideRoleA
Constructor Detail

SimpleLinkRoleIndicator

public SimpleLinkRoleIndicator(boolean a_isOtherSideRoleA)
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