Class InfoImpl
- java.lang.Object
-
- org.processmining.dataawareexplorer.explorer.infoview.InfoImpl
-
- All Implemented Interfaces:
InfoData.Info
public final class InfoImpl extends java.lang.Object implements InfoData.Info
-
-
Constructor Summary
Constructors Constructor Description InfoImpl(java.lang.String label, java.lang.Object data, InfoData.InfoType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetData()java.lang.StringgetLabel()InfoData.InfoTypegetType()
-
-
-
Constructor Detail
-
InfoImpl
public InfoImpl(java.lang.String label, java.lang.Object data, InfoData.InfoType type)
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfaceInfoData.Info
-
getData
public java.lang.Object getData()
- Specified by:
getDatain interfaceInfoData.Info
-
getType
public InfoData.InfoType getType()
- Specified by:
getTypein interfaceInfoData.Info
-
-