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

Packages that use RuntimeElement
org.objectweb.kilim.model   
 

Uses of RuntimeElement in org.objectweb.kilim.model
 

Subinterfaces of RuntimeElement in org.objectweb.kilim.model
 interface RuntimeAction
           
 interface RuntimeSource
           
 

Classes in org.objectweb.kilim.model that implement RuntimeElement
private static class ComponentFactory.RTArray
           
private static class ComponentFactory.RTClassSource
           
private static class ComponentFactory.RTConstructor
           
private static class ComponentFactory.RTEventSource
           
private static class ComponentFactory.RTGetter
           
private static class ComponentFactory.RTMethod
           
private static class ComponentFactory.RTNullElement
           
private static class ComponentFactory.RTReference
           
private static class ComponentFactory.RTSetter
           
 class RtCollectionPort
           
 class RtComponent
           
 class RtComponentElement
           
 class RtComponentInterface
           
 class RtComponentProperty
           
 class RtComponentProvider
           
 class RtComponentSlot
           
 class RtComponentSource
           
 class RtExternalValue
          RtExternalValues are specific sources referencing external system entities i.e.
 class RtSingleValuePort
           
(package private)  class RuntimeSourceImpl1
          This is a base for all classes that implement runtime sources that do not support event sources and inputs (i.e.
 

Fields in org.objectweb.kilim.model declared as RuntimeElement
private  RuntimeElement ComponentFactory.RTReference.target
           
 

Methods in org.objectweb.kilim.model that return RuntimeElement
 RuntimeElement ComponentFactory.RTReference.getTarget()
           
 RuntimeElement RuntimeAction.getTarget()
          returns the target object.
 RuntimeElement RtComponentElement.getTarget()
           
 RuntimeElement RuntimeSource.getTarget()
          returns the target element.
 

Methods in org.objectweb.kilim.model with parameters of type RuntimeElement
(package private)  void ComponentFactory.RTReference.setTarget(RuntimeElement aTarget)