Package | Description |
---|---|
org.processmining.plugins.declareminer.visualizing |
Modifier and Type | Class and Description |
---|---|
class |
BaseCollection<E extends Base>
This class is used to store objects that extends class Base, i.e., objects
with Integer identification.
|
Modifier and Type | Class and Description |
---|---|
class |
Activity
Title: DECLARE
|
class |
ActivityDefinition |
class |
Constraint |
class |
ConstraintDefinition |
class |
ConstraintGroup
Title: DECLARE
|
class |
ConstraintTemplate |
class |
Language
Title: DECLARE
|
class |
LanguageGroup |
class |
Parameter
Title: DECLARE
|
Modifier and Type | Method and Description |
---|---|
Base |
XMLElementFactory.elementToBase(org.w3c.dom.Element element) |
Base |
DVertex.getBase() |
protected Base |
Base.newInstance() |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
XMLElementFactory.baseToElement(Base aBase)
baseToElement
|
org.w3c.dom.Element |
XMLElementFactory.baseToElement(Base aBase,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static int |
Base.nextId(java.util.List<Base> list) |
Constructor and Description |
---|
Base(Base aBase) |
DVertex(Base anObject,
int x,
int y,
java.awt.Color bg,
boolean raised,
boolean editable) |
DVertex(Base object,
java.awt.geom.Rectangle2D bounds,
java.awt.Color bg,
boolean raised,
boolean editable) |
TransparentCell(Base userObject)
Creates a custom graph cell with a given user object
|