EXIficient

Package com.siemens.ct.exi.grammar

EXI Grammars.

See:
          Description

Interface Summary
Grammar TODO Description
 

Class Summary
AbstractGrammar TODO Description
EventInformation  
EventTypeInformation  
GrammarURIEntry  
SchemaInformedEventInformation  
SchemaInformedGrammar TODO Description
SchemaLessEventInformation  
SchemaLessGrammar TODO Description
TypeGrammar Given an XML Schema type definition T i , two type grammars are created, which are denoted by Type i and TypeEmpty i .
XSDGrammarBuilder TODO Description
 

Package com.siemens.ct.exi.grammar Description

EXI Grammars.

EXI is a knowledge based encoding that uses a set of grammars to determine which events are most likely to occur at any given point in an EXI stream and encodes the most likely alternatives in fewer bits. It does this by mapping the stream of events to a lower entropy set of representative values and encoding those values using a set of simple variable length codes or an EXI compression algorithm.

Package Specification

// none //

Related Documentation

// none //


EXIficient