Uses of Interface
org.processmining.models.graphbased.Expandable
-
Packages that use Expandable Package Description org.processmining.models.connections org.processmining.models.graphbased org.processmining.models.graphbased.directed -
-
Uses of Expandable in org.processmining.models.connections
Methods in org.processmining.models.connections with parameters of type Expandable Modifier and Type Method Description voidGraphLayoutConnection. collapse(Expandable expandable)voidGraphLayoutConnection. expand(Expandable expandable)Method parameters in org.processmining.models.connections with type arguments of type Expandable Modifier and Type Method Description voidGraphLayoutConnection. collapseAll(java.util.Collection<Expandable> toCollapse)voidGraphLayoutConnection. expandAll(java.util.Collection<Expandable> toExpand) -
Uses of Expandable in org.processmining.models.graphbased
Methods in org.processmining.models.graphbased with parameters of type Expandable Modifier and Type Method Description voidExpansionListener.ListenerList. fireNodeCollapsed(Expandable source)voidExpansionListener.ListenerList. fireNodeExpanded(Expandable source)voidExpansionListener. nodeCollapsed(Expandable source)voidExpansionListener. nodeExpanded(Expandable source) -
Uses of Expandable in org.processmining.models.graphbased.directed
Subinterfaces of Expandable in org.processmining.models.graphbased.directed Modifier and Type Interface Description interfaceContainingDirectedGraphNodeInterface to represent a directed graph node that contain other elements.
-