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

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

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

Fields in org.processmining.plugins.declare.visualizing with type parameters of type Parameter
protected  BaseCollection<Parameter> ConstraintTemplate.parameters
           
 

Methods in org.processmining.plugins.declare.visualizing that return Parameter
 Parameter ConstraintTemplate.addParameter(java.lang.String name)
           
 Parameter ConstraintTemplate.getFirstParameter()
           
 Parameter ParameterPanel.getFormal()
           
 Parameter ConstraintTemplate.getParameterWithId(int id)
           
 

Methods in org.processmining.plugins.declare.visualizing that return types with arguments of type Parameter
 java.util.Collection<Parameter> ConstraintTemplate.getParameters()
           
 

Methods in org.processmining.plugins.declare.visualizing with parameters of type Parameter
 boolean ConstraintDefinition.addBranch(Parameter p, ActivityDefinition real)
           
 void ConstraintTemplate.addParameter(Parameter parameter)
           
 int ConstraintDefinition.branchesCount(Parameter p)
          branchesCount
 void ConstraintDefinition.clearBranches(Parameter p)
           
protected  ConstraintDefinitionEdge AssignmentModelView.createConstraintCell(ConstraintDefinition constraint, ActivityDefinition parameter, Parameter formal)
           
protected  ConstraintDefinitionEdge AssignmentView.createConstraintCell(ConstraintDefinition constraint, ActivityDefinition branch, Parameter formal)
           
 void ConstraintDefinition.deleteBranch(Parameter p, ActivityDefinition real)
          deleteBranch
protected  void ConstraintTemplate.deleteParameter(Parameter param)
          deleteAttribute
 java.util.Collection<ActivityDefinition> ConstraintDefinition.getBranches(Parameter p)
          getBranch
 ActivityDefinition ConstraintDefinition.getFirstBranch(Parameter p)
           
 boolean ConstraintDefinition.hasBranch(Parameter p, ActivityDefinition real)
           
 int ConstraintDefinition.isBranchAt(Parameter p, ActivityDefinition real)
          Returns the index of a branch with the job descritpion.
 boolean ConstraintDefinition.isBranched(Parameter p)
          isBranched
 boolean ConstraintTemplate.parameterExists(Parameter param)
          attributeExists
 org.w3c.dom.Element TemplateElementFactory.parameterToElement(Parameter parameter)
          parameterToElement
 void ParameterPanel.set(ConstraintDefinition constraintDefinition, Parameter parameter)
           
 

Constructors in org.processmining.plugins.declare.visualizing with parameters of type Parameter
ActivityDefinitionPort(DVertex aVertex, Parameter parameter)
           
ConstraintDefinitionEdge(ConstraintDefinition constraint, ActivityDefinition parameter, Parameter formal)
           
ConstraintEdge(ConstraintDefinition constraint, ActivityDefinition real, Parameter parameter)
           
DPort(DVertex aVertex, Parameter parameter)
           
ParameterPanel(Parameter param, java.awt.Color line)