Skip to content
jico edited this page Mar 31, 2011 · 3 revisions

NumberEngine

The NumberEngine utility class contains methods to convert textual numbers (i.e. "one", "fourteen", "fifty two") into their corresponding numeric representation (i.e. "1", "14", "52", respectively). This class is dependent on the numbers library numbers.xml.

View Javadoc.

InstructionEngine

The InstructionEngine utility class is used to recognize and interpret valid ATC instructions from a given command string/sentence. This engine is dependent on the instructions library instructions.xml.

View Javadoc.

CallsignEngine

The CallsignEngine's purpose is to recognize and identify airline callsigns from given strings. This engine is dependent on the callsigns library callsigns.xml.

The current implementation only contains methods for recognizing airline telephony strings, as this is used by Air Traffic Controller verbal communication.

View Javadoc.

Clone this wiki locally