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 void
GraphLayoutConnection. collapse(Expandable expandable)
void
GraphLayoutConnection. expand(Expandable expandable)
Method parameters in org.processmining.models.connections with type arguments of type Expandable Modifier and Type Method Description void
GraphLayoutConnection. collapseAll(java.util.Collection<Expandable> toCollapse)
void
GraphLayoutConnection. 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 void
ExpansionListener.ListenerList. fireNodeCollapsed(Expandable source)
void
ExpansionListener.ListenerList. fireNodeExpanded(Expandable source)
void
ExpansionListener. nodeCollapsed(Expandable source)
void
ExpansionListener. 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 interface
ContainingDirectedGraphNode
Interface to represent a directed graph node that contain other elements.
-