| Package | Description |
|---|---|
| org.processmining.plugins.petra.spaceminimisation.consistencygraph | |
| org.processmining.plugins.petra.spaceminimisation.consistencygraph.gui |
| Modifier and Type | Method and Description |
|---|---|
ConsistencyVertex |
ConsistencyEdge.getFrom() |
ConsistencyVertex |
ConsistencyGraph.getNode(Concept<?> obj) |
ConsistencyVertex |
ConsistencyEdge.getTo() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ConsistencyVertex> |
ConsistencyGraph.getLanguageNodes() |
java.util.Set<ConsistencyVertex> |
ConsistencyGraph.getRoots() |
| Modifier and Type | Method and Description |
|---|---|
QuestionnaireAnswer |
ConsistencyEdge.getConnection(java.util.List<Concept<?>> obj,
ConsistencyVertex node) |
ConsistencyEdge |
ConsistencyVertex.getEdge(ConsistencyVertex target) |
void |
ConsistencyEdge.setFrom(ConsistencyVertex from) |
void |
ConsistencyEdge.setTo(ConsistencyVertex to) |
| Constructor and Description |
|---|
GUISelectionManager(javax.swing.JComboBox combo,
ConsistencyVertex node,
ConsistencyEdge edge,
java.util.List<Concept<?>> conceptContext) |