Uses of Class
org.jbpm.pvm.internal.model.ActivityCoordinatesImpl

Packages that use ActivityCoordinatesImpl
org.jbpm.pvm.internal.model default implementation of process execution in ExecutionImpl based on org.jbpm.pvm.internal.model.AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations. 
 

Uses of ActivityCoordinatesImpl in org.jbpm.pvm.internal.model
 

Fields in org.jbpm.pvm.internal.model declared as ActivityCoordinatesImpl
protected  ActivityCoordinatesImpl ActivityImpl.coordinates
           
 

Methods in org.jbpm.pvm.internal.model that return ActivityCoordinatesImpl
 ActivityCoordinatesImpl ActivityImpl.getCoordinates()
           
 

Methods in org.jbpm.pvm.internal.model with parameters of type ActivityCoordinatesImpl
 void ActivityImpl.setCoordinates(ActivityCoordinatesImpl coordinates)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.