|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.argouml.uml.reveng.java.Context
org.argouml.uml.reveng.java.PackageContext
This context is a package.
| Field Summary | |
private String |
javaName
The java style name of the package. |
private Object |
mPackage
The package this context represents. |
| Constructor Summary | |
PackageContext(Context base,
Object thePackage)
Create a new context from a package. |
|
| Method Summary | |
Object |
get(String name)
Get a classifier from the model. |
protected Context |
getContext()
|
Object |
getInterface(String name)
|
protected String |
getJavaName(Object mPackage)
Get the complete java name for a package. |
protected void |
setContext(Context c)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Object mPackage
private String javaName
| Constructor Detail |
public PackageContext(Context base,
Object thePackage)
base - Based on this context.thePackage - Represents this package.| Method Detail |
public Object getInterface(String name)
throws ClassifierNotFoundException
getInterface in class ContextClassifierNotFoundException
public Object get(String name)
throws ClassifierNotFoundException
get in class Contextname - The name of the classifier to find.
ClassifierNotFoundExceptionprotected String getJavaName(Object mPackage)
mPackage - The package.
protected void setContext(Context c)
c - The context to set.protected Context getContext()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |