Jadex 0.941

jadex.model
Interface IMTypedElement

All Superinterfaces:
IMElement, IMReferenceableElement
All Known Subinterfaces:
IMBelief, IMParameter, IMPlanParameter

public interface IMTypedElement
extends IMReferenceableElement

The behaviour interface of the typed element.


Method Summary
 Class getClazz()
          Get the class of the values.
 long getUpdateRate()
          Get the update rate.
 boolean isTransient()
          Is this element transient.
 void setClazz(Class clazz)
          Set the class.
 void setTransient(boolean trans)
          Change the transient state.
 void setUpdateRate(long updaterate)
          Set the update rate.
 
Methods inherited from interface jadex.model.IMReferenceableElement
createAssignTo, deleteAssignTo, getAssignToElements, getAssignTos, isExported, setExported
 
Methods inherited from interface jadex.model.IMElement
check, getChildren, getDescription, getEncodableRepresentation, getExpressionParameters, getName, getOwner, getReport, getScope, setDescription, setName
 

Method Detail

getClazz

public Class getClazz()
Get the class of the values.

Returns:
The class of the values.

setClazz

public void setClazz(Class clazz)
Set the class.

Parameters:
clazz - The clazz.

getUpdateRate

public long getUpdateRate()
Get the update rate.

Returns:
The update rate. 0 for no updates.

setUpdateRate

public void setUpdateRate(long updaterate)
Set the update rate.

Parameters:
updaterate - The update rate.

isTransient

public boolean isTransient()
Is this element transient. Transient beliefs or prameter values are not retained, when persisting or migrating an agent. This is useful, e.g., when a value class is not serializable.


setTransient

public void setTransient(boolean trans)
Change the transient state. Transient beliefs or prameter values are not retained, when persisting or migrating an agent. This is useful, e.g., when a value class is not serializable.


Jadex 0.941

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.