wt.change2
Class RelevantAnalysisDataDelegate

java.lang.Object
  extended by wt.change2.RelevantAnalysisDataDelegate
All Implemented Interfaces:
Externalizable, Serializable, ConcreteChangeableAssociationDelegate

public class RelevantAnalysisDataDelegate
extends Object
implements ConcreteChangeableAssociationDelegate, Externalizable

Links an AnalysisActivity object to each of the Changeable2 objects in a Vector. Returns the Vector of RelevantAnalysisData.

Supported API: true

Extendable: false

See Also:
ConcreteChangeableAssociationDelegate, Serialized Form

Method Summary
 Vector getBinaryLinks(ChangeItemIfc ci, Vector changeables)
          Returns a vector of RelevantAnalysisData links based on the Class (of the binary link), ChangeItemIfc and Vector of Changeable2 objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBinaryLinks

public Vector getBinaryLinks(ChangeItemIfc ci,
                             Vector changeables)
                      throws ChangeException2,
                             WTException
Returns a vector of RelevantAnalysisData links based on the Class (of the binary link), ChangeItemIfc and Vector of Changeable2 objects.

Supported API: true

Specified by:
getBinaryLinks in interface ConcreteChangeableAssociationDelegate
Parameters:
ci -
changeables -
Returns:
Vector
Throws:
ChangeException2
WTException