| Package | Description |
|---|---|
| org.leialearns.enumerations |
Provides the enumerations that are used in both the logic and the persistence layer.
|
| org.leialearns.graph.model | |
| org.leialearns.logic.model |
| Modifier and Type | Method and Description |
|---|---|
static AgentMode |
AgentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentMode[] |
AgentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersionDTO.registerReader(SessionDTO reader,
AgentMode agentMode) |
void |
VersionDTO.registerWriter(SessionDTO writer,
AgentMode agentMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
Version.registerReader(Session reader,
AgentMode agentMode) |
void |
Version.registerWriter(Session writer,
AgentMode agentMode) |
Copyright © 2013. All Rights Reserved.