com.tensegrity.palowebviewer.modules.paloclient.client
Class XElementPath
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
XElementPath
public XElementPath()
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