/*
 * Created on Aug 2, 2005
 * 
 * $Log$
 * Revision 1.1  2005/08/03 00:35:29  dsowen
 * Initial commit.
 *
 */
package ws.fugue88.jpath;

/**
 * @author dsowen
 */
public abstract class Selector extends PathPart {

	public abstract Object getKey();
}