Package jadex.bridge.sensor.time
Class TimedProperty
- java.lang.Object
- 
- jadex.bridge.nonfunctional.AbstractNFProperty<T,U>
- 
- jadex.bridge.nonfunctional.SimpleValueNFProperty<java.lang.Long,TimeUnit>
- 
- jadex.bridge.sensor.time.TimedProperty
 
 
 
- 
- All Implemented Interfaces:
- INFProperty<java.lang.Long,TimeUnit>
 - Direct Known Subclasses:
- ExecutionTimeProperty,- LatencyProperty,- WaitingTimeProperty
 
 public abstract class TimedProperty extends SimpleValueNFProperty<java.lang.Long,TimeUnit> Base property for time properties.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface jadex.bridge.nonfunctional.INFPropertyINFProperty.Target
 
- 
 - 
Field Summary- 
Fields inherited from class jadex.bridge.nonfunctional.SimpleValueNFPropertycomp, value
 - 
Fields inherited from class jadex.bridge.nonfunctional.AbstractNFPropertymetainfo
 
- 
 - 
Constructor SummaryConstructors Constructor Description TimedProperty(java.lang.String name, IInternalAccess comp, boolean dynamic)Create a new property.TimedProperty(java.lang.String name, IInternalAccess comp, long updaterate)Create a new property.
 - 
Method Summary- 
Methods inherited from class jadex.bridge.nonfunctional.SimpleValueNFPropertygetComponent, getPrettyPrintValue, getValue, measureValue, setValue
 - 
Methods inherited from class jadex.bridge.nonfunctional.AbstractNFPropertycreateProperty, dispose, getMetaInfo, getName, getValue, readNFProperties
 
- 
 
- 
- 
- 
Constructor Detail- 
TimedPropertypublic TimedProperty(java.lang.String name, IInternalAccess comp, long updaterate)Create a new property.
 - 
TimedPropertypublic TimedProperty(java.lang.String name, IInternalAccess comp, boolean dynamic)Create a new property.
 
- 
 
-