Package step

Defines the basic STEP data types.

See:
          Description

Interface Summary
RecordFactory A factory that creates STEP records from a set of field data.
StepObject The root of all types that may be interpreted as STEP data.
StepRecord The common interface for all STEP record objects.
 

Class Summary
FieldIterator Obtain serial access to the fields of a record.
StepArray Implementation for arrays of STEP objects.
StepData Implementation of the built-in STEP data type.
StepInt Implementation of the built-in STEP int type.
StepString Implementation of the built-in STEP string type.
 

Package step Description

Defines the basic STEP data types.

See Also:
StepObject, StepRecord