Uses of Class
org.processmining.plugins.declareminer.visualizing.ActivityDefinitonCell

Packages that use ActivityDefinitonCell
org.processmining.plugins.declareminer.visualizing   
 

Uses of ActivityDefinitonCell in org.processmining.plugins.declareminer.visualizing
 

Subclasses of ActivityDefinitonCell in org.processmining.plugins.declareminer.visualizing
 class ActivityCell
           Title: DECLARE
 

Methods in org.processmining.plugins.declareminer.visualizing that return ActivityDefinitonCell
 ActivityDefinitonCell ActivityDefinitionPort.ActivityDefinitionView()
          converts the owner vertex into the ActivityDefinitionView type
protected  ActivityDefinitonCell AssignmentModelView.createActivityCell(ActivityDefinition activityDefinition, int x, int y)
           
protected  ActivityDefinitonCell AssignmentView.createActivityCell(ActivityDefinition activityDefinition, int x, int y)
           
 ActivityDefinitonCell AssignmentModelView.getActivityDefinitionCell(ActivityDefinition job)
          getActivityDefinitionCell
 

Methods in org.processmining.plugins.declareminer.visualizing that return types with arguments of type ActivityDefinitonCell
 java.util.List<ActivityDefinitonCell> AssignmentModelView.activityDefinitionCells()
          activityDefinitionCells
 

Constructors in org.processmining.plugins.declareminer.visualizing with parameters of type ActivityDefinitonCell
DeclareNode(ActivityDefinitonCell activity, org.processmining.models.graphbased.directed.AbstractDirectedGraph<?,?> graph)