Uses of Interface
com.evelopers.unimod.runtime.ModelStructure

Packages that use ModelStructure
com.evelopers.unimod.runtime   
com.evelopers.unimod.runtime.interpretation   
 

Uses of ModelStructure in com.evelopers.unimod.runtime
 

Methods in com.evelopers.unimod.runtime that return ModelStructure
 ModelStructure EventProcessor.getModelStructure()
           
abstract  ModelStructure AbstractEventProcessor.getModelStructure()
          Returns the structure of the model.
 

Uses of ModelStructure in com.evelopers.unimod.runtime.interpretation
 

Classes in com.evelopers.unimod.runtime.interpretation that implement ModelStructure
(package private)  class InterpretationModelStructure
          Interpretation model structure implementation.
 

Methods in com.evelopers.unimod.runtime.interpretation that return ModelStructure
 ModelStructure InterpretationEventProcessor.getModelStructure()