| Interface | Description | 
|---|---|
| IComplexHighSkill | 
 The methods, which cannot be forgotten when implementing some complex high skill. 
 | 
| IHighSkill | 
 The methods, which cannot be forgotten when implementing some High Skill. 
 | 
| Class | Description | 
|---|---|
| ComplexHighSkill | 
 ComplexHighSkill.java 
 | 
| FakeHighSkill | 
 FakeHighSkill.java
  
  High skill created for testing purposes only. 
 | 
| HighSkill | 
 HighSkill represents an action - such as walking to a point, turning
  or standing up. 
 | 
| HighSkillTest | 
 HighSkillTest.java 
 | 
| JWalkBehindBall | 
 WalkBehindBall.java 
 | 
| Enum | Description | 
|---|---|
| ComplexHighSkill.ComplexHighSkillState | |
| HighSkill.HighSkillState | 
 Contains the possible states that a high skill can be in. 
 |