Uses of Class
com.apelon.dts.common.subset.Subset

Packages that use Subset
com.apelon.beans.dts.plugin.transferable This package contains the Transferables used by DTS Beans in Drag and Drop. 
com.apelon.dts.client.subset This package provides the capability to access and manipulate subsets in a DTS client application. 
 

Uses of Subset in com.apelon.beans.dts.plugin.transferable
 

Constructors in com.apelon.beans.dts.plugin.transferable with parameters of type Subset
SubsetTransferable(Subset subset)
          Initializes with given Subset.
 

Uses of Subset in com.apelon.dts.client.subset
 

Methods in com.apelon.dts.client.subset that return Subset
 Subset SubsetQuery.add(Subset subset)
          Adds a Subset to the knowledgebase.
 Subset SubsetQuery.fetch(int subsetId)
          Returns a subset matching the given subset id.
 Subset SubsetQuery.fetch(String subsetName)
          Returns a subset matching the given subset name.
 Subset[] SubsetQuery.fetchConceptSubsets(int conceptId, int conceptNamespaceId)
          Retrieves the list of subsets which contain the given concept.
 Subset[] SubsetQuery.find(DataTypeFilter filter, SubsetDescriptor descriptor)
          Retrieves subsets based on the DataTypeFilter.
 Subset[] SubsetQuery.findAll(SubsetDescriptor descriptor)
          Retrieves all subsets.
 

Methods in com.apelon.dts.client.subset with parameters of type Subset
 Subset SubsetQuery.add(Subset subset)
          Adds a Subset to the knowledgebase.
 int SubsetQuery.fetchConceptCount(Subset subset)
          Returns the number of concepts in a given Subset.
 



Copyright © 2011. All Rights Reserved.