ix.icore.plan
Class PlanObject

java.lang.Object
  extended by ix.icore.AbstractAnnotatedObject
      extended by ix.icore.AbstractIXObject
          extended by ix.icore.plan.PlanObject
All Implemented Interfaces:
Annotated, IXObject, java.io.Serializable
Direct Known Subclasses:
AbstractPlanItem, AbstractRefinement, Plan, PlanVariable, PlanVariableDeclaration

public abstract class PlanObject
extends AbstractIXObject
implements java.io.Serializable

Base class for most classes in this package.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ix.icore.AbstractAnnotatedObject
annotationListeners, annotations
 
Constructor Summary
PlanObject()
           
 
Method Summary
 
Methods inherited from class ix.icore.AbstractAnnotatedObject
addAnnotationListener, annMap, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, getComments, makeAnnMap, removeAnnotation, setAnnotation, setAnnotations, setComments, takeAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ix.icore.Annotated
addAnnotationListener, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, removeAnnotation, setAnnotation, setAnnotations, takeAnnotations
 

Constructor Detail

PlanObject

public PlanObject()