public class CSAppConcept extends CSAppFixedRegistryObject implements CSAppConceptCollection
CSAppConcept
itself is no singleton.Constructor and Description |
---|
CSAppConcept(CSAppClassificationScheme pParent,
Concept pConcept)
Creates a new instance, with the given parent.
|
CSAppConcept(CSAppConcept pParent,
Concept pConcept)
Creates a new instance, with the given parent.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppPath()
Returns the concepts path, excluding the taxonomy name.
|
CSAppClassificationScheme |
getClassificationScheme()
Returns the concepts classification scheme.
|
java.lang.String |
getFullPath()
Returns the concepts path, including the classification schemes key.
|
CSAppConcept |
getParent()
Returns the concepts parent concept.
|
java.lang.String |
getPath()
Returns the concepts path, excluding the classification schemes key.
|
java.lang.String |
getValue()
Returns the concepts value.
|
equals, getDescription, getIntDescription, getIntName, getKey, getName, hashCode, setDescription, setName
public CSAppConcept(CSAppClassificationScheme pParent, Concept pConcept) throws JAXRException
pParent
- the concepts parent.pConcept
- the concept object.JAXRException
- if an internal error occurs.public CSAppConcept(CSAppConcept pParent, Concept pConcept) throws JAXRException
pParent
- the concepts parent.pConcept
- the concept object.JAXRException
- if an internal error occurs.public CSAppClassificationScheme getClassificationScheme()
public CSAppConcept getParent()
public java.lang.String getValue()
public java.lang.String getFullPath()
public java.lang.String getPath()
public java.lang.String getAppPath()