Uses of Class
com.apelon.dts.client.concept.DTSConcept

Packages that use DTSConcept
com.apelon.beans.dts.plugin.transferable This package contains the Transferables used by DTS Beans in Drag and Drop. 
com.apelon.dts.client.association This package provides capability to work with associations between concepts, terms, or a concept and a term. 
com.apelon.dts.client.classifier This package provides API needed for classification of Ontylog Extension namespaces. 
com.apelon.dts.client.concept This package provides capability to access both Ontylog and thesaurus concepts in a DTS client application. 
com.apelon.dts.client.events   
com.apelon.dts.client.match This package provides matching capability to flexibly search within predefined silos of data within the knowledgebase. 
com.apelon.dts.client.subset This package provides the capability to access and manipulate subsets in a DTS client application. 
 

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

Constructors in com.apelon.beans.dts.plugin.transferable with parameters of type DTSConcept
ConceptTransferable(DTSConcept con)
          Initializes with given DTSConcept.
 

Uses of DTSConcept in com.apelon.dts.client.association
 

Methods in com.apelon.dts.client.association that return DTSConcept
 DTSConcept Synonym.getConcept()
          Get synonym's concept.
 DTSConcept ConceptAssociation.getFromConcept()
          Get "from" concept of association.
 DTSConcept ConceptAssociation.getToConcept()
          Get "to" concept of association.
 

Methods in com.apelon.dts.client.association with parameters of type DTSConcept
 void Synonym.setConcept(DTSConcept concept)
          Set concept of synonym association.
 void ConceptAssociation.setFromConcept(DTSConcept fromConcept)
          Set "from" concept of association.
 void ConceptAssociation.setToConcept(DTSConcept toConcept)
          Set "to" concept of association.
 

Constructors in com.apelon.dts.client.association with parameters of type DTSConcept
ConceptAssociation(AssociationType assocType, DTSConcept toConcept)
          Constructs an association from the association type and "to" concept.
ConceptAssociation(DTSConcept fromConcept, AssociationType assocType)
          Constructs an association from the "from" concept and association type.
ConceptAssociation(DTSConcept fromConcept, AssociationType assocType, DTSConcept toConcept)
          Constructs a concept association from the "from" concept, association type, and "to" concept.
Synonym(DTSConcept concept, AssociationType assocType, Term term, boolean preferred)
          Constructs a synonym from a concept, association type, and term.
 

Uses of DTSConcept in com.apelon.dts.client.classifier
 

Methods in com.apelon.dts.client.classifier that return DTSConcept
 DTSConcept ClassifyCycleError.getConcept()
          Gets the concept which is part of the cyclic error.
 DTSConcept ClassifyEquivError.getConcept1()
          Get the first of the two equivalent concepts in this entry
 DTSConcept ClassifyEquivError.getConcept2()
          Get the second of the two equivalent concepts in this entry
 

Constructors in com.apelon.dts.client.classifier with parameters of type DTSConcept
ClassifyCycleError(int cycleNumber, DTSConcept concept, DTSRoleType roleType)
          Creates this cycle error entry.
ClassifyEquivError(DTSConcept concept1, DTSConcept concept2)
          Creates this classification equivalency error entry.
 

Uses of DTSConcept in com.apelon.dts.client.concept
 

Subclasses of DTSConcept in com.apelon.dts.client.concept
 class ConceptChild
          Holds a child concept and an indicator of whether the child has children.
 class ConceptParent
          Holds a parent concept and an indicator of whether the parent has parents.
 class OntylogConcept
          An Ontylog concept extends a DTS concept by adding Ontylog hierarchy and role information.
 

Methods in com.apelon.dts.client.concept that return DTSConcept
 DTSConcept BaseLocalConceptQuery.addConcept(DTSConcept concept)
          Adds a concept to a namespace by passing a DTSConcept object.
 DTSConcept BaseLocalConceptQuery.addConcept(DTSConcept concept, ConceptAttributeSetDescriptor asd)
          Adds a concept to a namespace by passing a DTSConcept object.
 DTSConcept BaseConceptQuery.addProperty(DTSConcept concept, DTSProperty newProperty)
          Adds a property to a concept.
 DTSConcept BaseConceptQuery.deleteProperty(DTSConcept concept, DTSProperty property)
          Deletes a property from a concept.
 DTSConcept BaseConceptQuery.findConceptByCode(String conceptCode, int namespaceId, ConceptAttributeSetDescriptor descriptor)
          Gets a concept object (DTSConcept or OntylogConcept) that represents the same concept as the argument concept code, but with those attributes present that are specified in the ConceptAttributeSetDescriptor.
 DTSConcept BaseConceptQuery.findConceptById(int conceptId, int namespaceId, ConceptAttributeSetDescriptor descriptor)
          Gets a concept object (DTSConcept or OntylogConcept) that represents the same concept as the argument concept ID, but with those attributes present that are specified in the ConceptAttributeSetDescriptor.
 DTSConcept BaseConceptQuery.findConceptByName(String conceptName, int namespaceId, ConceptAttributeSetDescriptor descriptor)
          Gets a concept object (DTSConcept or OntylogConcept) that represents the same concept as the argument concept name, but with those attributes present that are specified in the ConceptAttributeSetDescriptor.
 DTSConcept[] BaseConceptQuery.findConceptsByCode(String[] conceptCodes, int[] namespaceIds, ConceptAttributeSetDescriptor descriptor)
          Gets an array of concept objects (DTSConcepts or OntylogConcepts) that represent the same concepts as the argument array of concept codes, from the same respective namespaces represented by the namespace ID array, but with those attributes present that are specified in the ConceptAttributeSetDescriptor.
 DTSConcept[] BaseConceptQuery.findConceptsById(int[] conceptIds, int[] namespaceIds, ConceptAttributeSetDescriptor descriptor)
          Gets an array of concept objects (DTSConcepts or OntylogConcepts) that represent the same concepts as the argument array of concept IDs, from the same respective namespaces represented by the namespace ID array, but with those attributes present that are specified in the ConceptAttributeSetDescriptor.
 DTSConcept[] BaseConceptQuery.findConceptsByName(String[] conceptNames, int[] namespaceIds, ConceptAttributeSetDescriptor descriptor)
          Gets an array of concept objects (DTSConcepts or OntylogConcepts) that represent the same concepts as the argument array of concept names, from the same respective namespaces represented by the namespace ID array, but with those attributes present that are specified in the ConceptAttributeSetDescriptor.
 DTSConcept BaseLocalConceptQuery.updateConcept(DTSConcept oldConcept, DTSConcept newConcept)
          Updates only the concept name and/or code.
 DTSConcept BaseLocalConceptQuery.updateConcept(DTSConcept oldConcept, DTSConcept newConcept, ConceptAttributeSetDescriptor asd)
          Updates only the concept name and/or code.
 DTSConcept BaseConceptQuery.updateProperty(DTSConcept concept, DTSProperty oldProperty, DTSProperty newProperty)
          Updates the concept, replacing the old DTSProperty with the new DTSProperty including any qualifiers.
 

