org.argouml.ocl
Class ArgoFacade

java.lang.Object
  |
  +--org.argouml.ocl.ArgoFacade

public class ArgoFacade
extends java.lang.Object

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
 Any getClassifier(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public java.lang.Object target
Constructor Detail

ArgoFacade

public ArgoFacade(java.lang.Object target)
Method Detail

getClassifier

public Any getClassifier(java.lang.String name)


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook