Uses of Package
step

Packages that use step
step Defines the basic STEP data types. 
step.encoding Provides the default STEP encoding strategies and meta-data records. 
step.encoding.profile Provides augmented versions of some standard encoding strategies that record and display various encoding statistics. 
step.io Defines the STEP input and output streams. 
step.typedef Provides the abstractions that define the run-time versions of STEP types. 
 

Classes in step used by step
FieldIterator
          Obtain serial access to the fields of a record.
StepInt
          Implementation of the built-in STEP int type.
StepObject
          The root of all types that may be interpreted as STEP data.
StepRecord
          The common interface for all STEP record objects.
 

Classes in step used by step.encoding
FieldIterator
          Obtain serial access to the fields of a record.
RecordFactory
          A factory that creates STEP records from a set of field data.
StepArray
          Implementation for arrays of STEP objects.
StepInt
          Implementation of the built-in STEP int type.
StepObject
          The root of all types that may be interpreted as STEP data.
StepRecord
          The common interface for all STEP record objects.
StepString
          Implementation of the built-in STEP string type.
 

Classes in step used by step.encoding.profile
StepObject
          The root of all types that may be interpreted as STEP data.
 

Classes in step used by step.io
StepRecord
          The common interface for all STEP record objects.
 

Classes in step used by step.typedef
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.