public abstract class PlanStep extends Object implements Cloneable
Contact: Don Brutzman (web.nps.navy.mil/~brutzman) brutzman@nps.navy.mil
Modifier and Type | Field and Description |
---|---|
String |
name
String value or description of what the plan step entails
|
Constructor and Description |
---|
PlanStep(PlanStep step)
Copy constructor
|
PlanStep(String name)
Creates a new instance of PlanStep
|
public String name
public PlanStep(String name)
name
- String value or description of what the plan step entailspublic PlanStep(PlanStep step)
step
- PlanStep objectpublic abstract double cost()
public abstract Object clone()