com.apelon.dts.client.concept
Class ConceptParent
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.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.
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 |
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 concepthasParents
- indicator if the parent concept has parents
getHasParents
public boolean getHasParents()
- Indicates whether the parent has parents.
- Returns:
- indicator of whether a parent concept has parents.
Copyright © 2011. All Rights Reserved.