com.tensegrity.palowebviewer.modules.paloclient.client
Class XElementPath

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.paloclient.client.XElementPath
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class XElementPath
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
XElementPath()
           
 
Method Summary
 void addPart(XDimension dimension, XElement[] path)
          adds dimension name and element names;
 boolean equals(java.lang.Object obj)
           
 XDimension[] getDimensions()
           
 XElement[] getPart(XDimension dimension)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XElementPath

public XElementPath()
Method Detail

addPart

public void addPart(XDimension dimension,
                    XElement[] path)
adds dimension name and element names;


getDimensions

public XDimension[] getDimensions()

getPart

public XElement[] getPart(XDimension dimension)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object