Uses of Interface
ix.icore.domain.Named

Packages that use Named
ix.icore.domain Domain descriptions. 
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.iface.ui I-X user interfaces. 
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.plan
 

Classes in ix.icore.plan that implement Named
 class PlanAsDomain
          A plan represented as a domain.
 

Uses of Named in ix.iface.ui
 

Methods in ix.iface.ui that return Named
abstract  Named AbstractSetEditor.getNamedObject(java.lang.String name)
          Finds a construct whose getName(Object) matches the given string.
abstract  Named AbstractSetEditor.getStringOriginal(java.lang.String name)
           
 

Methods in ix.iface.ui with parameters of type Named
 boolean AbstractSetEditor.handleNameClash(Named changeO, java.lang.String newName, java.lang.Object old)
          The two given named objects clash if changeO changes its name to newName.
 

Uses of Named in ix.iview
 

Methods in ix.iview that return Named
 Named AbstractUISetEditor.getAnyNamedObject(java.lang.String name)
          Finds an object whose name matches the given string.
 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 GlobalFramePanel.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 ActionEditorPanel.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 AbstractUISetEditor.getNamedObject(java.lang.String name)
          Finds an object whose name matches the given string.
 Named UIRefinementSetEditor.getStringOriginal(java.lang.String name)
           
 Named UIObjectClassSetEditor.getStringOriginal(java.lang.String name)
           
abstract  Named AbstractUISetEditor.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.