Uses of Class
venice.MElement

Uses of MElement in venice
 

Subclasses of MElement in venice
 class MComponent
          This class is a representation for components in the model.
 class MInterface
          This class is a representation for model elements in the model.
 class MPackage
          This class is a representation for packages in the model.
 

Methods in venice that return MElement
 MElement ModelStorage.getParent(java.lang.String inId)
          Returns the parent MElement of a certain MElement
 MElement ModelStorage.getElement(java.lang.String inId)
          Returns the MElement with inId as id.
 

Methods in venice with parameters of type MElement
 void ModelStorage.addElementToIndex(MElement inElement)