Interface DataChainLinkGui<C,P>
-
- All Superinterfaces:
DataChainLink<C>
- All Known Subinterfaces:
DataRowBlock<O,C,P>
- All Known Implementing Classes:
DataChainLinkGuiAbstract,DataRowBlockAbstract,DataRowBlockAssociationsProcess,DataRowBlockCausal,DataRowBlockCohorts,DataRowBlockComputer.DataRowBlockComputerRowBlock,DataRowBlockCosts,RowBlockModelPerformance
public interface DataChainLinkGui<C,P> extends DataChainLink<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvalidate(P panel)Updates the gui by invalidation.voidupdateGui(P panel, IvMObjectValues inputs)-
Methods inherited from interface org.processmining.plugins.inductiveVisualMiner.chain.DataChainLink
getName, getNonTriggerObjects, getOptionalObjects, getRequiredObjects
-
-
-
-
Method Detail
-
invalidate
void invalidate(P panel)
Updates the gui by invalidation. (e.g. one of the inputs got replaced). Will be called on the GUI thread.- Parameters:
panel-
-
updateGui
void updateGui(P panel, IvMObjectValues inputs) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-