|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.memphis.ccrg.lida.framework.ModuleName
public class ModuleName
Encapsulation of the name of a FrameworkModule. Provides several public-static instances by default.
| Method Summary | |
|---|---|
static ModuleName |
addModuleName(java.lang.String name)
Creates and adds a new module name if name is not already defined. |
static ModuleName |
getModuleName(java.lang.String name)
Returns ModuleName of specified name. |
java.lang.String |
toString()
|
static java.util.Collection<ModuleName> |
values()
Returns a Collection of all ModuleNames |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String name
ModuleName
public static final ModuleName Environment
Environment module
public static final ModuleName SensoryMemory
SensoryMemory module
public static final ModuleName PerceptualAssociativeMemory
PerceptualAssociativeMemory module
public static final ModuleName TransientEpisodicMemory
EpisodicMemory module
public static final ModuleName DeclarativeMemory
EpisodicMemory module
public static final ModuleName Workspace
Workspace module
public static final ModuleName PerceptualBuffer
WorkspaceBuffer module
public static final ModuleName EpisodicBuffer
WorkspaceBuffer module
public static final ModuleName BroadcastQueue
BroadcastQueue module
public static final ModuleName CurrentSituationalModel
WorkspaceBuffer module
public static final ModuleName AttentionModule
AttentionCodeletModule
public static final ModuleName StructureBuildingCodeletModule
StructureBuildingCodeletModule
public static final ModuleName GlobalWorkspace
GlobalWorkspace module
public static final ModuleName ProceduralMemory
ProceduralMemory module
public static final ModuleName ActionSelection
ActionSelection module
public static final ModuleName SensoryMotorMemory
SensoryMotorMemory module
public static final ModuleName Agent
Agent module
public static final ModuleName UnnamedModule
| Method Detail |
|---|
public static ModuleName getModuleName(java.lang.String name)
name - String
public static ModuleName addModuleName(java.lang.String name)
ModuleName associated with the name.
name - String
public java.lang.String toString()
toString in class java.lang.Objectpublic static java.util.Collection<ModuleName> values()
Collection of all ModuleNames
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||