Uses of Class
org.eclipse.emf.mwe.core.debug.model.NameValuePair

Packages that use NameValuePair
org.eclipse.emf.mwe.core.debug.processing   
org.eclipse.emf.mwe.internal.core.debug.mwe   
 

Uses of NameValuePair in org.eclipse.emf.mwe.core.debug.processing
 

Methods in org.eclipse.emf.mwe.core.debug.processing that return types with arguments of type NameValuePair
 java.util.List<NameValuePair> ElementAdapter.getVariables(java.lang.Object element)
          collect all available variables for a given element.
 

Uses of NameValuePair in org.eclipse.emf.mwe.internal.core.debug.mwe
 

Methods in org.eclipse.emf.mwe.internal.core.debug.mwe that return types with arguments of type NameValuePair
 java.util.List<NameValuePair> WorkflowElementAdapter.getVariables(java.lang.Object element)