|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OntylogConcept | |
---|---|
com.apelon.dts.client.attribute | Attributes are items of information attached to concepts or terms, or other attributes. |
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. |
Uses of OntylogConcept in com.apelon.dts.client.attribute |
---|
Methods in com.apelon.dts.client.attribute that return OntylogConcept | |
---|---|
OntylogConcept |
DTSRole.getConcept()
Deprecated. Use DTSRole.getValueConcept() instead. |
OntylogConcept |
DTSRole.getValueConcept()
Gets the OntylogConcept value of this DTSRole . |
Constructors in com.apelon.dts.client.attribute with parameters of type OntylogConcept | |
---|---|
DTSRole(DTSRoleType roleType,
OntylogConcept valueConcept)
Deprecated. Use DTSRole.DTSRole(DTSRoleType roleType, OntylogConcept valueConcept,
RoleModifier roleModifier, int roleGroup) instead |
|
DTSRole(DTSRoleType roleType,
OntylogConcept valueConcept,
RoleModifier roleModifier,
int roleGroup)
Constructs a DTSRole that includes a role modifier. |
Uses of OntylogConcept in com.apelon.dts.client.classifier |
---|
Methods in com.apelon.dts.client.classifier that return OntylogConcept | |
---|---|
OntylogConcept[] |
ClassifyDetailsQuery.getNoKindConcepts(int namespaceId)
This can be used to get the concepts with no Kind for an Ontylog Extension namespace. |
OntylogConcept[] |
ClassifyDetailsQuery.getNoParentConcepts(int namespaceId)
This can be used to get the concepts with no parent (defining concept) for an Ontylog Extension namespace. |
Uses of OntylogConcept in com.apelon.dts.client.concept |
---|
Subclasses of OntylogConcept 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. |
Methods in com.apelon.dts.client.concept that return OntylogConcept | |
---|---|
OntylogConcept[] |
SearchQuery.findConceptsWithConceptAssociationMatching(AssociationType conceptAssocType,
String toConceptName,
DTSSearchOptions options)
Gets all concepts with associations of the specified type whose target concept name is matched, based on the specified search options. |
OntylogConcept[] |
SearchQuery.findConceptsWithConceptAssociationMatching(AssociationType conceptAssocType,
String toConceptName,
int subsetId,
int limit)
Gets all concepts with associations of the specified type whose target concept name is matched, based on the subset id and the max match limit. |
OntylogConcept[] |
SearchQuery.findConceptsWithInverseConceptAssociationMatching(AssociationType invConceptAssocType,
String fromConceptName,
DTSSearchOptions options)
Gets all concepts in associations of the specified type whose source concept name is matched, based on the specified search options. |
OntylogConcept[] |
SearchQuery.findConceptsWithInverseConceptAssociationMatching(AssociationType invConceptAssocType,
String fromConceptName,
int subsetId,
int limit)
Gets all concepts in associations of the specified type whose source concept name is matched, based on the subset provided. |
OntylogConcept[] |
SearchQuery.findConceptsWithInverseRoleMatching(DTSRoleType roleType,
String pattern,
DTSSearchOptions options)
Retrieves each concept which is a value of a DTSRole with a
selected DTSRoleType , if the concept name having the role
matches the argument pattern. |
OntylogConcept[] |
SearchQuery.findConceptsWithInverseRoleMatching(DTSRoleType roleType,
String pattern,
int subsetId,
int limit)
Retrieves each concept which is a value of a DTSRole with a
selected DTSRoleType in a subset (given by subset id),
if the concept name having the role matches the argument pattern. |
OntylogConcept[] |
SearchQuery.findConceptsWithNameMatching(String pattern,
DTSSearchOptions options)
Retrieves each concepts with a name (string identifier) that matches the argument pattern, based on the specified search options. |
OntylogConcept[] |
SearchQuery.findConceptsWithNameMatching(String pattern,
DTSSearchOptions options,
boolean synonyms)
Retrieves each concepts with a name (string identifier) that matches the argument pattern, based on the specified search options. |
OntylogConcept[] |
SearchQuery.findConceptsWithNameMatching(String pattern,
int subsetId,
boolean synonyms,
int limit)
Retrieves each concepts with a name (string identifier) that matches the argument pattern, based on the specified subset id. |
OntylogConcept[] |
SearchQuery.findConceptsWithPropertyContaining(DTSPropertyType propType,
String pattern,
DTSSearchOptions options)
Retrieves each concept with a selected DTSPropertyType, if the concept DTSPropertyType value contains the argument pattern. |
OntylogConcept[] |
SearchQuery.findConceptsWithPropertyContaining(DTSPropertyType propType,
String pattern,
int subsetId,
int limit)
Retrieves each concept present in the subset with a selected DTSPropertyType, if the concept DTSPropertyType value contains the argument pattern. |
OntylogConcept[] |
SearchQuery.findConceptsWithPropertyMatching(DTSPropertyType propType,
String pattern,
DTSSearchOptions options)
Retrieves each concept with a selected DTSPropertyType , if the concept
DTSPropertyType value matches the argument pattern. |
OntylogConcept[] |
SearchQuery.findConceptsWithPropertyMatching(DTSPropertyType propType,
String pattern,
int subsetId,
int limit)
Retrieves each concept with a selected DTSPropertyType , if the concept
DTSPropertyType value matches the argument pattern. |
OntylogConcept[] |
SearchQuery.findConceptsWithRoleMatching(DTSRoleType roleType,
String pattern,
DTSSearchOptions options)
Retrieves each concept with a selected DTSRoleType , if the
concept DTSRoleType value matches the argument pattern. |
OntylogConcept[] |
SearchQuery.findConceptsWithRoleMatching(DTSRoleType roleType,
String pattern,
int subsetId,
int limit)
Retrieves each concept in the given subset with a selected DTSRoleType , if the
concept DTSRoleType value matches the argument pattern. |
OntylogConcept[] |
SearchQuery.findConceptsWithSynonymMatching(AssociationType synonymType,
String synonymTermName,
DTSSearchOptions options)
Gets all concepts with synonyms of the specified type matching the synonym name, based on the specified search options. |
OntylogConcept[] |
SearchQuery.findConceptsWithSynonymMatching(AssociationType synonymType,
String synonymTermName,
int subsetId,
int limit)
Gets all concepts with synonyms of the specified type matching the synonym name, based on the subset provided. |
OntylogConcept[] |
OntylogNavContext.getDirectSubs()
Deprecated. Gets an array of direct subconcepts for the focus concept of the OntylogNavContext. |
OntylogConcept[] |
OntylogNavContext.getDirectSups()
Deprecated. Gets an array of direct super concepts for the focus concept of the OntylogNavContext . |
OntylogConcept[] |
OntylogConcept.getFetchedDefiningConcepts()
If the defined view attributes have been retrieved, gets the defining concepts of this concept. |
OntylogConcept[] |
OntylogConcept.getFetchedSubconcepts()
Gets the direct subconcepts which have been retrieved for this concept. |
OntylogConcept[] |
OntylogConcept.getFetchedSuperconcepts()
Gets the direct superconcepts which have been retrieved for this concept. |
OntylogConcept |
OntylogNavContext.getFocus()
Deprecated. Gets the focus concept for the OntylogNavContext . |
OntylogConcept |
NavParentContext.getFocus()
Provides the starting point of the navigation. |
OntylogConcept |
NavChildContext.getFocus()
Provides the starting point of the navigation. |
OntylogConcept[] |
OntylogClassQuery.getSubConcepts(OntylogConcept concept,
ConceptAttributeSetDescriptor dtsAsd)
Gets all the subconcepts of the concept argument with attributes filled in according to the ConceptAttributeSetDescriptor. |
Methods in com.apelon.dts.client.concept with parameters of type OntylogConcept | |
---|---|
boolean |
OntylogConcept.addDefiningConcept(OntylogConcept definingConcept)
Adds the specified element as a defining concept for this concept. |
boolean |
OntylogExtConceptQuery.addDefiningConcept(OntylogConcept concept,
OntylogConcept definingConcept)
Adds an Ontylog concept as the defining concept to the Ontylog Extension Concept |
boolean |
OntylogExtConceptQuery.addDefiningRole(OntylogConcept concept,
DTSRole role)
Adds a defining role to the given ontylog extension concept |
boolean |
OntylogConcept.containsDefiningConcept(OntylogConcept definingConcept)
Tests if this concept already has the specified defining concept. |
int |
OntylogExtConceptQuery.createRoleGroup(OntylogConcept concept,
DTSRole[] roles)
Create a role group with the passed array of roles and returns the role group number. |
boolean |
OntylogConcept.deleteDefiningConcept(OntylogConcept definingConcept)
Deletes the specified element as a defining concept for this concept. |
boolean |
OntylogExtConceptQuery.deleteDefiningConcept(OntylogConcept concept,
OntylogConcept definingConcept)
Removes an Ontylog Concept as the defining concept from a given Ontylog Extension concept |
boolean |
OntylogExtConceptQuery.deleteDefiningRole(OntylogConcept concept,
DTSRole role)
Deletes a defining role from the given ontylog extension concept |
NavChildContext |
NavQuery.getNavChildContext(OntylogConcept focusConcept,
ConceptAttributeSetDescriptor focusConceptASD)
Get the subconcepts of an Ontylog concept and whether they in turn have subconcepts (children). |
NavChildContext |
NavQuery.getNavChildContext(OntylogConcept concept,
ConceptAttributeSetDescriptor dtsAsd,
AssociationType associationType)
Deprecated. As of DTS 3.4 Use NavQuery.getNavChildContext(DTSConcept, ConceptAttributeSetDescriptor, com.apelon.dts.client.association.AssociationType) |
NavParentContext |
NavQuery.getNavParentContext(OntylogConcept focusConcept,
ConceptAttributeSetDescriptor focusConceptASD)
Get the superconcepts of an Ontylog concept and whether they in turn have superconcepts (parents). |
NavParentContext |
NavQuery.getNavParentContext(OntylogConcept concept,
ConceptAttributeSetDescriptor dtsAsd,
AssociationType associationType)
Deprecated. As of DTS 3.4 use NavQuery.getNavParentContext(DTSConcept,
ConceptAttributeSetDescriptor, com.apelon.dts.client.association.AssociationType) |
OntylogConcept[] |
OntylogClassQuery.getSubConcepts(OntylogConcept concept,
ConceptAttributeSetDescriptor dtsAsd)
Gets all the subconcepts of the concept argument with attributes filled in according to the ConceptAttributeSetDescriptor. |
NavChildContext |
NavQuery.getSubsetNavChildContext(OntylogConcept focusConcept,
int subsetId,
Namespace namespace,
ConceptAttributeSetDescriptor focusConceptASD)
Get the subconcepts of an Ontylog concept present in a given subset and whether they in turn have subconcepts (children). |
NavParentContext |
NavQuery.getSubsetNavParentContext(OntylogConcept focusConcept,
int subsetId,
Namespace namespace,
ConceptAttributeSetDescriptor focusConceptASD)
Get the superconcepts of an Ontylog concept present in the given subset and whether they in turn have superconcepts (parents). |
boolean |
OntylogClassQuery.isSubConcept(OntylogConcept concept1,
OntylogConcept concept2)
Determines if concept1 is a subconcept of concept2. |
boolean[] |
OntylogClassQuery.isSubConcept(OntylogConcept concept1,
OntylogConcept[] concepts)
Determines if concept1 is a subconcept of an array of concepts. |
boolean[] |
OntylogClassQuery.isSubConcept(OntylogConcept concept1,
OntylogConcept[] concepts)
Determines if concept1 is a subconcept of an array of concepts. |
void |
OntylogConcept.setFetchedSubconcepts(OntylogConcept[] subconcepts)
Sets the direct subconcepts for this concept. |
void |
OntylogConcept.setFetchedSuperconcepts(OntylogConcept[] superconcepts)
Sets the direct superconcepts for this concept. |
void |
OntylogExtConceptQuery.ungroupRoleGroup(OntylogConcept concept,
int roleGroupNum)
Disband a role group so that all included roles become ungrouped. |
boolean |
OntylogExtConceptQuery.updateDefiningConcept(OntylogConcept concept,
OntylogConcept deleteDefiningConcept,
OntylogConcept addDefiningConcept)
Updates an Ontylog Extension Concept by deleting the given defining concept and adding another defining concept to it. |
boolean |
OntylogExtConceptQuery.updateDefiningRole(OntylogConcept concept,
DTSRole deleteRole,
DTSRole addRole)
Updates an ontylog extension concept with a new defining role by removing its other existing defining role. |
boolean |
OntylogExtConceptQuery.updatePrimitive(OntylogConcept concept,
boolean primitive)
Changes the given Ontylog Extension concept from primitive to defined or vice versa. |
Constructors in com.apelon.dts.client.concept with parameters of type OntylogConcept | |
---|---|
ConceptChild(OntylogConcept concept,
boolean hasChildren)
Constructs a new child concept context. |
|
ConceptParent(OntylogConcept concept,
boolean hasParents)
Constructs a new parent concept context. |
|
NavChildContext(OntylogConcept focus,
ConceptChild[] children)
Constructs a new navigation context. |
|
NavParentContext(OntylogConcept focus,
ConceptParent[] parents)
Constructs a new navigation context. |
|
OntylogNavContext(OntylogConcept c,
OntylogConcept[] sup,
OntylogConcept[] sub)
Deprecated. Constructs a new nav context. |
|
OntylogNavContext(OntylogConcept c,
OntylogConcept[] sup,
OntylogConcept[] sub)
Deprecated. Constructs a new nav context. |
|
OntylogNavContext(OntylogConcept c,
OntylogConcept[] sup,
OntylogConcept[] sub)
Deprecated. Constructs a new nav context. |
Uses of OntylogConcept in com.apelon.dts.client.events |
---|
Constructors in com.apelon.dts.client.events with parameters of type OntylogConcept | |
---|---|
ConceptAttributeChange(OntylogConcept oldDefiningConcept,
OntylogConcept newDefiningConcept)
Constructs a ConceptAttributeChange object for concept parent change. |
Uses of OntylogConcept in com.apelon.dts.client.match |
---|
Methods in com.apelon.dts.client.match that return OntylogConcept | |
---|---|
OntylogConcept[] |
MatchQuery.findConceptsWithSiloMatching(String pattern,
MatchOptions searchSpec)
Gets an array of concept objects that represents the search pattern, but with those attributes present that are specified in the AttributteSetDescriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |