edu.berkeley.guir.papier_mache.assoc
Class AssociationWrapper

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.assoc.AssociationElt
      extended by edu.berkeley.guir.papier_mache.assoc.AssociationNoun
          extended by edu.berkeley.guir.papier_mache.assoc.AssociationWrapper
All Implemented Interfaces:
edu.berkeley.guir.lib.util.ToShortStringable
Direct Known Subclasses:
StringWrapper

public class AssociationWrapper
extends AssociationNoun

Author:
Jack Li ( jack(AT)eecs{DOT}berkeley{DOT}edu )

Constructor Summary
AssociationWrapper()
          This constructor should only be used when unmarshalling a classifier from an XML file.
AssociationWrapper(java.lang.Object obj)
           
 
Method Summary
 java.lang.Object getWrappedOject()
           
 void phobAdded()
           
 void phobRemoved()
           
 void phobUpdated()
           
 void setParameter(java.lang.String paramName, java.lang.String paramValue)
          AssociationWrappers have an "object parameter", the value of which is a class name.
 void setWrappedOject(java.lang.Object obj)
           
 
Methods inherited from class edu.berkeley.guir.papier_mache.assoc.AssociationElt
toShortString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationWrapper

public AssociationWrapper()
This constructor should only be used when unmarshalling a classifier from an XML file.


AssociationWrapper

public AssociationWrapper(java.lang.Object obj)
Method Detail

getWrappedOject

public java.lang.Object getWrappedOject()

setWrappedOject

public void setWrappedOject(java.lang.Object obj)

phobAdded

public void phobAdded()
Specified by:
phobAdded in class AssociationNoun

phobUpdated

public void phobUpdated()
Specified by:
phobUpdated in class AssociationElt

phobRemoved

public void phobRemoved()
Specified by:
phobRemoved in class AssociationElt

setParameter

public void setParameter(java.lang.String paramName,
                         java.lang.String paramValue)
AssociationWrappers have an "object parameter", the value of which is a class name.

Overrides:
setParameter in class AssociationElt
Parameters:
paramName - the name of the parameter to set
paramValue - the value of the parameter