org.processmining.plugins.declare.visualizing
Class Parameter

java.lang.Object
  extended by org.processmining.plugins.declare.visualizing.Base
      extended by org.processmining.plugins.declare.visualizing.Parameter
All Implemented Interfaces:
java.lang.Cloneable

public class Parameter
extends Base

Title: DECLARE

Description:

Copyright: Copyright (c) 2006

Company: TU/e

Version:
1.0
Author:
Maja Pesic

Constructor Summary
Parameter(int aId, java.lang.String name)
           
 
Method Summary
 java.lang.Object clone()
          clone
 boolean equals(java.lang.Object anObject)
          equals
 java.lang.String getName()
          getName
 LineStyle getStyle()
           
 int hasCode()
           
 boolean isBranchable()
           
 void setBranchable(boolean branchable)
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
          toString
 
Methods inherited from class org.processmining.plugins.declare.visualizing.Base
cloneAttributes, getId, getIdString, hashCode, newInstance, nextId, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter(int aId,
                 java.lang.String name)
Parameters:
aConstraintDefintion - ConstraintDefinition
aFormalParameter - FormalParameter
Method Detail

hasCode

public int hasCode()

getName

public java.lang.String getName()
getName

Returns:
String

getStyle

public LineStyle getStyle()

toString

public java.lang.String toString()
toString

Overrides:
toString in class java.lang.Object
Returns:
String

equals

public boolean equals(java.lang.Object anObject)
equals

Overrides:
equals in class Base
Parameters:
anObject - Object
Returns:
boolean

isBranchable

public boolean isBranchable()

setBranchable

public void setBranchable(boolean branchable)

setName

public void setName(java.lang.String name)

clone

public java.lang.Object clone()
clone

Overrides:
clone in class Base
Returns:
Object