org.argouml.ocl
Class ArgoFacade
java.lang.Object
org.argouml.ocl.ArgoFacade
- All Implemented Interfaces:
- tudresden.ocl.check.types.ModelFacade
- public class ArgoFacade
- extends 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 |
private Object |
target
The target that this instance is connected to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
private Object target
- The target that this instance is connected to.
ArgoFacade
public ArgoFacade(Object t)
- Construtor.
- Parameters:
t
- The target to create this facade for.
getClassifier
public tudresden.ocl.check.types.Any getClassifier(String name)
- Specified by:
getClassifier
in interface tudresden.ocl.check.types.ModelFacade
- See Also:
ModelFacade.getClassifier(java.lang.String)