ConForM.CoopnTools.JavaProto.Interpretor
Class Engine

java.lang.Object
  |
  +--ConForM.CoopnTools.JavaProto.Interpretor.Engine

public class Engine
extends java.lang.Object

Interprets coopn sychronizations for a given coopn specification.


Constructor Summary
Engine(CoopnSpec spec, InterpretorEnv env, CoopnMgr cmgr)
          Creates interpreter engine for a given specification
 
Method Summary
 InterpretorResult interpretSync(CoopnSync sync)
          Interprets a sync.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Engine

public Engine(CoopnSpec spec,
              InterpretorEnv env,
              CoopnMgr cmgr)
Creates interpreter engine for a given specification
Method Detail

interpretSync

public InterpretorResult interpretSync(CoopnSync sync)
Interprets a sync.