de.tuberlin.cs.cis.ocl.model.uml
Class UmlFacade

java.lang.Object
  |
  +--de.tuberlin.cs.cis.ocl.model.mofbridge.MofFacade
        |
        +--de.tuberlin.cs.cis.ocl.model.uml.UmlFacade
All Implemented Interfaces:
ModelFacade, TypeFacade

public class UmlFacade
extends MofFacade

A model facade representing the UML metamodels 1.3 and 1.4.

Author:
fchabar

Constructor Summary
UmlFacade(MofRepository umlRep)
          Constructs a UmlFacade.
 
Methods inherited from class de.tuberlin.cs.cis.ocl.model.mofbridge.MofFacade
getAllClassifiers, getAllStates, getClassifier, getOclMapper, getQNSeperator, getReflectionFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UmlFacade

public UmlFacade(MofRepository umlRep)
Constructs a UmlFacade.

Parameters:
umlRep - a uml MOF Repository.