|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nlm.umls.meta.impl.PlaceholderConcept
gov.nih.nlm.umls.meta.impl.ConceptImpl
public class ConceptImpl
Default implementation of the Concept interface.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface gov.nih.nlm.umls.meta.Concept |
|---|
Concept.ByCUIComparator, Concept.ByPreferredNameComparator |
| Field Summary | |
|---|---|
protected List |
attributes
|
protected List |
component_histories
|
protected List |
contexts
|
protected List |
coocurrences
|
protected List |
definitions
|
protected List |
locators
|
protected List |
mappings
|
protected List |
relationships
|
protected List |
semantic_types
|
| Fields inherited from class gov.nih.nlm.umls.meta.impl.PlaceholderConcept |
|---|
atoms, cui |
| Constructor Summary | |
|---|---|
ConceptImpl()
Instantiates an empty Concept. |
|
ConceptImpl(Concept cpt)
Instantiates a Concept from the specified Concept. |
|
| Method Summary | |
|---|---|
void |
addAtom(Atom atom)
Adds the specified Atom. |
void |
addAttribute(Attribute att)
Adds the specified Attribute. |
void |
addComponentHistory(ComponentHistory map)
Adds a ComponentHistory. |
void |
addContext(Context cxt)
Adds the specified Context. |
void |
addCoocurrence(Coocurrence coc)
Adds the specified Coocurrence. |
void |
addDefinition(Definition def)
Adds the specified Definition. |
void |
addLocator(Locator loc)
Add the specified Locator. |
void |
addMapping(Mapping map)
Adds a Mapping. |
void |
addRelationship(Relationship rel)
Adds the specified Relationship. |
void |
addSemanticType(SemanticType sty)
Adds a SemanticType. |
void |
clear()
This removes all of the Concept's components. |
void |
clearAtoms()
Remove all Atoms. |
void |
clearAttributes()
Remove all Attributes. |
void |
clearComponentHistories()
Removes all ComponentHistorys. |
void |
clearContexts()
Remove all Contexts. |
void |
clearCoocurrences()
Remove all Coocurrences. |
void |
clearDefinitions()
Remove all Definitions. |
void |
clearLocators()
Remove all Locators. |
void |
clearMappings()
Removes all Mappings. |
void |
clearRelationships()
Remove all Relationships. |
void |
clearSemanticTypes()
Removes all SemanticTypes. |
Atom[] |
getAtoms()
Returns the Atoms. |
Atom[] |
getAtoms(Restrictor restrictor)
Returns a subset of this Concept's Atoms. |
List |
getAtomsAsList()
Returns the Atoms as a List. |
Attribute[] |
getAttributes()
Returns the Attributes. |
List |
getAttributesAsList()
Returns the Attributes as a List. |
Attribute[] |
getAttributesForAtom(Atom atom)
Returns the attributes with aui that matches that of the given Atom. |
List |
getAttributesForAtomAsList(Atom atom)
Returns the attributes with aui that matches that of the given Atom
in a List. |
AtomAttribute[] |
getAttributesForRelationship(AtomRelationship rel)
Returns the attributes with aui that matches that of the given Relationship. |
List |
getAttributesForRelationshipAsList(AtomRelationship rel)
Returns the attributes with aui that matches that of the given Relationship
in a List. |
ComponentHistory[] |
getComponentHistories()
Returns the ComponentHistorys. |
List |
getComponentHistoriesAsList()
Returns the ComponentHistorys as a List. |
String |
getConceptIdentifier()
Returns the concept unique identifier (CUI) for the Concept
that holds this Concept. |
ContextGroup[] |
getContextGroups()
Return the ContextGroups. |
List |
getContextGroupsAsList()
Returns the ContextGroups as a List. |
Context[] |
getContexts()
Return the Contexts. |
Context[] |
getContexts(Restrictor restrictor)
Returns a subset of this Concept's Contexts. |
List |
getContextsAsList()
Returns the Contexts as a List. |
CoocurrenceGroup[] |
getCoocurrenceGroups()
Returns the CoocurrenceGroups. |
List |
getCoocurrenceGroupsAsList()
Returns the CoocurrenceGroups as a List. |
Coocurrence[] |
getCoocurrences()
Returns the Coocurrences. |
Coocurrence[] |
getCoocurrences(Restrictor restrictor)
Returns a subset of this Concept's Coocurrences. |
List |
getCoocurrencesAsList()
Returns the Coocurrences as a List. |
String |
getCui()
Shorthand for getConceptIdentifier(). |
Definition[] |
getDefinitions()
Returns the Definitions. |
Definition[] |
getDefinitions(Restrictor restrictor)
Returns a subset of this Concept's Definitions. |
List |
getDefinitionsAsList()
Returns the Definitions as a List. |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
Locator[] |
getLocators()
Returns the Locators. |
List |
getLocatorsAsList()
Returns the Locators as a List. |
Mapping[] |
getMappings()
Returns the Mappings. |
List |
getMappingsAsList()
Returns the Mappings as a List. |
Atom |
getPreferredAtom()
Returns the preferred atom of the concept. |
Atom |
getPreferredAtom(Comparator comparator)
Returns the preferred atom of the concept. |
Relationship[] |
getRelationships()
Returns the Relationships. |
Relationship[] |
getRelationships(Restrictor restrictor)
Returns a subset of this Concept's Relationships. |
List |
getRelationshipsAsList()
Returns the Relationships as a List. |
SemanticType[] |
getSemanticTypes()
Returns the SemanticTypes. |
List |
getSemanticTypesAsList()
Returns the SemanticTypes as a List. |
TermAttribute[] |
getTermAttributes()
Returns the TermAttributes. |
List |
getTermAttributesAsList()
Returns the TermAttributes as a List. |
Term[] |
getTerms()
Returns the Terms. |
List |
getTermsAsList()
Returns the Terms as a List. |
boolean |
isEmpty()
This indicates if the Concept is empty, meaning
that either the SemanticType was removed or
all of the Atoms were removed. |
void |
removeAtom(Atom atom)
Removes the specified Atom and the
AtomAttributes attached to it. |
void |
removeAtom(int i)
|
void |
removeAttribute(Attribute att)
Removes the specified Attribute. |
void |
removeAttribute(int i)
|
void |
removeComponentHistory(ComponentHistory chs)
Removes the specified ComponentHistory. |
void |
removeContext(Context cxt)
Removes the specified Context. |
void |
removeContext(int i)
|
void |
removeCoocurrence(Coocurrence coc)
Removes the specified Coocurrence. |
void |
removeCoocurrence(int i)
|
void |
removeDefinition(Definition def)
Remove the specified Definition. |
void |
removeLocator(Locator loc)
Removes the specified Locator. |
void |
removeMapping(int i)
|
void |
removeMapping(Mapping map)
Removes the specified Mapping. |
void |
removeRelationship(int i)
|
void |
removeRelationship(Relationship rel)
Removes the specified Relationship and the
RelationshipAttributes attached to it. |
void |
removeSemanticType(SemanticType sty)
Removes the specified SemanticType. |
void |
setAtoms(Atom[] atoms)
Replace any Atoms with the
ones in the specified array. |
void |
setAtoms(List atoms)
Replace Atoms with the
ones in the apecified List. |
void |
setAttributes(Attribute[] atts)
Replace Attributes with the ones in the specified array. |
void |
setAttributes(List atts)
Replace Attributes with the ones in the specified List. |
void |
setComponentHistories(ComponentHistory[] maps)
Replace ComponentHistorys with the ones in the specified array. |
void |
setComponentHistories(List maps)
Replace ComponentHistorys with the ones in the specified List. |
void |
setConceptIdentifier(String cui)
Sets the concept unique identifier (CUI) for the Concept
that holds this Concept. |
void |
setContexts(Context[] cxts)
Replace Contexts with the ones in the specified array. |
void |
setContexts(List cxts)
Replace Contexts with the ones in the specified List. |
void |
setCoocurrences(Coocurrence[] cocs)
Replace Coocurrences with the ones in the specified array. |
void |
setCoocurrences(List cocs)
Replace Coocurrences with the ones in the specified List. |
void |
setCui(String cui)
Shorthand for setConceptIdentifier(String). |
void |
setDefinitions(Definition[] defs)
Replace Definitions with the ones in the specified array. |
void |
setDefinitions(List defs)
Replace Definitions with the ones in the specified List. |
void |
setLocators(List locs)
Replace Locators with the ones in the specified List. |
void |
setLocators(Locator[] locs)
Replace Locators with the ones in the specified array. |
void |
setMappings(List maps)
Replace Mappings with the ones in the specified List. |
void |
setMappings(Mapping[] maps)
Replace Mappings with the ones in the specified array. |
void |
setRelationships(List rels)
Replace Relationships of the ones in the specified List. |
void |
setRelationships(Relationship[] rels)
Replace Relationships with the ones in the specified array. |
void |
setSemanticTypes(List stys)
Replace SemanticTypes with the ones in the specified List. |
void |
setSemanticTypes(SemanticType[] stys)
Replace SemanticTypes with the ones in the specified array. |
| Methods inherited from class gov.nih.nlm.umls.meta.impl.PlaceholderConcept |
|---|
compareTo, equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List attributes
protected List component_histories
protected List contexts
protected List coocurrences
protected List definitions
protected List locators
protected List mappings
protected List relationships
protected List semantic_types
| Constructor Detail |
|---|
public ConceptImpl()
Concept.
public ConceptImpl(Concept cpt)
Concept from the specified Concept.
cpt - Concept to be copied| Method Detail |
|---|
public void clear()
Concept's components.
clear in interface Conceptclear in class PlaceholderConceptpublic boolean isEmpty()
Concept is empty, meaning
that either the SemanticType was removed or
all of the Atoms were removed.
isEmpty in interface ConceptisEmpty in class PlaceholderConceptpublic Atom[] getAtoms()
Atoms.
getAtoms in interface ConceptgetAtoms in class PlaceholderConceptAtom []public List getAtomsAsList()
Atoms as a List.
getAtomsAsList in interface ConceptgetAtomsAsList in class PlaceholderConceptAtoms as a Listpublic void addAtom(Atom atom)
Atom.
addAtom in interface ConceptaddAtom in class PlaceholderConceptatom - the Atom to be addedpublic void removeAtom(Atom atom)
Atom and the
AtomAttributes attached to it.
removeAtom in interface ConceptremoveAtom in class PlaceholderConceptatom - the Atom to be removedpublic void removeAtom(int i)
removeAtom in interface ConceptremoveAtom in class PlaceholderConceptpublic void clearAtoms()
Atoms.
clearAtoms in interface ConceptclearAtoms in class PlaceholderConceptpublic void setAtoms(Atom[] atoms)
Atoms with the
ones in the specified array.
setAtoms in interface ConceptsetAtoms in class PlaceholderConceptatoms - a Atom []public void setAtoms(List atoms)
Atoms with the
ones in the apecified List.
setAtoms in interface ConceptsetAtoms in class PlaceholderConceptatoms - a List of Atomspublic Atom getPreferredAtom()
getPreferredAtom in interface ConceptgetPreferredAtom in class PlaceholderConceptAtompublic Atom getPreferredAtom(Comparator comparator)
Comparator to determine the preferred atom.
getPreferredAtom in interface ConceptgetPreferredAtom in class PlaceholderConceptcomparator - Comparator
Atompublic Locator[] getLocators()
Locators.
getLocators in interface ConceptgetLocators in class PlaceholderConceptLocator []public List getLocatorsAsList()
Locators as a List.
getLocatorsAsList in interface ConceptgetLocatorsAsList in class PlaceholderConceptLocators as a Listpublic void addLocator(Locator loc)
Locator.
addLocator in interface ConceptaddLocator in class PlaceholderConceptloc - the Locator to be addedpublic void removeLocator(Locator loc)
Locator.
removeLocator in interface ConceptremoveLocator in class PlaceholderConceptloc - the Locator to be removedpublic void clearLocators()
Locators.
clearLocators in interface ConceptclearLocators in class PlaceholderConceptpublic void setLocators(Locator[] locs)
Locators with the ones in the specified array.
setLocators in interface ConceptsetLocators in class PlaceholderConceptlocs - a Locator []public void setLocators(List locs)
Locators with the ones in the specified List.
setLocators in interface ConceptsetLocators in class PlaceholderConceptlocs - a List of Locatorspublic Attribute[] getAttributes()
Attributes.
getAttributes in interface ConceptgetAttributes in class PlaceholderConceptAttribute []public List getAttributesAsList()
Attributes as a List.
getAttributesAsList in interface ConceptgetAttributesAsList in class PlaceholderConceptAttributes as a Listpublic void addAttribute(Attribute att)
Attribute.
addAttribute in interface ConceptaddAttribute in class PlaceholderConceptatt - the Attribute to be addedpublic void removeAttribute(Attribute att)
Attribute.
removeAttribute in interface ConceptremoveAttribute in class PlaceholderConceptatt - the Attribute to be removedpublic void removeAttribute(int i)
removeAttribute in interface ConceptremoveAttribute in class PlaceholderConceptpublic void clearAttributes()
Attributes.
clearAttributes in interface ConceptclearAttributes in class PlaceholderConceptpublic void setAttributes(Attribute[] atts)
Attributes with the ones in the specified array.
setAttributes in interface ConceptsetAttributes in class PlaceholderConceptatts - an Attribute []public void setAttributes(List atts)
Attributes with the ones in the specified List.
setAttributes in interface ConceptsetAttributes in class PlaceholderConceptatts - a List of Attributespublic Context[] getContexts()
Contexts.
getContexts in interface ConceptgetContexts in class PlaceholderConceptContext []public Context[] getContexts(Restrictor restrictor)
Concept's Contexts.
Restricts the return based on the given Restrictor.
getContexts in interface ConceptgetContexts in class PlaceholderConceptrestrictor - Restrictor
public List getContextsAsList()
Contexts as a List.
getContextsAsList in interface ConceptgetContextsAsList in class PlaceholderConceptContexts as a Listpublic void addContext(Context cxt)
Context.
addContext in interface ConceptaddContext in class PlaceholderConceptcxt - the Context to be addedpublic void removeContext(Context cxt)
Context.
removeContext in interface ConceptremoveContext in class PlaceholderConceptcxt - the Context to be removedpublic void removeContext(int i)
removeContext in interface ConceptremoveContext in class PlaceholderConceptpublic void clearContexts()
Contexts.
clearContexts in interface ConceptclearContexts in class PlaceholderConceptpublic void setContexts(Context[] cxts)
Contexts with the ones in the specified array.
setContexts in interface ConceptsetContexts in class PlaceholderConceptcxts - a Context []public void setContexts(List cxts)
Contexts with the ones in the specified List.
setContexts in interface ConceptsetContexts in class PlaceholderConceptcxts - a List of Contextspublic Coocurrence[] getCoocurrences()
Coocurrences.
getCoocurrences in interface ConceptgetCoocurrences in class PlaceholderConceptCoocurrence []public Coocurrence[] getCoocurrences(Restrictor restrictor)
Concept's Coocurrences.
Restricts the return based on the given Restrictor.
getCoocurrences in interface ConceptgetCoocurrences in class PlaceholderConceptrestrictor - Restrictor
public List getCoocurrencesAsList()
Coocurrences as a List.
getCoocurrencesAsList in interface ConceptgetCoocurrencesAsList in class PlaceholderConceptCoocurrences as a Listpublic void addCoocurrence(Coocurrence coc)
Coocurrence.
addCoocurrence in interface ConceptaddCoocurrence in class PlaceholderConceptcoc - the Coocurrence to be addedpublic void removeCoocurrence(Coocurrence coc)
Coocurrence.
removeCoocurrence in interface ConceptremoveCoocurrence in class PlaceholderConceptcoc - the Coocurrence to be removedpublic void removeCoocurrence(int i)
removeCoocurrence in interface ConceptremoveCoocurrence in class PlaceholderConceptpublic void clearCoocurrences()
Coocurrences.
clearCoocurrences in interface ConceptclearCoocurrences in class PlaceholderConceptpublic void setCoocurrences(Coocurrence[] cocs)
Coocurrences with the ones in the specified array.
setCoocurrences in interface ConceptsetCoocurrences in class PlaceholderConceptcocs - a Coocurrence []public void setCoocurrences(List cocs)
Coocurrences with the ones in the specified List.
setCoocurrences in interface ConceptsetCoocurrences in class PlaceholderConceptcocs - a List of Coocurrencespublic Definition[] getDefinitions()
Definitions.
getDefinitions in interface ConceptgetDefinitions in class PlaceholderConceptDefinition []public Definition[] getDefinitions(Restrictor restrictor)
Concept's Definitions.
Restricts the return based on the given Restrictor.
getDefinitions in interface ConceptgetDefinitions in class PlaceholderConceptrestrictor - Restrictor
public List getDefinitionsAsList()
Definitions as a List.
getDefinitionsAsList in interface ConceptgetDefinitionsAsList in class PlaceholderConceptDefinitions as a Listpublic void addDefinition(Definition def)
Definition.
addDefinition in interface ConceptaddDefinition in class PlaceholderConceptdef - the Definition to be addedpublic void removeDefinition(Definition def)
Definition.
removeDefinition in interface ConceptremoveDefinition in class PlaceholderConceptdef - the Definition to be removedpublic void clearDefinitions()
Definitions.
clearDefinitions in interface ConceptclearDefinitions in class PlaceholderConceptpublic void setDefinitions(Definition[] defs)
Definitions with the ones in the specified array.
setDefinitions in interface ConceptsetDefinitions in class PlaceholderConceptdefs - a Definition []public void setDefinitions(List defs)
Definitions with the ones in the specified List.
setDefinitions in interface ConceptsetDefinitions in class PlaceholderConceptdefs - a List of Definitionspublic Relationship[] getRelationships()
Relationships.
getRelationships in interface ConceptgetRelationships in class PlaceholderConceptRelationship []public Relationship[] getRelationships(Restrictor restrictor)
Concept's Relationships.
Restricts the return based on the given Restrictor.
getRelationships in interface ConceptgetRelationships in class PlaceholderConceptrestrictor - Restrictor
public List getRelationshipsAsList()
Relationships as a List.
getRelationshipsAsList in interface ConceptgetRelationshipsAsList in class PlaceholderConceptRelationships as a Listpublic void addRelationship(Relationship rel)
Relationship.
addRelationship in interface ConceptaddRelationship in class PlaceholderConceptrel - the Relationship to be addedpublic void removeRelationship(Relationship rel)
Relationship and the
RelationshipAttributes attached to it.
removeRelationship in interface ConceptremoveRelationship in class PlaceholderConceptrel - the Relationship to be removedpublic void removeRelationship(int i)
removeRelationship in interface ConceptremoveRelationship in class PlaceholderConceptpublic void clearRelationships()
Relationships.
clearRelationships in interface ConceptclearRelationships in class PlaceholderConceptpublic void setRelationships(Relationship[] rels)
Relationships with the ones in the specified array.
setRelationships in interface ConceptsetRelationships in class PlaceholderConceptrels - a Relationship []public void setRelationships(List rels)
Relationships of the ones in the specified List.
setRelationships in interface ConceptsetRelationships in class PlaceholderConceptrels - a List of Relationshipspublic SemanticType[] getSemanticTypes()
SemanticTypes.
getSemanticTypes in interface ConceptgetSemanticTypes in class PlaceholderConceptSemanticType []public List getSemanticTypesAsList()
SemanticTypes as a List.
getSemanticTypesAsList in interface ConceptgetSemanticTypesAsList in class PlaceholderConceptSemanticTypes as a Listpublic void addSemanticType(SemanticType sty)
SemanticType.
addSemanticType in interface ConceptaddSemanticType in class PlaceholderConceptsty - the SemanticType to be addedpublic void removeSemanticType(SemanticType sty)
SemanticType.
removeSemanticType in interface ConceptremoveSemanticType in class PlaceholderConceptsty - the SemanticType to be removedpublic void clearSemanticTypes()
SemanticTypes.
clearSemanticTypes in interface ConceptclearSemanticTypes in class PlaceholderConceptpublic void setSemanticTypes(SemanticType[] stys)
SemanticTypes with the ones in the specified array.
setSemanticTypes in interface ConceptsetSemanticTypes in class PlaceholderConceptstys - a SemanticType []public void setSemanticTypes(List stys)
SemanticTypes with the ones in the specified List.
setSemanticTypes in interface ConceptsetSemanticTypes in class PlaceholderConceptstys - a List of SemanticTypespublic ComponentHistory[] getComponentHistories()
ComponentHistorys.
getComponentHistories in interface ConceptgetComponentHistories in class PlaceholderConceptComponentHistory []public List getComponentHistoriesAsList()
ComponentHistorys as a List.
getComponentHistoriesAsList in interface ConceptgetComponentHistoriesAsList in class PlaceholderConceptComponentHistorys as a Listpublic void addComponentHistory(ComponentHistory map)
ComponentHistory.
addComponentHistory in interface ConceptaddComponentHistory in class PlaceholderConceptmap - the ComponentHistory to be addedpublic void removeComponentHistory(ComponentHistory chs)
ComponentHistory.
removeComponentHistory in interface ConceptremoveComponentHistory in class PlaceholderConceptchs - the ComponentHistory to be removedpublic void clearComponentHistories()
ComponentHistorys.
clearComponentHistories in interface ConceptclearComponentHistories in class PlaceholderConceptpublic void setComponentHistories(ComponentHistory[] maps)
ComponentHistorys with the ones in the specified array.
setComponentHistories in interface ConceptsetComponentHistories in class PlaceholderConceptmaps - a ComponentHistory []public void setComponentHistories(List maps)
ComponentHistorys with the ones in the specified List.
setComponentHistories in interface ConceptsetComponentHistories in class PlaceholderConceptmaps - a List of ComponentHistoryspublic Mapping[] getMappings()
Mappings.
getMappings in interface ConceptgetMappings in class PlaceholderConceptMapping []public List getMappingsAsList()
Mappings as a List.
getMappingsAsList in interface ConceptgetMappingsAsList in class PlaceholderConceptMappings as a Listpublic void addMapping(Mapping map)
Mapping.
addMapping in interface ConceptaddMapping in class PlaceholderConceptmap - the Mapping to be addedpublic void removeMapping(Mapping map)
Mapping.
removeMapping in interface ConceptremoveMapping in class PlaceholderConceptmap - the Mapping to be removedpublic void removeMapping(int i)
removeMapping in interface ConceptremoveMapping in class PlaceholderConceptpublic void clearMappings()
Mappings.
clearMappings in interface ConceptclearMappings in class PlaceholderConceptpublic void setMappings(Mapping[] maps)
Mappings with the ones in the specified array.
setMappings in interface ConceptsetMappings in class PlaceholderConceptmaps - a Mapping []public void setMappings(List maps)
Mappings with the ones in the specified List.
setMappings in interface ConceptsetMappings in class PlaceholderConceptmaps - a List of Mappingspublic Attribute[] getAttributesForAtom(Atom atom)
Atom.
getAttributesForAtom in interface ConceptgetAttributesForAtom in class PlaceholderConceptatom - Atom
List of Attributespublic List getAttributesForAtomAsList(Atom atom)
Atom
in a List.
getAttributesForAtomAsList in interface ConceptgetAttributesForAtomAsList in class PlaceholderConceptatom - Atom
List of AtomAttributespublic AtomAttribute[] getAttributesForRelationship(AtomRelationship rel)
Relationship.
getAttributesForRelationship in interface ConceptgetAttributesForRelationship in class PlaceholderConceptrel - AtomRelationship
List of Attributespublic List getAttributesForRelationshipAsList(AtomRelationship rel)
Relationship
in a List.
getAttributesForRelationshipAsList in interface ConceptgetAttributesForRelationshipAsList in class PlaceholderConceptrel - AtomRelationship
List of Attributespublic String getCui()
getConceptIdentifier().
getCui in interface ConceptgetCui in class PlaceholderConceptpublic void setCui(String cui)
setConceptIdentifier(String).
setCui in interface ConceptsetCui in class PlaceholderConceptcui - the CUIpublic String getConceptIdentifier()
Concept
that holds this Concept.
getConceptIdentifier in interface ConceptgetConceptIdentifier in class PlaceholderConceptpublic void setConceptIdentifier(String cui)
Concept
that holds this Concept.
setConceptIdentifier in interface ConceptsetConceptIdentifier in class PlaceholderConceptcui - the CUIpublic Atom[] getAtoms(Restrictor restrictor)
Concept's Atoms.
Restricts the return based on the given Restrictor.
getAtoms in interface ConceptgetAtoms in class PlaceholderConceptrestrictor - Restrictor
public ContextGroup[] getContextGroups()
ContextGroups.
getContextGroups in interface ConceptgetContextGroups in class PlaceholderConceptContextGroup []public List getContextGroupsAsList()
ContextGroups as a List.
getContextGroupsAsList in interface ConceptgetContextGroupsAsList in class PlaceholderConceptContextGroups as a Listpublic CoocurrenceGroup[] getCoocurrenceGroups()
CoocurrenceGroups.
getCoocurrenceGroups in interface ConceptgetCoocurrenceGroups in class PlaceholderConceptCoocurrenceGroup []public List getCoocurrenceGroupsAsList()
CoocurrenceGroups as a List.
getCoocurrenceGroupsAsList in interface ConceptgetCoocurrenceGroupsAsList in class PlaceholderConceptCoocurrenceGroups as a Listpublic TermAttribute[] getTermAttributes()
TermAttributes.
getTermAttributes in interface ConceptgetTermAttributes in class PlaceholderConceptTermAttribute []public List getTermAttributesAsList()
TermAttributes as a List.
getTermAttributesAsList in interface ConceptgetTermAttributesAsList in class PlaceholderConceptTermAttributes as a Listpublic Term[] getTerms()
Terms.
getTerms in interface ConceptgetTerms in class PlaceholderConceptTerm []public List getTermsAsList()
Terms as a List.
getTermsAsList in interface ConceptgetTermsAsList in class PlaceholderConceptTerms as a Listpublic String getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
getKeyFields in interface ConceptgetKeyFields in class PlaceholderConceptString composed from the cui.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||