public interface Concept extends RegistryObject
| Modifier and Type | Method and Description |
|---|---|
void |
addChildConcept(Concept concept) |
void |
addChildConcepts(java.util.Collection concepts) |
int |
getChildConceptCount() |
java.util.Collection |
getChildrenConcepts() |
ClassificationScheme |
getClassificationScheme() |
java.util.Collection |
getDescendantConcepts() |
RegistryObject |
getParent() |
Concept |
getParentConcept() |
java.lang.String |
getPath() |
java.lang.String |
getValue() |
void |
removeChildConcept(Concept concept) |
void |
removeChildConcepts(java.util.Collection concepts) |
void |
setValue(java.lang.String value) |
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, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsvoid addChildConcept(Concept concept) throws JAXRException
JAXRExceptionvoid addChildConcepts(java.util.Collection concepts)
throws JAXRException
JAXRExceptionint getChildConceptCount()
throws JAXRException
JAXRExceptionjava.util.Collection getChildrenConcepts()
throws JAXRException
JAXRExceptionClassificationScheme getClassificationScheme() throws JAXRException
JAXRExceptionjava.util.Collection getDescendantConcepts()
throws JAXRException
JAXRExceptionRegistryObject getParent() throws JAXRException
JAXRExceptionConcept getParentConcept() throws JAXRException
JAXRExceptionjava.lang.String getPath()
throws JAXRException
JAXRExceptionjava.lang.String getValue()
throws JAXRException
JAXRExceptionvoid removeChildConcept(Concept concept) throws JAXRException
JAXRExceptionvoid removeChildConcepts(java.util.Collection concepts)
throws JAXRException
JAXRExceptionvoid setValue(java.lang.String value)
throws JAXRException
JAXRException