Uses of Interface
org.das2.stream.SkeletonDescriptor

Packages that use SkeletonDescriptor
org.das2.stream Provides classes for parsing and formatting das2Streams, and a few stream proof-of-concept stream operators that are not used. 
 

Uses of SkeletonDescriptor in org.das2.stream
 

Classes in org.das2.stream that implement SkeletonDescriptor
 class StreamDescriptor
          Represents the global properties of the stream, that are accessible to datasets within.
 class StreamMultiYDescriptor
           
 class StreamXDescriptor
           
 class StreamYScanDescriptor
           
 

Methods in org.das2.stream that return SkeletonDescriptor
 SkeletonDescriptor PacketDescriptor.getYDescriptor(int index)
           
 

Methods in org.das2.stream with parameters of type SkeletonDescriptor
 void PacketDescriptor.addYDescriptor(SkeletonDescriptor y)