com.apelon.dts.client.concept
Class ConceptParent

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.ConceptParent
All Implemented Interfaces:
MatchItem, Cloneable

public class ConceptParent
extends OntylogConcept

Holds a parent concept and an indicator of whether the parent has parents.

Copyright: Copyright (c) 2007

Company: Apelon, Inc.

Since:
DTS 3.0
Version:
DTS 3.4.1
Author:
Apelon, Inc.

Constructor Summary
ConceptParent(OntylogConcept concept, boolean hasParents)
          Constructs a new parent concept context.
 
Method Summary
 boolean getHasParents()
          Indicates whether the parent has parents.
 
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

ConceptParent

public ConceptParent(OntylogConcept concept,
                     boolean hasParents)
Constructs a new parent concept context. This context contains the parent concept, and indicates whether it has parents.

Parameters:
concept - the parent concept
hasParents - indicator if the parent concept has parents
Method Detail

getHasParents

public boolean getHasParents()
Indicates whether the parent has parents.

Returns:
indicator of whether a parent concept has parents.


Copyright © 2011. All Rights Reserved.