T
- Property typepublic final class MolProp<T> extends Object implements Serializable
Molecule
.Constructor and Description |
---|
MolProp(PropertyExtractor<T> extractor,
MasterStorage<T> storage)
Construct.
|
Modifier and Type | Method and Description |
---|---|
PropertyExtractor<T> |
getExtractor()
Get property extractor.
|
Class<T> |
getPropType()
Get represented type.
|
MasterStorage<T> |
getStorage()
Get property storage.
|
public MolProp(PropertyExtractor<T> extractor, MasterStorage<T> storage)
extractor
- Associated extractorstorage
- Property storagepublic PropertyExtractor<T> getExtractor()
public MasterStorage<T> getStorage()