org.processmining.framework.models.petrinet.pattern
Class ComponentDescription
java.lang.Object
org.processmining.framework.models.petrinet.pattern.ComponentDescription
public class ComponentDescription
- extends java.lang.Object
Constructor Summary |
ComponentDescription(boolean isPredefined,
java.lang.String name,
java.lang.Double cost)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ComponentDescription
public ComponentDescription(boolean isPredefined,
java.lang.String name,
java.lang.Double cost)
getCost
public java.lang.Double getCost()
- Returns:
- the cost
isPredefined
public boolean isPredefined()
- Returns:
- the isPredefined
getName
public java.lang.String getName()
- Returns:
- the name
setCost
public void setCost(java.lang.Double cost)
- Parameters:
cost
- the cost to set
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()