1: package org.cougaar.planning.ldm.plan; 2: 3: public interface NamedPosition extends LatLonPoint, Cloneable { 4: String getUid(); 5: 6: /** @return String - the string name representing this position */ 7: String getName(); 8: }