Uses of Class
noope.input.LawPropertyRecordLoader

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

Uses of LawPropertyRecordLoader in noope.core
 

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

Constructors in noope.core with parameters of type LawPropertyRecordLoader
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 LawPropertyRecordLoader in noope.input
 

Subclasses of LawPropertyRecordLoader in noope.input
 class DynamicLawPropertyRecordLoader
          This is a LawPropertyRecordLoader that dynamically loads the class with the given name.
 class HardCodedLawPropertyRecordLoader
          This is an implementation of the LawPropertyRecordLoader that has all the classes it can load hard-coded in, so it just switches on the className it is given.