|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Annotated | |
---|---|
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 Annotated in ix.ichat |
---|
Classes in ix.ichat that implement Annotated | |
---|---|
class |
ChatMessage
An object to send when conducting chat dialogues. |
Uses of Annotated in ix.icore |
---|
Subinterfaces of Annotated in ix.icore | |
---|---|
interface |
IXObject
Properties required of the main data objects in I-X systems. |
Classes in ix.icore that implement Annotated | |
---|---|
class |
AbstractAnnotatedObject
Provides an implementation of the Annotated interface
plus support for AnnotationListener s. |
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 Annotated in ix.icore.domain |
---|
Classes in ix.icore.domain that implement Annotated | |
---|---|
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 Annotated in ix.icore.plan |
---|
Classes in ix.icore.plan that implement Annotated | |
---|---|
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 Annotated in ix.icore.process |
---|
Subinterfaces of Annotated in ix.icore.process | |
---|---|
interface |
ProcessModelManager
|
Classes in ix.icore.process that implement Annotated | |
---|---|
class |
AbstractPMM
|
Uses of Annotated in ix.ip2 |
---|
Classes in ix.ip2 that implement Annotated | |
---|---|
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 Annotated in ix.iplan |
---|
Classes in ix.iplan that implement Annotated | |
---|---|
class |
IPlanModelManager
|
static class |
IPlanOptionManager.PseudoMessage
|
(package private) class |
IPlanOptionManager.ReportMessage
|
(package private) static class |
IPlanOptionManager.SyncMessage
|
Uses of Annotated in ix.iserve.ipc |
---|
Classes in ix.iserve.ipc that implement Annotated | |
---|---|
class |
MessageWrapper
Wrapper for messages sent via an IServeCommStrategy . |
Uses of Annotated in ix.iview.domain |
---|
Classes in ix.iview.domain that implement Annotated | |
---|---|
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 Annotated in ix.util |
---|
Subinterfaces of Annotated in ix.util | |
---|---|
static interface |
IPC.InputMessage
An object that represents an incoming message. |
Classes in ix.util that implement Annotated | |
---|---|
static class |
IPC.BasicInputMessage
A minimal implementation of InputMessage. |
Uses of Annotated in ix.util.context |
---|
Classes in ix.util.context that implement Annotated | |
---|---|
class |
ContextAnnotatedObject
Provides context-dependent annotations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |