Uses of Class
ix.icore.AbstractAnnotatedObject

Packages that use AbstractAnnotatedObject
ix.ichat   
ix.icore I-X core classes. 
ix.icore.domain Domain descriptions. 
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.icore.process Classes for representing processes. 
ix.ip2 I-X Process Panels 
ix.iplan The I-X planner. 
ix.iserve.ipc The main classes that make up the "iserve" communication strategy. 
ix.iview.domain Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. 
ix.util General-purpose utilities. 
ix.util.context Context-layering mechanism. 
 

Uses of AbstractAnnotatedObject in ix.ichat
 

Subclasses of AbstractAnnotatedObject in ix.ichat
 class ChatMessage
          An object to send when conducting chat dialogues.
 

Uses of AbstractAnnotatedObject in ix.icore
 

Subclasses of AbstractAnnotatedObject in ix.icore
 class AbstractIXObject
          Provides an implementation of the IXObject interface.
 class Activity
          An Activity.
 class GenericConstraint
          Generic constraint that is part of the grammar.
 class Issue
          An Issue.
 class Report
          A report sent from another agent.
 class TaskItem
          Something an agent might be asked to do or to handle.
 

Uses of AbstractAnnotatedObject in ix.icore.domain
 

Subclasses of AbstractAnnotatedObject in ix.icore.domain
 class Constrainer
          A common superclass for Constraint and Ordering.
 class Constraint
          A general-purpose container for constraint information.
 class Domain
          A Domain contains descriptions of ways to refine activities by expanding them into subactivities and adding constraints.
 class ObjectClass
           
 class Ordering
          A probably temporary representation of temporal "before" constraints.
 class Refinement
          A Refinement describes one way to carry out a possible activity in a process being modelled.
 class VariableDeclaration
           
 

Uses of AbstractAnnotatedObject in ix.icore.plan
 

Subclasses of AbstractAnnotatedObject in ix.icore.plan
 class AbstractPlanItem
          Common superclass for PlanIssue and PlanNode.
 class AbstractRefinement
           
 class DomainAsPlan
          A plan constructed from a domain that's meant to represent a plan.
 class Plan
          Represents a plan in a form that can be converted to XML, etc.
 class PlanAsDomain
          A plan represented as a domain.
 class PlanIssue
          Wraps an Issue when it appears in a plan.
 class PlanIssueRefinement
          Describes one level of the expansion of a PlanIssue.
 class PlanNode
          Wraps an Activity when it appears in a plan.
 class PlanObject
          Base class for most classes in this package.
 class PlanRefinement
          Describes one level of the expansion of a PlanNode.
 class PlanVariable
          A variable that can appear in patterns in a plan.
 class PlanVariableDeclaration
          Introduces a PlanVariable.
 

Uses of AbstractAnnotatedObject in ix.icore.process
 

Subclasses of AbstractAnnotatedObject in ix.icore.process
 class AbstractPMM
           
 

Uses of AbstractAnnotatedObject in ix.ip2
 

Subclasses of AbstractAnnotatedObject in ix.ip2
 class Ip2ModelManager
           
protected  class SyncStateClient.ChangeMessage
           
protected  class SyncStateClient.DeleteMessage
           
 class WaitForReportsActivity
          An activity that waits for reports re something sent to another agent.
 

Uses of AbstractAnnotatedObject in ix.iplan
 

Subclasses of AbstractAnnotatedObject in ix.iplan
 class IPlanModelManager
           
static class IPlanOptionManager.PseudoMessage
           
(package private)  class IPlanOptionManager.ReportMessage
           
(package private) static class IPlanOptionManager.SyncMessage
           
 

Uses of AbstractAnnotatedObject in ix.iserve.ipc
 

Subclasses of AbstractAnnotatedObject in ix.iserve.ipc
 class MessageWrapper
          Wrapper for messages sent via an IServeCommStrategy.
 

Uses of AbstractAnnotatedObject in ix.iview.domain
 

Subclasses of AbstractAnnotatedObject in ix.iview.domain
 class UIDomain
          Mirrors the Domain for safe editing and adds UI things and change management.
 class UIGrammar
          A class that holds grammar information - dummy for now.
 class UIObjectClass
          A class that helps to edit type specifications for activity relatable objects.
 

Uses of AbstractAnnotatedObject in ix.util
 

Subclasses of AbstractAnnotatedObject in ix.util
static class IPC.BasicInputMessage
          A minimal implementation of InputMessage.
 

Uses of AbstractAnnotatedObject in ix.util.context
 

Subclasses of AbstractAnnotatedObject in ix.util.context
 class ContextAnnotatedObject
          Provides context-dependent annotations.