Uses of Interface
ix.icore.domain.Named

Packages that use Named
ix.icore.domain Domain descriptions. 
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 ARO
          A class that defines IX Activity Relatable Objects (AROs)
 class Domain
          A Domain contains descriptions of process products and activities.
 class Refinement
          A Refinement describes one way to carry out a possible activity in a process being modelled.
 

Uses of Named in ix.iview
 

Methods in ix.iview that return Named
 Named GrammarEditorPanel.getNamedConstruct(java.lang.String name)
           
 Named ActionEditorPanel.getNamedConstruct(java.lang.String name)
           
 Named GlobalFramePanel.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 SimpleEditorPanel.getNamedConstruct(java.lang.String name)
          Get a named construct of the panel's type from the domain
 Named ConstructFraming.getNamedConstruct(java.lang.String name)
          Gets a named construct of the panel's type from the domain
 

Uses of Named in ix.iview.domain
 

Subinterfaces of Named in ix.iview.domain
 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 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)
           
 

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.