com.apelon.dts.client.concept
Class ConceptChild

java.lang.Object
  extended by com.apelon.dts.client.common.DTSObject
      extended by com.apelon.dts.client.attribute.PropertiedObject
          extended by com.apelon.dts.client.concept.DTSConcept
              extended by com.apelon.dts.client.concept.OntylogConcept
                  extended by 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.

Constructor Summary
ConceptChild(OntylogConcept concept, boolean hasChildren)
          Constructs a new child concept context.
 
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
 
Methods inherited from class com.apelon.dts.client.attribute.PropertiedObject
addProperty, containsProperty, deleteProperty, getFetchedProperties, getNumberOfSpecifiedProperties, getProperties, setProperties
 
Methods inherited from class com.apelon.dts.client.common.DTSObject
getCode, getId, getName, getNamespaceId, hashCode, setCode, setId, setName, setNamespaceId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 concept
hasChildren - indicator if the child concept has children
Method Detail

getHasChildren

public boolean getHasChildren()
Indicates whether the child has children.

Returns:
indicator of whether a child concept has children.


Copyright © 2011. All Rights Reserved.