All Packages Class Hierarchy This Package Previous Next Index
Class macondo.mak.Pair
macondo.mak.Pair
- public class Pair
The Pair class is an association destination/task.
- See Also:
- PlaceName
-
Pair(PlaceName, String)
- Creates a new
Pair
.
-
getMethodName()
- Gets method name.
-
getPlace()
- Gets place name.
Pair
public Pair(PlaceName pn,
String methodName)
- Creates a new
Pair
.
- Parameters:
- pn - the name of the place.
- methodName - the name of the method to execute.
getPlace
public PlaceName getPlace()
- Gets place name.
- Returns:
- place name.
getMethodName
public String getMethodName()
- Gets method name.
- Returns:
- method name.
All Packages Class Hierarchy This Package Previous Next Index