|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.CoKer.CoopnMgr.CoopnMgr
Coopn source Manager. This class essentially defines the services provided by the Coopn source manager.
Field Summary | |
static java.lang.String |
VERSION
Coopn source Manager version; |
Constructor Summary | |
CoopnMgr(PackageMgr packageMgr,
CoopnEnv env)
Constructor. |
Method Summary | |
void |
createModule(int kind,
int status,
java.lang.String moduleName,
CoopnModuleNameList formalParams,
CoopnModuleName as,
java.lang.String comment)
Creates a coopn module. |
java.lang.String |
displayAtom(CoopnAtom elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
Atom to String conversion. |
java.lang.String |
displayComment(java.lang.String elem)
Comment to String conversion. |
java.lang.String |
displayCondition(CoopnCondition elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
Condition to String conversion. |
java.lang.String |
displayEvent(CoopnEvent elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
ClassEvent to String conversion. |
java.lang.String |
displayMark(CoopnMark elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
Mark to String conversion. |
java.lang.String |
displayMarkAgg(CoopnMarkAgg elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
MarkAgg to String conversion. |
java.lang.String |
displayMigrationType(CoopnMigrationType elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
MigrationType to String conversion. |
java.lang.String |
displayMigrationTypeAgg(CoopnMigrationTypeAgg elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
MigrationTypeAgg to String conversion. |
java.lang.String |
displayModuleName(CoopnModuleName elem)
ModuleName to String conversion. |
java.lang.String |
displayName(CoopnName elem)
Name to String conversion. |
java.lang.String |
displaySync(CoopnSync elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
Sync to String conversion. |
java.lang.String |
displayTerm(CoopnTerm elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
Term to String conversion. |
java.lang.String |
displayTermAgg(CoopnTermAgg elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
TermAgg to String conversion. |
java.lang.String |
displayType(CoopnType elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
Type to String conversion. |
java.lang.String |
displayTypeAgg(CoopnTypeAgg elem,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
TypeAgg to String conversion. |
void |
dispose()
Leave a coopn manager. |
CoopnModule |
editModule(java.lang.String moduleName)
Load a coopn module for edition. |
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextModule[] |
editModules(java.lang.String moduleName)
Load textual coopn modules for edition. |
CoopnAtom |
evalAtom(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to Atom conversion. |
java.lang.String |
evalComment(java.lang.String string)
String to comment conversion. |
CoopnCondition |
evalCondition(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to Condition conversion. |
CoopnEvent |
evalEvent(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to Event conversion. |
CoopnMark |
evalMark(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to Mark conversion. |
CoopnMarkAgg |
evalMarkAgg(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to MarkAgg conversion. |
CoopnMigrationType |
evalMigrationType(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to MigrationType conversion. |
CoopnMigrationTypeAgg |
evalMigrationTypeAgg(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to MigrationTypeAgg conversion. |
CoopnModuleName |
evalModuleName(java.lang.String string)
String to ModuleName conversion. |
CoopnName |
evalName(java.lang.String string)
String to Name conversion. |
CoopnSync |
evalSync(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to Sync conversion. |
CoopnTerm |
evalTerm(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to Term conversion. |
CoopnTermAgg |
evalTermAgg(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to TermAgg conversion. |
CoopnType |
evalType(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to Type conversion. |
CoopnTypeAgg |
evalTypeAgg(java.lang.String string,
ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame)
String to TypeAgg conversion. |
CoopnModule |
getAndObserveModule(java.lang.String name,
CoopnModuleObserver observer)
Get a moduland register a module observer. |
java.lang.String[] |
getDependencies(java.lang.String name)
Get the dependencies of a module. |
CoopnModule |
getModule(java.lang.String name)
Get a module. |
CoopnUser |
lockAutoReloadCoopnModule(java.lang.String moduleName,
CoopnUser user)
Lock a coopn file containg a particular module, and set the auto-reload mode. |
CoopnUser |
lockCoopnModule(java.lang.String moduleName,
CoopnUser user)
Lock a coopn file containg a particular module. |
PackageMgr |
packageMgr()
Get the associated package manager. |
void |
reloadModule(java.lang.String moduleName)
Reload a coopn module from the disk. |
void |
storeFile(java.io.File file,
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextModule module)
Stores a file containing a particular coopn module in textual form. |
void |
storeFile(java.io.File file,
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextModule[] modules)
Stores a file to the disk, containing some coopn modules in textual form. |
void |
storeModule(CoopnModule module)
Stores a coopn module to the disk |
void |
storeModule(ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextModule module)
Stores a coopn module in textual form to the disk. |
void |
storeModules(CoopnModule[] modules)
Stores some coopn modules to the disk |
void |
storeModules(ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextModule[] modules)
Stores some coopn modules in textual form to the disk. |
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextMgr |
textualMgr()
Get the associated textual manager. |
void |
unlockCoopnModule(java.lang.String moduleName)
Unlock a coopn file containg a particular module. |
void |
unregisterObserver(java.lang.String name,
CoopnModuleObserver observer)
unregister a package module observer. |
void |
use()
Uses a coopn manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String VERSION
Constructor Detail |
public CoopnMgr(PackageMgr packageMgr, CoopnEnv env) throws java.lang.IllegalArgumentException
packageMgr
- the package managerenv
- the environment of the coopn managerjava.lang.IllegalArgumentException
- the environment is absent or inconsistent.Method Detail |
public void use()
public void dispose()
public PackageMgr packageMgr()
public ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextMgr textualMgr()
public CoopnUser lockCoopnModule(java.lang.String moduleName, CoopnUser user)
moduleName
- the coopn module to lockuser
- the user who want to acquire the lockpublic CoopnUser lockAutoReloadCoopnModule(java.lang.String moduleName, CoopnUser user)
moduleName
- the coopn module to lockuser
- the user who want to acquire the lockpublic void unlockCoopnModule(java.lang.String moduleName)
moduleName
- the coopn module to lockpublic CoopnModule getModule(java.lang.String name) throws java.lang.IllegalArgumentException
name
- the module namejava.lang.IllegalArgumentException
- the module cannot be delivered (because it is
not found, erroneous, and so on).public CoopnModule getAndObserveModule(java.lang.String name, CoopnModuleObserver observer) throws java.lang.IllegalArgumentException
name
- the module nameobserver
- the module observerjava.lang.IllegalArgumentException
- the module cannot be delivered (because it is
not found, erroneous, and so on).public void unregisterObserver(java.lang.String name, CoopnModuleObserver observer)
name
- the module nameobserver
- the module observerjava.lang.IllegalArgumentException
- A problem
occured with the environment.public void reloadModule(java.lang.String moduleName) throws java.lang.IllegalAccessException
moduleName
- the module namejava.lang.IllegalArgumentException
- the module is not found.java.lang.IllegalAccessException
- the module is not locked.public CoopnModule editModule(java.lang.String moduleName) throws java.lang.IllegalAccessException
moduleName
- the module to editjava.lang.IllegalArgumentException
- the module cannot be delivered (because it is
not found, erroneous, and so on).java.lang.IllegalAccessException
- the module is not locked.public ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextModule[] editModules(java.lang.String moduleName) throws java.lang.IllegalAccessException
moduleName
- the module to editjava.lang.IllegalArgumentException
- An argument is problematic.java.lang.IllegalAccessException
- the module is not locked.public void storeModule(CoopnModule module) throws java.lang.IllegalAccessException
module
- the module to storejava.lang.IllegalArgumentException
- the module is not found.java.lang.IllegalAccessException
- the module is not locked.public void storeModule(ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextModule module) throws java.lang.IllegalAccessException
module
- the module to storejava.lang.IllegalArgumentException
- the module is not found.java.lang.IllegalAccessException
- the module is not locked.public void storeFile(java.io.File file, ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextModule module) throws java.lang.IllegalAccessException
module
- the module to storejava.lang.IllegalArgumentException
- the module is not found.java.lang.IllegalAccessException
- the module is not locked.public void storeModules(CoopnModule[] modules) throws java.lang.IllegalAccessException
modules
- the module to storejava.lang.IllegalArgumentException
- an argument is problematic.java.lang.IllegalAccessException
- the modules are not locked.public void storeModules(ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextModule[] modules) throws java.lang.IllegalAccessException
modules
- the modules to storejava.lang.IllegalArgumentException
- an argument is problematic.java.lang.IllegalAccessException
- the modules are not locked.public void storeFile(java.io.File file, ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextModule[] modules) throws java.lang.IllegalAccessException
modules
- the modules to storejava.lang.IllegalArgumentException
- an argument is problematic.java.lang.IllegalAccessException
- the modules are not locked.public void createModule(int kind, int status, java.lang.String moduleName, CoopnModuleNameList formalParams, CoopnModuleName as, java.lang.String comment) throws java.lang.IllegalAccessException
kind
- the module kind, one of: CoopnModule.ADT, CoopnModule.CLASS,
CoopnModule.CONTEXT, CoopnModule.MORPHISMstatus
- the module status, one of: CoopnHeader.NORMAL, CoopnHeader.GENERIC,
CoopnHeader.PARAMETER, combined with CoopnHeader.ABSTRACTmoduleName
- the module nameformalParams
- the formal parameters; may be nullas
- the as module; may be nullcomment
- the associated comment; may be nulljava.lang.IllegalArgumentException
- the module is not found.java.lang.IllegalAccessException
- the module is not locked.public java.lang.String[] getDependencies(java.lang.String name) throws java.lang.IllegalArgumentException
name
- the module namejava.lang.IllegalArgumentException
- the module cannot be delivered (because it is
not found, erroneous, and so on).public java.lang.String evalComment(java.lang.String string) throws java.lang.IllegalArgumentException
string
- the string to evaluates; may be nulljava.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).public java.lang.String displayComment(java.lang.String elem) throws java.lang.IllegalArgumentException
elem
- the element to display; may be nulljava.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).public CoopnName evalName(java.lang.String string) throws java.lang.IllegalArgumentException
string
- the string to evaluatesjava.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).public java.lang.String displayName(CoopnName elem) throws java.lang.IllegalArgumentException
elem
- the element to displayjava.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).public CoopnModuleName evalModuleName(java.lang.String string) throws java.lang.IllegalArgumentException
string
- the string to evaluatesjava.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).public java.lang.String displayModuleName(CoopnModuleName elem) throws java.lang.IllegalArgumentException
elem
- the element to displayjava.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).public CoopnType evalType(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayType(CoopnType elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnTypeAgg evalTypeAgg(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayTypeAgg(CoopnTypeAgg elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnMigrationType evalMigrationType(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayMigrationType(CoopnMigrationType elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnMigrationTypeAgg evalMigrationTypeAgg(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayMigrationTypeAgg(CoopnMigrationTypeAgg elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnTerm evalTerm(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayTerm(CoopnTerm elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnTermAgg evalTermAgg(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayTermAgg(CoopnTermAgg elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnMark evalMark(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayMark(CoopnMark elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnMarkAgg evalMarkAgg(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayMarkAgg(CoopnMarkAgg elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnAtom evalAtom(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayAtom(CoopnAtom elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnCondition evalCondition(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayCondition(CoopnCondition elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnSync evalSync(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displaySync(CoopnSync elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public CoopnEvent evalEvent(java.lang.String string, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
string
- the string to evaluatesframe
- interpretation frame.java.lang.IllegalArgumentException
- the element cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
public java.lang.String displayEvent(CoopnEvent elem, ConForM.CoopnTools.CoKer.CoopnMgr.CentralCoopnMgr.CoopnFrame frame) throws java.lang.IllegalArgumentException
elem
- the element to displayframe
- interpretation frame.java.lang.IllegalArgumentException
- the string cannot be delivered (because it is
erroneous, and so on).CoopnSituation
,
CoopnBridge
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |