com.apelon.dts.client.concept
Class ConceptChild
java.lang.Object
com.apelon.dts.client.common.DTSObject
com.apelon.dts.client.attribute.PropertiedObject
com.apelon.dts.client.concept.DTSConcept
com.apelon.dts.client.concept.OntylogConcept
com.apelon.dts.client.concept.ConceptChild
- All Implemented Interfaces:
- MatchItem, Cloneable
public class ConceptChild
- extends OntylogConcept
Holds a child concept and an indicator of whether the child has
children.
Copyright: Copyright (c) 2007
Company: Apelon, Inc.
- Since:
- DTS 3.0
- Version:
- DTS 3.4.1
- Author:
- Apelon, Inc.
Method Summary |
boolean |
getHasChildren()
Indicates whether the child has children. |
Methods inherited from class com.apelon.dts.client.concept.OntylogConcept |
addDefiningConcept, addDefiningRole, addInverseRole, addRole, containsDefiningConcept, containsDefiningRole, containsInverseRole, containsRole, deleteDefiningConcept, deleteDefiningRole, deleteInverseRole, deleteRole, getDefiningRoleGroups, getFetchedDefiningConcepts, getFetchedDefiningRoles, getFetchedHasSubs, getFetchedHasSups, getFetchedInverseRoles, getFetchedKind, getFetchedPrimitive, getFetchedRoles, getFetchedSubconcepts, getFetchedSuperconcepts, getNumberOfSpecifiedInverseRoles, getNumberOfSpecifiedRoles, getRoleGroups, setFetchedHasSubs, setFetchedHasSups, setFetchedKind, setFetchedPrimitive, setFetchedSubconcepts, setFetchedSuperconcepts, setNumberOfSpecifiedInverseRoles, setNumberOfSpecifiedRoles |
Methods inherited from class com.apelon.dts.client.concept.DTSConcept |
addConceptAssociation, addInverseConceptAssociation, addSynonym, containsConceptAssociation, containsInverseConceptAssociation, containsSynonym, deleteConceptAssociation, deleteInverseConceptAssociation, deleteSynonym, equals, getFetchedConceptAssociations, getFetchedInverseConceptAssociations, getFetchedPreferredTerm, getFetchedSynonyms, getMatchItemType, getMatchString, getNumberOfSpecifiedConceptAssociations, getNumberOfSpecifiedInverseConceptAssociations, getNumberOfSpecifiedSynonyms, setNumberOfSpecifiedConceptAssociations, setNumberOfSpecifiedInverseConceptAssociations, setNumberOfSpecifiedSynonyms |
ConceptChild
public ConceptChild(OntylogConcept concept,
boolean hasChildren)
- Constructs a new child concept context. This context contains the child
concept, and indicates whether it has children.
- Parameters:
concept
- the child concepthasChildren
- indicator if the child concept has children
getHasChildren
public boolean getHasChildren()
- Indicates whether the child has children.
- Returns:
- indicator of whether a child concept has children.
Copyright © 2011. All Rights Reserved.