Uses of Class
noope.input.LawLoader

Packages that use LawLoader
noope.core Classes that are core to the NOOPE engine. 
noope.input Classes related to data input. 
 

Uses of LawLoader in noope.core
 

Methods in noope.core that return LawLoader
 LawLoader Physics.getLawLoader()
          Returns the LawLoader object used by this Physics object.
 

Constructors in noope.core with parameters of type LawLoader
Physics(BlockReader brPhysics, LawLoader lawL, EntityLoader entL, LawPropertyRecordLoader lawPRL)
          Constructs a new Physics object, just as the other constructor, but you can specify the XXXXLoader objects to use.
 

Uses of LawLoader in noope.input
 

Subclasses of LawLoader in noope.input
 class DynamicLawLoader
          This class implements a LawLoader that loads Law classes dynamically.
 class HardCodedLawLoader
          This is an implementation of LawLoader that hard-codes all the known Law classes.