Methods in com.apelon.dts.client.concept with parameters of type DTSConcept
 DTSConcept BaseLocalConceptQuery.addConcept(DTSConcept concept)
          Adds a concept to a namespace by passing a DTSConcept object.
 DTSConcept BaseLocalConceptQuery.addConcept(DTSConcept concept, ConceptAttributeSetDescriptor asd)
          Adds a concept to a namespace by passing a DTSConcept object.
 DTSConcept BaseConceptQuery.addProperty(DTSConcept concept, DTSProperty newProperty)
          Adds a property to a concept.
 boolean BaseLocalConceptQuery.deleteConcept(DTSConcept concept)
          Deletes a concept from the knowledgebase.
 DTSConcept BaseConceptQuery.deleteProperty(DTSConcept concept, DTSProperty property)
          Deletes a property from a concept.
 ArrayList NavQuery.filterSubsetConcepts(int subsetId, int namespaceId, DTSConcept[] concepts)
          This filters concepts which are present in the given subset which are present in the given namespace from a list of provided concept ids.
 NavChildContext NavQuery.getNavChildContext(DTSConcept focusConcept, ConceptAttributeSetDescriptor focusConceptASD, AssociationType associationType)
          Get the children of a concept with respect to an association type and whether they in turn have children in that same respect.
 NavChildContext NavQuery.getNavChildContext(DTSConcept focusConcept, ConceptAttributeSetDescriptor focusConceptASD, Namespace namespace)
          Get the subconcepts of an DTSConcept concept in an Ontylog or Ontylog Extension namespace and whether they in turn have subconcepts (children).
 NavParentContext NavQuery.getNavParentContext(DTSConcept focusConcept, ConceptAttributeSetDescriptor focusConceptASD, AssociationType associationType)
          Get the parents of a concept with respect to an association type and whether they in turn have parents in that same respect.
 NavParentContext NavQuery.getNavParentContext(DTSConcept focusConcept, ConceptAttributeSetDescriptor focusConceptASD, Namespace namespace)
          Get the superconcepts of an Ontylog or Ontylog Extension concept and whether they in turn have superconcepts (parents).
 DTSConcept BaseLocalConceptQuery.updateConcept(DTSConcept oldConcept, DTSConcept newConcept)
          Updates only the concept name and/or code.
 DTSConcept BaseLocalConceptQuery.updateConcept(DTSConcept oldConcept, DTSConcept newConcept, ConceptAttributeSetDescriptor asd)
          Updates only the concept name and/or code.
 DTSConcept BaseConceptQuery.updateProperty(DTSConcept concept, DTSProperty oldProperty, DTSProperty newProperty)
          Updates the concept, replacing the old DTSProperty with the new DTSProperty including any qualifiers.
 

Uses of DTSConcept in com.apelon.dts.client.events
 

Methods in com.apelon.dts.client.events that return DTSConcept
 DTSConcept ConceptEvent.getConcept()
          Get the concept which has changed.
 

Methods in com.apelon.dts.client.events with parameters of type DTSConcept
 boolean ConceptEvent.isConceptAffected(DTSConcept concept)
          A method to check if a concept is affected by this concept action.
 

Constructors in com.apelon.dts.client.events with parameters of type DTSConcept
ConceptEvent(Object source, DTSConcept concept, int eventType, ConceptAttributeChange attributeChange)
          Constructs a ConceptEvent object.
 

Uses of DTSConcept in com.apelon.dts.client.match
 

Methods in com.apelon.dts.client.match that return DTSConcept
 DTSConcept Match.getMatchingConcept()
          Gets the concept to which the matching item belongs.
 

Constructors in com.apelon.dts.client.match with parameters of type DTSConcept
Match(String preferredTerm, DTSConcept concept, MatchItem item)
          Contructs a Match which has preferredTerm, concept, matchItem
 

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

Methods in com.apelon.dts.client.subset that return DTSConcept
 DTSConcept[] SubsetQuery.fetchConcepts(int subsetId)
          Returns a list of DTSConcept for a given Subset.
 DTSConcept[] SubsetQuery.fetchConcepts(int subsetId, ConceptAttributeSetDescriptor casd)
          Returns a list of DTSConcept for a given Subset.
 DTSConcept[] SubsetQuery.fetchPreview(PreviewOptions options)
          Fetches concepts from the subset when PreviewOptions.FULL is specified.
 

Methods in com.apelon.dts.client.subset with parameters of type DTSConcept
 void SubsetExpressionBuilder.addConcept(DefaultMutableTreeNode parent, DTSConcept con)
          Creates OntylogConceptFilter for the given Concept with modifier "ONLY".
 DefaultMutableTreeNode SubsetExpressionBuilder.addConceptFilter(DefaultMutableTreeNode parent, DTSConcept con, boolean descendentsOnly)
          Creates OntylogConceptFilter for the given Concept.
 



Copyright © 2011. All Rights Reserved.