|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidTreeException | |
|---|---|
| org.gcube.data.tmf.api | |
| org.gcube.data.tmf.impl | |
| Uses of InvalidTreeException in org.gcube.data.tmf.api |
|---|
| Methods in org.gcube.data.tmf.api that throw InvalidTreeException | |
|---|---|
org.gcube.data.trees.data.Tree |
SourceWriter.add(org.gcube.data.trees.data.Tree tree)
Adds a tree to the source. |
org.gcube.data.trees.data.Tree |
SourceReader.get(String id,
org.gcube.data.trees.patterns.Pattern pattern)
Returns a tree in the source with a given identifier, after pruning it with a given pattern. |
org.gcube.data.trees.data.Tree |
SourceWriter.update(org.gcube.data.trees.data.Tree delta)
Updates a tree in the source with the delta tree that captures the changes. |
| Uses of InvalidTreeException in org.gcube.data.tmf.impl |
|---|
| Methods in org.gcube.data.tmf.impl that throw InvalidTreeException | |
|---|---|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
AbstractReader.get(org.gcube.data.streams.Stream<String> stream,
org.gcube.data.trees.patterns.Pattern pattern)
Default implementation of SourceReader.get(Stream, Pattern) based on repeated
delegation to SourceReader.get(String,Pattern). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||