Uses of Class
org.gcube.data.tmf.api.exceptions.UnknownTreeException

Packages that use UnknownTreeException
org.gcube.data.tmf.api   
org.gcube.data.tmf.impl   
 

Uses of UnknownTreeException in org.gcube.data.tmf.api
 

Methods in org.gcube.data.tmf.api that throw UnknownTreeException
 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 UnknownTreeException in org.gcube.data.tmf.impl
 

Methods in org.gcube.data.tmf.impl that throw UnknownTreeException
 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).
 



Copyright © 2013. All Rights Reserved.