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

Constructor Index

 o Pair(PlaceName, String)
Creates a new Pair.

Method Index

 o getMethodName()
Gets method name.
 o getPlace()
Gets place name.

Constructors

 o 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.

Methods

 o getPlace
 public PlaceName getPlace()
Gets place name.

Returns:
place name.
 o getMethodName
 public String getMethodName()
Gets method name.

Returns:
method name.

All Packages  Class Hierarchy  This Package  Previous  Next  Index