Package | Description |
---|---|
sk.fiit.jim.agent.moves | |
sk.fiit.jim.init |
Modifier and Type | Field and Description |
---|---|
Phase |
LowSkill.activePhase
Currently active phase of the low skill.
|
static Phase |
Phase.EMPTY_PHASE |
Modifier and Type | Field and Description |
---|---|
private static Map<String,Phase> |
Phases.skills |
Modifier and Type | Method and Description |
---|---|
static Phase |
Phases.get(String name)
Returns Phase by specified name.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Phase> |
Phases.getAll()
Returns Collection of all Phases from HashMap.
|
Modifier and Type | Method and Description |
---|---|
static void |
Phases.addPhase(Phase phase)
Adds specified Phase to the HashMap.
|
static void |
JointPlacement.calculateNewTargetState(Phase activePhase)
Adjusts target state to newly performed phase
|
Modifier and Type | Field and Description |
---|---|
(package private) Phase |
SkillsFromXmlLoader.currentPhase |
Modifier and Type | Method and Description |
---|---|
private Phase |
SkillsFromXmlLoader.createPhase(Node phaseNode) |
Modifier and Type | Method and Description |
---|---|
private void |
SkillsFromXmlLoader.populatePhaseAttributes(Node phaseNode,
Phase phase) |
private void |
SkillsFromXmlLoader.validate(Phase phase) |