dk.brics.jwig.analysis.summarygraph
Class Location

java.lang.Object
  |
  +--dk.brics.jwig.analysis.summarygraph.Location

public class Location
extends Object

Pair of summary graph node and JDOM element.


Constructor Summary
Location(Node n, Element e)
          Constructs new Location.
 
Method Summary
 boolean equals(Object o)
          Returns true is the given object denotes the same location as this.
 Element getElement()
          Returns JDOM element of this Location.
 Node getNode()
          Returns summary graph node of this Location.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location(Node n,
                Element e)
Constructs new Location.

Method Detail

equals

public boolean equals(Object o)
Returns true is the given object denotes the same location as this.

Overrides:
equals in class Object

getElement

public Element getElement()
Returns JDOM element of this Location.


getNode

public Node getNode()
Returns summary graph node of this Location.



Copyright © 2002 Anders Møller.