Uses of Class
org.processmining.plugins.declare.visualizing.Base

Packages that use Base
org.processmining.plugins.declare.visualizing   
 

Uses of Base in org.processmining.plugins.declare.visualizing
 

Classes in org.processmining.plugins.declare.visualizing with type parameters of type Base
 class BaseCollection<E extends Base>
          This class is used to store objects that extends class Base, i.e., objects with Integer identification.
 

Subclasses of Base in org.processmining.plugins.declare.visualizing
 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
 

Methods in org.processmining.plugins.declare.visualizing that return Base
 Base XMLElementFactory.elementToBase(org.w3c.dom.Element element)
           
 Base DVertex.getBase()
           
protected  Base Base.newInstance()
           
 

Methods in org.processmining.plugins.declare.visualizing with parameters of type Base
 org.w3c.dom.Element XMLElementFactory.baseToElement(Base aBase)
          baseToElement
 org.w3c.dom.Element XMLElementFactory.baseToElement(Base aBase, java.lang.String name)
           
 

Method parameters in org.processmining.plugins.declare.visualizing with type arguments of type Base
static int Base.nextId(java.util.List<Base> list)
           
 

Constructors in org.processmining.plugins.declare.visualizing with parameters of type Base
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