org.argouml.ocl
Class ArgoFacade
java.lang.Object
org.argouml.ocl.ArgoFacade
- All Implemented Interfaces:
- tudresden.ocl.check.types.ModelFacade
- public class ArgoFacade
- extends java.lang.Object
- implements tudresden.ocl.check.types.ModelFacade
Provides a facade of the argoUml uml model for the OCL compiler.
Note:
In this file we have two different Collections active:
java.util.Collection and tudresden.ocl.check.types.Collection. Be
sure to explicitly specify what you mean every time.
import java.util.Collection;
import tudresden.ocl.check.types.Collection;
Field Summary |
java.lang.Object |
target
|
Constructor Summary |
ArgoFacade(java.lang.Object target)
|
Method Summary |
tudresden.ocl.check.types.Any |
getClassifier(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
public java.lang.Object target
ArgoFacade
public ArgoFacade(java.lang.Object target)
getClassifier
public tudresden.ocl.check.types.Any getClassifier(java.lang.String name)
- Specified by:
getClassifier
in interface tudresden.ocl.check.types.ModelFacade