Package net.sf.freecol.common.model
Class Role.RoleChange
- java.lang.Object
-
- net.sf.freecol.common.model.Role.RoleChange
-
- Enclosing class:
- Role
public static class Role.RoleChange extends java.lang.Object
Container for valid role changes.
-
-
Constructor Summary
Constructors Constructor Description RoleChange(java.lang.String from, java.lang.String capture)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Role
getCapture(Specification spec)
Role
getFrom(Specification spec)
-
-
-
Method Detail
-
getFrom
public Role getFrom(Specification spec)
-
getCapture
public Role getCapture(Specification spec)
-
-