Uses of Interface
edu.UCL.satin.arch.facets.ContainerFacet

Packages that use ContainerFacet
edu.UCL.satin.arch.components.container   
edu.UCL.satin.impl.container   
 

Uses of ContainerFacet in edu.UCL.satin.arch.components.container
 

Classes in edu.UCL.satin.arch.components.container that implement ContainerFacet
 class Container
          Represents the SATIN container, which hosts all components in the system.
 

Uses of ContainerFacet in edu.UCL.satin.impl.container
 

Classes in edu.UCL.satin.impl.container that implement ContainerFacet
 class Core
          The CORE is a container that uses a hashtable to store all components.