public class ConceptImpl extends RegistryObjectImpl implements Concept
| Constructor and Description |
|---|
ConceptImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of ConceptImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChildConcept(Concept concept) |
void |
addChildConcepts(Collection collection) |
int |
getChildConceptCount() |
Collection<Concept> |
getChildrenConcepts() |
ClassificationScheme |
getClassificationScheme() |
Collection<Concept> |
getDescendantConcepts() |
RegistryObject |
getParent() |
Concept |
getParentConcept() |
String |
getPath() |
String |
getValue() |
void |
removeChildConcept(Concept c) |
void |
removeChildConcepts(Collection collection) |
void |
setChildconcepts(Collection<Concept> childconcepts) |
void |
setClassificationScheme(ClassificationScheme sc) |
void |
setParent(RegistryObject parent) |
void |
setParentconcept(Concept parentconcept) |
void |
setScheme(ClassificationSchemeImpl scheme) |
void |
setValue(String str) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, equals, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, hashCode, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotspublic ConceptImpl(LifeCycleManager lifeCycleManager)
public void addChildConcept(Concept concept)
addChildConcept in interface Conceptpublic void addChildConcepts(Collection collection)
addChildConcepts in interface Conceptpublic int getChildConceptCount()
getChildConceptCount in interface Conceptpublic Collection<Concept> getChildrenConcepts()
getChildrenConcepts in interface Conceptpublic ClassificationScheme getClassificationScheme()
getClassificationScheme in interface Conceptpublic Collection<Concept> getDescendantConcepts()
getDescendantConcepts in interface Conceptpublic RegistryObject getParent()
public Concept getParentConcept()
getParentConcept in interface Conceptpublic String getValue() throws JAXRException
getValue in interface ConceptJAXRExceptionpublic void removeChildConcept(Concept c)
removeChildConcept in interface Conceptpublic void removeChildConcepts(Collection collection)
removeChildConcepts in interface Conceptpublic void setParent(RegistryObject parent)
public void setParentconcept(Concept parentconcept)
public void setScheme(ClassificationSchemeImpl scheme)
public void setChildconcepts(Collection<Concept> childconcepts)
public void setClassificationScheme(ClassificationScheme sc)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.