Uses of Class
org.ow2.orchestra.pvm.internal.model.ObservableElementImpl

Packages that use ObservableElementImpl
org.ow2.orchestra.pvm.internal.model   
org.ow2.orchestra.pvm.model   
 

Uses of ObservableElementImpl in org.ow2.orchestra.pvm.internal.model
 

Subclasses of ObservableElementImpl in org.ow2.orchestra.pvm.internal.model
 class CompositeElementImpl
           
 class NodeImpl
           
 class ProcessDefinitionImpl
           
static class ProcessModificationsImpl.AddedNode
           
static class ProcessModificationsImpl.AddedTransition
           
 class TransitionImpl
           
 

Fields in org.ow2.orchestra.pvm.internal.model declared as ObservableElementImpl
protected  ObservableElementImpl ExecutionImpl.eventSource
           
 

Methods in org.ow2.orchestra.pvm.internal.model that return ObservableElementImpl
 ObservableElementImpl ObservableElementImpl.getParent()
           
 ObservableElementImpl TransitionImpl.getParent()
          the first common parent between the source and the destination node.
 ObservableElementImpl NodeImpl.getParent()
           
 

Methods in org.ow2.orchestra.pvm.internal.model that return types with arguments of type ObservableElementImpl
 List<ObservableElementImpl> NodeImpl.getParentChain()
          collects the full stack of parent in a list.
 

Methods in org.ow2.orchestra.pvm.internal.model with parameters of type ObservableElementImpl
 void ExecutionImpl.handleException(ObservableElementImpl observableElement, EventImpl exceptionEvent, EventListenerReference eventListenerReference, Exception thrownException, String rethrowMessage)
           
protected  void ExecutionImpl.propagateEvent(String eventName, ObservableElement firedEventSource, ObservableElementImpl observableElement)
          this method enables specific process languages to overwrite the event propagation behaviour
 void ExecutionImpl.setEventSource(ObservableElementImpl eventSource)
           
 

Uses of ObservableElementImpl in org.ow2.orchestra.pvm.model
 

Fields in org.ow2.orchestra.pvm.model declared as ObservableElementImpl
protected  ObservableElementImpl ProcessFactory.observableElement
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.