Package jadex.bridge.sensor.memory
Class UsedMemoryProperty
- 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
- 
- jadex.bridge.sensor.memory.UsedMemoryProperty
 
 
 
 
 
- 
- All Implemented Interfaces:
- INFProperty<java.lang.Long,MemoryUnit>
 
 public class UsedMemoryProperty extends MemoryProperty The used physical memory.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface jadex.bridge.nonfunctional.INFPropertyINFProperty.Target
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringNAMEThe name of the property.- 
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 UsedMemoryProperty(IInternalAccess comp)Create a new property.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LongmeasureValue()Measure the value.- 
Methods inherited from class jadex.bridge.nonfunctional.NFRootPropertydispose, injectPropertyToRootComponent, isInjected
 - 
Methods inherited from class jadex.bridge.nonfunctional.SimpleValueNFPropertygetComponent, getPrettyPrintValue, getValue, setValue
 - 
Methods inherited from class jadex.bridge.nonfunctional.AbstractNFPropertycreateProperty, getMetaInfo, getName, getValue, readNFProperties
 
- 
 
- 
- 
- 
Field Detail- 
NAMEpublic static final java.lang.String NAME The name of the property.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
UsedMemoryPropertypublic UsedMemoryProperty(IInternalAccess comp) Create a new property.
 
- 
 - 
Method Detail- 
measureValuepublic java.lang.Long measureValue() Measure the value.- Specified by:
- measureValuein class- SimpleValueNFProperty<java.lang.Long,MemoryUnit>
 
 
- 
 
-