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, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addAssociation, 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, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
public ConceptImpl(LifeCycleManager lifeCycleManager)
public void addChildConcept(Concept concept)
addChildConcept
in interface Concept
public void addChildConcepts(Collection collection)
addChildConcepts
in interface Concept
public int getChildConceptCount()
getChildConceptCount
in interface Concept
public Collection<Concept> getChildrenConcepts()
getChildrenConcepts
in interface Concept
public ClassificationScheme getClassificationScheme()
getClassificationScheme
in interface Concept
public Collection<Concept> getDescendantConcepts()
getDescendantConcepts
in interface Concept
public RegistryObject getParent()
public Concept getParentConcept()
getParentConcept
in interface Concept
public String getValue() throws JAXRException
getValue
in interface Concept
JAXRException
public void removeChildConcept(Concept c)
removeChildConcept
in interface Concept
public void removeChildConcepts(Collection collection)
removeChildConcepts
in interface Concept
public 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 © 2018 JBoss by Red Hat. All rights reserved.