Uses of Class
org.processmining.dataawareexplorer.explorer.infoview.InfoData.InfoType
-
Packages that use InfoData.InfoType Package Description org.processmining.dataawareexplorer.explorer.infoview -
-
Uses of InfoData.InfoType in org.processmining.dataawareexplorer.explorer.infoview
Methods in org.processmining.dataawareexplorer.explorer.infoview that return InfoData.InfoType Modifier and Type Method Description InfoData.InfoTypeInfoData.Info. getType()InfoData.InfoTypeInfoImpl. getType()static InfoData.InfoTypeInfoData.InfoType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InfoData.InfoType[]InfoData.InfoType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.dataawareexplorer.explorer.infoview with parameters of type InfoData.InfoType Modifier and Type Method Description voidInfoDataImpl. addGlobal(java.lang.String label, java.lang.Object data, InfoData.InfoType type)voidInfoDataImpl. addLocal(java.lang.Object localElement, java.lang.String label, java.lang.Object data, InfoData.InfoType type)Constructors in org.processmining.dataawareexplorer.explorer.infoview with parameters of type InfoData.InfoType Constructor Description InfoImpl(java.lang.String label, java.lang.Object data, InfoData.InfoType type)
-