org.eclipse.m2m.qvt.oml.debug.core.vm
Interface VMFrameExecutionContext

All Known Implementing Classes:
UnitLocationExecutionContext

public interface VMFrameExecutionContext


Method Summary
 java.util.List<EStructuralFeature> getAllFeatures(EClass eClass)
           
 org.eclipse.m2m.internal.qvt.oml.ast.env.QvtOperationalEvaluationEnv getEvalEnv()
           
 EClassifier getOCLType(EStructuralFeature feature)
           
  getStandardLibrary()
           
 java.lang.Object getValue(EStructuralFeature feature, EObject target)
          TODO - Note: with derived properties may execute QVTO engine, throw QVTRuntimeException!!!
 

Method Detail

getOCLType

EClassifier getOCLType(EStructuralFeature feature)

getAllFeatures

java.util.List<EStructuralFeature> getAllFeatures(EClass eClass)

getValue

java.lang.Object getValue(EStructuralFeature feature,
                          EObject target)
TODO - Note: with derived properties may execute QVTO engine, throw QVTRuntimeException!!! Should be evaluated at separate thread and QVTO Evaluator, to be interruptible


getEvalEnv

org.eclipse.m2m.internal.qvt.oml.ast.env.QvtOperationalEvaluationEnv getEvalEnv()

getStandardLibrary

 getStandardLibrary()

Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.