|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sintef.mofscript.runtime.ExecutionEnvironment
org.sintef.mofscript.runtime.traceability.TraceabilityEnvironment
public class TraceabilityEnvironment
The Traceability Environment is used to provide extra functionality to the environment when traceability is turned on.
Field Summary | |
---|---|
protected java.util.Hashtable |
_offsets
|
protected static traceabilitymodelFactory |
_traceFactory
|
protected static TraceModel |
_traceModel
|
protected static traceabilitymodelPackage |
_tracePackage
|
Fields inherited from class org.sintef.mofscript.runtime.ExecutionEnvironment |
---|
_parentEnv, _streamContexts, _streams |
Constructor Summary | |
---|---|
TraceabilityEnvironment()
Default constructor |
Method Summary | |
---|---|
void |
createTrace(int offset,
org.eclipse.emf.ecore.EObject object,
java.lang.String feature)
creates a trace |
protected void |
loadTraceabilityModel()
Load the traceablity model from file? |
void |
print(java.lang.String s,
boolean println)
Overrides the print function |
protected void |
storeTraceablityModel()
Stores the traceability model |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Hashtable _offsets
protected static traceabilitymodelPackage _tracePackage
protected static traceabilitymodelFactory _traceFactory
protected static TraceModel _traceModel
Constructor Detail |
---|
public TraceabilityEnvironment()
Method Detail |
---|
public void print(java.lang.String s, boolean println)
print
in class ExecutionEnvironment
public void createTrace(int offset, org.eclipse.emf.ecore.EObject object, java.lang.String feature)
offset
- object
- feature
- protected void loadTraceabilityModel()
protected void storeTraceablityModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |