Uses of Class
hsr.HSRInstance

Packages that use HSRInstance
hsr   
 

Uses of HSRInstance in hsr
 

Methods in hsr that return HSRInstance
 HSRInstance HSRInstanceSet.getSingleton()
          Getter for field HSRInstanceSet.singleton
static HSRInstance HSRInstance.parse(java.io.InputStream inpt)
          Parse an instance of HSRInstance from the given Stream
static HSRInstance HSRInstance.parse(java.io.Reader inpt)
          Parse an instance of HSRInstance from the given Reader
static HSRInstance HSRInstance.parse(java.lang.String inpt)
          Parse an instance of HSRInstance from the given String
 

Methods in hsr with parameters of type HSRInstance
 void HSRInstanceSet.setSingleton(HSRInstance _singleton)
          Setter for field HSRInstanceSet.singleton
 

Constructors in hsr with parameters of type HSRInstance
HSRInstanceSet(HSRInstance singleton)
          Construct a(n) HSRInstanceSet Instance