edu.wisc.trace.urcsdk.base
Class TargetLocator

java.lang.Object
  extended by edu.wisc.trace.urcsdk.base.TargetLocator

public class TargetLocator
extends java.lang.Object

TargetLocator represents the programmatic aspects of a Target locator.

Created on: Sep 2, 2004
Known bugs: None
Thread Safe: Yes

Version:
$Revision: 1.21 $
Author:
Andrew Martin, Trace R&D Center

Constructor Summary
TargetLocator(TargetDirectory targetDirectory, org.w3c.dom.Element element)
          Creates a new TargetLocator instance.
 
Method Summary
 java.lang.String getID()
          Returns this locator's ID.
 java.lang.String getType()
          Returns the type of locator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetLocator

public TargetLocator(TargetDirectory targetDirectory,
                     org.w3c.dom.Element element)
Creates a new TargetLocator instance.

Parameters:
targetDirectory - The TargetDirectory to which this locator belongs.
element - The root element named <locator> used for parsing out further information.
Method Detail

getID

public java.lang.String getID()
Returns this locator's ID.

Returns:
id

getType

public java.lang.String getType()
Returns the type of locator.

Returns:
type


Copyright © 2006 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.