org.gcube.data.tml.proxies
Class Path
java.lang.Object
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 |
Path
public Path(String... ids)
- Creates an instance with given node identifiers
- Parameters:
ids - the identifiers.
ids
public String[] ids()
- Returns the node identifiers of the path.
- Returns:
- the identifiers
Copyright © 2013. All Rights Reserved.