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