org.gcube.data.tml.proxies
Class Path

java.lang.Object
  extended by org.gcube.data.tml.proxies.Path

public class Path
extends Object

A path of identifiers to a tree node.

Author:
Fabio Simeoni

Constructor Summary
Path(String... ids)
          Creates an instance with given node identifiers
 
Method Summary
 String[] ids()
          Returns the node identifiers of the path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path(String... ids)
Creates an instance with given node identifiers

Parameters:
ids - the identifiers.
Method Detail

ids

public String[] ids()
Returns the node identifiers of the path.

Returns:
the identifiers


Copyright © 2013. All Rights Reserved.