|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Named | |
---|---|
ix.icore.domain | Domain descriptions. |
ix.icore.info | |
ix.iview | Viewers. |
ix.iview.domain | Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. |
ix.iview.igraph |
Uses of Named in ix.icore.domain |
---|
Subinterfaces of Named in ix.icore.domain | |
---|---|
interface |
ConstraintStatement
An interface for IX constraint statements. |
Classes in ix.icore.domain that implement Named | |
---|---|
class |
Domain
A Domain contains descriptions of ways to refine activities by expanding them into subactivities and adding constraints. |
class |
ObjectClass
|
class |
Refinement
A Refinement describes one way to carry out a possible activity in a process being modelled. |
Uses of Named in ix.icore.info |
---|
Subinterfaces of Named in ix.icore.info | |
---|---|
interface |
IObject
An interface to include all base objects that have to do with information models, i.e. concepts and relations but not values. |
Classes in ix.icore.info that implement Named | |
---|---|
class |
AbstractIObject
An information thing - a concept, relationship between concepts... |
class |
IConcept
A piece of information (issue, component, etc.) with attribute values and relationships |
class |
IConceptType
A type of concept. |
class |
IRelation
A relationship between two or more pieces of information (concepts) with attribute values and constraints. |
class |
IRelationType
A type of relationship. |
class |
ISource
The value of an attribute of a piece of information or a relationship |
class |
IType
A type of concept or relationship. |
Uses of Named in ix.iview |
---|
Methods in ix.iview that return Named | |
---|---|
Named |
SimpleEditorPanel.getNamedConstruct(java.lang.String name)
Get a named construct of the panel's type from the domain |
Named |
GrammarEditorPanel.getNamedConstruct(java.lang.String name)
|
Named |
AROEditorPanel.getNamedConstruct(java.lang.String name)
Get a named construct of the panel's type from the domain |
Named |
ActionEditorPanel.getNamedConstruct(java.lang.String name)
|
Named |
ConstructFraming.getNamedConstruct(java.lang.String name)
Gets a named construct of the panel's type from the domain |
Named |
GlobalFramePanel.getNamedConstruct(java.lang.String name)
|
Named |
UIObjectClassSetEditor.getNamedObject(java.lang.String name)
Finds a objectClass whose name matches the given string. |
abstract Named |
AbstractUISetEditor.getNamedObject(java.lang.String name)
Finds a construct whose name matches the given string. |
Named |
UIRefinementSetEditor.getNamedObject(java.lang.String name)
Finds a refinement whose name matches the given string. |
Named |
UIObjectClassSetEditor.getStringOriginal(java.lang.String name)
|
abstract Named |
AbstractUISetEditor.getStringOriginal(java.lang.String name)
|
Named |
UIRefinementSetEditor.getStringOriginal(java.lang.String name)
|
Methods in ix.iview with parameters of type Named | |
---|---|
IXObject |
AbstractUISetEditor.getBaseObject(Named object)
|
boolean |
AbstractUISetEditor.hasOriginal(Named object)
Checks whether the given object has an original base object |
void |
UIObjectClassSetEditor.removeConstruct(Named object)
|
Uses of Named in ix.iview.domain |
---|
Subinterfaces of Named in ix.iview.domain | |
---|---|
interface |
UIEditableObject
An interface for objects to be edited, especially via IForm editors |
interface |
UIObject
A construct that mirrors a domain object and adds UI things. |
Classes in ix.iview.domain that implement Named | |
---|---|
class |
UIDomain
Mirrors the Domain for safe editing and adds UI things and change management. |
class |
UINodeSpec
|
class |
UIObjectClass
A class that helps to edit type specifications for activity relatable objects. |
class |
UIRefinement
Mirrors the domain's Refinement and adds UI, Graph, and TreeNode things |
Methods in ix.iview.domain that return Named | |
---|---|
Named |
UIDomain.getNamedGraph(java.lang.String name)
|
Methods in ix.iview.domain with parameters of type Named | |
---|---|
void |
UIDomain.addGraph(Named g)
|
void |
UIDomain.removeConstruct(Named object)
|
Uses of Named in ix.iview.igraph |
---|
Classes in ix.iview.igraph that implement Named | |
---|---|
(package private) static class |
ExpansionModel.NodeComponent
|
class |
IGraph
A graph with layout and view information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |