Uses of Class
ix.icore.Annotations

Packages that use Annotations
ix.icore I-X core classes. 
ix.icore.plan.build Utilities for constructing plans. 
ix.iface.domain Domain parsers and outputters. 
ix.iview.domain Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. 
 

Uses of Annotations in ix.icore
 

Fields in ix.icore declared as Annotations
protected  Annotations AbstractAnnotatedObject.annotations
           
 

Methods in ix.icore that return Annotations
 Annotations AbstractAnnotatedObject.getAnnotations()
           
 Annotations Annotated.getAnnotations()
           
 

Methods in ix.icore with parameters of type Annotations
 void AbstractAnnotatedObject.setAnnotations(Annotations annotations)
           
 void Annotated.setAnnotations(Annotations annotations)
           
 

Uses of Annotations in ix.icore.plan.build
 

Fields in ix.icore.plan.build declared as Annotations
protected  Annotations ExamplePlanBuilder.annotations
           
 

Uses of Annotations in ix.iface.domain
 

Methods in ix.iface.domain with parameters of type Annotations
(package private)  void TF_Writer.outAnnotations(Annotations annotations)
           
(package private)  void LTF_Writer.outAnnotations(Annotations annotations)
           
 

Uses of Annotations in ix.iview.domain
 

Fields in ix.iview.domain declared as Annotations
 Annotations UIObjectClass.annotations
           
 Annotations UIDomain.annotations
           
 

Methods in ix.iview.domain that return Annotations
 Annotations UIObjectClass.getAnnotations()
           
 Annotations UIDomain.getAnnotations()
           
 

Methods in ix.iview.domain with parameters of type Annotations
 void UIObjectClass.setAnnotations(Annotations annotations)
           
 void UIDomain.setAnnotations(Annotations annotations)