aminePlatform.util.cg
Class ComposedDesignator
java.lang.Object
aminePlatform.util.cg.ComposedDesignator
- All Implemented Interfaces:
- java.io.Serializable
- public class ComposedDesignator
- extends java.lang.Object
- implements java.io.Serializable
Title: util.cg.ComposedDesignator Class
Description: An auxiliary class used to represent composed designator; a special
case of coreference, used especially in the context of SYNERGY
Copyright : Copyright (c) Adil KABBAJ 2004-2009
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComposedDesignator
public ComposedDesignator()
ComposedDesignator
public ComposedDesignator(java.util.ArrayList cpsdDesignator)
isComposedDesignator
public static boolean isComposedDesignator(java.lang.Object cpsdDesignator)
getComposedDesignator
public java.util.ArrayList getComposedDesignator()
setComposedDesignator
public void setComposedDesignator(java.util.ArrayList cpsdDesignator)
addDesignator
public boolean addDesignator(java.lang.Object designator)
copy
public ComposedDesignator copy()