|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.ucsb.nceas.morpho.plugins.metadisplay.Path
A path implementation to wrap the underlying data structure
Constructor Summary | |
Path()
constructor |
|
Path(PathElementInterface firstEntry)
constructor |
Method Summary | |
void |
append(PathElementInterface element)
add the PathElement to the end of the path |
void |
clear()
Clears all PathElements, resulting in an empty path, |
PathElementInterface |
getLast()
Gets the PathElement that is currently at the end of the path |
void |
removeLast()
Deletes the PathElement that is currently at the end of the path |
java.lang.String |
toString()
returns a String representation of all the elements in the Path, |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public Path()
public Path(PathElementInterface firstEntry)
Method Detail |
public void append(PathElementInterface element)
element
- the PathElementInterface to be addedpublic void removeLast()
public PathElementInterface getLast()
public void clear()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |