Package jadex.bridge.sensor.memory
Class MemoryProperty
- java.lang.Object
- 
- jadex.bridge.nonfunctional.AbstractNFProperty<T,U>
- 
- jadex.bridge.nonfunctional.SimpleValueNFProperty<T,U>
- 
- jadex.bridge.nonfunctional.NFRootProperty<java.lang.Long,MemoryUnit>
- 
- jadex.bridge.sensor.memory.MemoryProperty
 
 
 
 
- 
- All Implemented Interfaces:
- INFProperty<java.lang.Long,MemoryUnit>
 - Direct Known Subclasses:
- MaxMemoryProperty,- MaxPermGenMemoryProperty,- UsedMemoryProperty,- UsedPermGenMemoryProperty
 
 public abstract class MemoryProperty extends NFRootProperty<java.lang.Long,MemoryUnit> Abstract base memory property.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface jadex.bridge.nonfunctional.INFPropertyINFProperty.Target
 
- 
 - 
Field Summary- 
Fields inherited from class jadex.bridge.nonfunctional.NFRootPropertyinjected, root
 - 
Fields inherited from class jadex.bridge.nonfunctional.SimpleValueNFPropertycomp, value
 - 
Fields inherited from class jadex.bridge.nonfunctional.AbstractNFPropertymetainfo
 
- 
 - 
Constructor SummaryConstructors Constructor Description MemoryProperty(java.lang.String name, IInternalAccess comp, long updaterate)Create a new property.
 - 
Method Summary- 
Methods inherited from class jadex.bridge.nonfunctional.NFRootPropertydispose, injectPropertyToRootComponent, isInjected
 - 
Methods inherited from class jadex.bridge.nonfunctional.SimpleValueNFPropertygetComponent, getPrettyPrintValue, getValue, measureValue, setValue
 - 
Methods inherited from class jadex.bridge.nonfunctional.AbstractNFPropertycreateProperty, getMetaInfo, getName, getValue, readNFProperties
 
- 
 
- 
- 
- 
Constructor Detail- 
MemoryPropertypublic MemoryProperty(java.lang.String name, IInternalAccess comp, long updaterate)Create a new property.
 
- 
 
-