Uses of Interface
org.objectweb.kilim.model.ContainerElement

Packages that use ContainerElement
org.objectweb.kilim.model   
 

Uses of ContainerElement in org.objectweb.kilim.model
 

Subinterfaces of ContainerElement in org.objectweb.kilim.model
 interface Component
           
 interface ComponentSlot
           
 

Classes in org.objectweb.kilim.model that implement ContainerElement
 class RtComponent
           
 class RtComponentSlot
           
 

Fields in org.objectweb.kilim.model declared as ContainerElement
private  ContainerElement RtComponentElement.container
           
 

Methods in org.objectweb.kilim.model that return ContainerElement
 ContainerElement RtComponentElement.getContainingElement()
           
 ContainerElement ComponentElement.getContainingElement()
          returns a reference to the component or the slot containing the element.
 

Constructors in org.objectweb.kilim.model with parameters of type ContainerElement
RtComponentProvider(TemplateElementImpl aElement, ContainerElement aComponent, RuntimeSource aSupport)
          The public constructor for RtComponentProvider.
RtSingleValuePort(Port aPort, ContainerElement aContainer)
          The public constructor for run time descriptors of single value ports.
RtComponentElement(TemplateElementImpl aElement, ContainerElement aContainer)
          The protected constructor for a RtComponentElement.
RtComponentSource(TemplateElementImpl aElement, ContainerElement aComponent)
           
RtComponentInterface(TemplateElementImpl aElement, ContainerElement aComponent)
          The public constructor of RtComponentInterface.
RtCollectionPort(Port aPort, ContainerElement aContainer)
          The public constructor of rtCollectionPort.