Package jadex.bridge.modelinfo
Interface IPersistInfo
-
- All Known Implementing Classes:
BpmnPersistInfo
,jadex.kernelbase.DefaultPersistInfo
public interface IPersistInfo
Interface for a persistable component state to be used from the outside (e.g. persistence service).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IComponentDescription
getComponentDescription()
Get the component description.java.lang.String
getModelFileName()
Gets the model file name.
-
-
-
Method Detail
-
getModelFileName
java.lang.String getModelFileName()
Gets the model file name.- Returns:
- The model file name.
-
getComponentDescription
IComponentDescription getComponentDescription()
Get the component description.- Returns:
- The component description
-
-