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.INFProperty
INFProperty.Target
-
-
Field Summary
-
Fields inherited from class jadex.bridge.nonfunctional.NFRootProperty
injected, root
-
Fields inherited from class jadex.bridge.nonfunctional.SimpleValueNFProperty
comp, value
-
Fields inherited from class jadex.bridge.nonfunctional.AbstractNFProperty
metainfo
-
-
Constructor Summary
Constructors Constructor Description MemoryProperty(java.lang.String name, IInternalAccess comp, long updaterate)
Create a new property.
-
Method Summary
-
Methods inherited from class jadex.bridge.nonfunctional.NFRootProperty
dispose, injectPropertyToRootComponent, isInjected
-
Methods inherited from class jadex.bridge.nonfunctional.SimpleValueNFProperty
getComponent, getPrettyPrintValue, getValue, measureValue, setValue
-
Methods inherited from class jadex.bridge.nonfunctional.AbstractNFProperty
createProperty, getMetaInfo, getName, getValue, readNFProperties
-
-
-
-
Constructor Detail
-
MemoryProperty
public MemoryProperty(java.lang.String name, IInternalAccess comp, long updaterate)
Create a new property.
-
-