public class PDMActivity
extends java.lang.Object
| Constructor and Description |
|---|
PDMActivity(java.lang.String id)
Creates the activity with identifier 'id'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addOperation(PDMOperation operation)
Adds an operation to the list of operations of this activity
|
java.lang.Integer |
getActivityNR() |
void |
setActivityNR(java.lang.Integer in) |
public PDMActivity(java.lang.String id)
id - Stringpublic void setActivityNR(java.lang.Integer in)
public java.lang.Integer getActivityNR()
public void addOperation(PDMOperation operation)
operation - PDMOperation