|
||||||||||
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
Default implementation of the Concept
interface.
Nested Class Summary |
Nested classes inherited from class 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 Atom s. |
void |
clearAttributes()
Remove all Attribute s. |
void |
clearComponentHistories()
Removes all ComponentHistory s. |
void |
clearContexts()
Remove all Context s. |
void |
clearCoocurrences()
Remove all Coocurrence s. |
void |
clearDefinitions()
Remove all Definition s. |
void |
clearLocators()
Remove all Locator s. |
void |
clearMappings()
Removes all Mapping s. |
void |
clearRelationships()
Remove all Relationship s. |
void |
clearSemanticTypes()
Removes all SemanticType s. |
Atom[] |
getAtoms()
Returns the Atom s. |
Atom[] |
getAtoms(Restrictor restrictor)
Returns a subset of this Concept 's Atom s. |
List |
getAtomsAsList()
Returns the Atom s as a List . |
Attribute[] |
getAttributes()
Returns the Attribute s. |
List |
getAttributesAsList()
Returns the Attribute s 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 ComponentHistory s. |
List |
getComponentHistoriesAsList()
Returns the ComponentHistory s as a List . |
String |
getConceptIdentifier()
Returns the concept unique identifier (CUI) for the Concept
that holds this Concept . |
ContextGroup[] |
getContextGroups()
Return the ContextGroup s. |
List |
getContextGroupsAsList()
Returns the ContextGroup s as a List . |
Context[] |
getContexts()
Return the Context s. |
Context[] |
getContexts(Restrictor restrictor)
Returns a subset of this Concept 's Context s. |
List |
getContextsAsList()
Returns the Context s as a List . |
CoocurrenceGroup[] |
getCoocurrenceGroups()
Returns the CoocurrenceGroup s. |
List |
getCoocurrenceGroupsAsList()
Returns the CoocurrenceGroup s as a List . |
Coocurrence[] |
getCoocurrences()
Returns the Coocurrence s. |
Coocurrence[] |
getCoocurrences(Restrictor restrictor)
Returns a subset of this Concept 's Coocurrence s. |
List |
getCoocurrencesAsList()
Returns the Coocurrence s as a List . |
String |
getCui()
Shorthand for getConceptIdentifier() . |
Definition[] |
getDefinitions()
Returns the Definition s. |
Definition[] |
getDefinitions(Restrictor restrictor)
Returns a subset of this Concept 's Definition s. |
List |
getDefinitionsAsList()
Returns the Definition s as a List . |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
Locator[] |
getLocators()
Returns the Locator s. |
List |
getLocatorsAsList()
Returns the Locator s as a List . |
Mapping[] |
getMappings()
Returns the Mapping s. |
List |
getMappingsAsList()
Returns the Mapping s 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 Relationship s. |
Relationship[] |
getRelationships(Restrictor restrictor)
Returns a subset of this Concept 's Relationship s. |
List |
getRelationshipsAsList()
Returns the Relationship s as a List . |
SemanticType[] |
getSemanticTypes()
Returns the SemanticType s. |
List |
getSemanticTypesAsList()
Returns the SemanticType s as a List . |
TermAttribute[] |
getTermAttributes()
Returns the TermAttribute s. |
List |
getTermAttributesAsList()
Returns the TermAttribute s as a List . |
Term[] |
getTerms()
Returns the Term s. |
List |
getTermsAsList()
Returns the Term s as a List . |
boolean |
isEmpty()
This indicates if the Concept is empty, meaning
that either the SemanticType was removed or
all of the Atom s were removed. |
void |
removeAtom(Atom atom)
Removes the specified Atom and the
AtomAttribute s attached to it. |
void |
removeAttribute(Attribute att)
Removes the specified Attribute . |
void |
removeComponentHistory(ComponentHistory chs)
Removes the specified ComponentHistory . |
void |
removeContext(Context cxt)
Removes the specified Context . |
void |
removeCoocurrence(Coocurrence coc)
Removes the specified Coocurrence . |
void |
removeDefinition(Definition def)
Remove the specified Definition . |
void |
removeLocator(Locator loc)
Removes the specified Locator . |
void |
removeMapping(Mapping map)
Removes the specified Mapping . |
void |
removeRelationship(Relationship rel)
Removes the specified Relationship and the
RelationshipAttribute s attached to it. |
void |
removeSemanticType(SemanticType sty)
Removes the specified SemanticType . |
void |
setAtoms(Atom[] atoms)
Replace any Atom s with the
ones in the specified array. |
void |
setAtoms(List atoms)
Replace Atom s with the
ones in the apecified List . |
void |
setAttributes(Attribute[] atts)
Replace Attribute s with the ones in the specified array. |
void |
setAttributes(List atts)
Replace Attribute s with the ones in the specified List . |
void |
setComponentHistories(ComponentHistory[] maps)
Replace ComponentHistory s with the ones in the specified array. |
void |
setComponentHistories(List maps)
Replace ComponentHistory s 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 Context s with the ones in the specified array. |
void |
setContexts(List cxts)
Replace Context s with the ones in the specified List . |
void |
setCoocurrences(Coocurrence[] cocs)
Replace Coocurrence s with the ones in the specified array. |
void |
setCoocurrences(List cocs)
Replace Coocurrence s with the ones in the specified List . |
void |
setCui(String cui)
Shorthand for setConceptIdentifier(String) . |
void |
setDefinitions(Definition[] defs)
Replace Definition s with the ones in the specified array. |
void |
setDefinitions(List defs)
Replace Definition s with the ones in the specified List . |
void |
setLocators(List locs)
Replace Locator s with the ones in the specified List . |
void |
setLocators(Locator[] locs)
Replace Locator s with the ones in the specified array. |
void |
setMappings(List maps)
Replace Mapping s with the ones in the specified List . |
void |
setMappings(Mapping[] maps)
Replace Mapping s with the ones in the specified array. |
void |
setRelationships(List rels)
Replace Relationship s of the ones in the specified List . |
void |
setRelationships(Relationship[] rels)
Replace Relationship s with the ones in the specified array. |
void |
setSemanticTypes(List stys)
Replace SemanticType s with the ones in the specified List . |
void |
setSemanticTypes(SemanticType[] stys)
Replace SemanticType s 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 copiedMethod Detail |
public void clear()
Concept
's components.
clear
in interface Concept
clear
in class PlaceholderConcept
public boolean isEmpty()
Concept
is empty, meaning
that either the SemanticType
was removed or
all of the Atom
s were removed.
isEmpty
in interface Concept
isEmpty
in class PlaceholderConcept
public Atom[] getAtoms()
Atom
s.
getAtoms
in interface Concept
getAtoms
in class PlaceholderConcept
Atom
[]
public List getAtomsAsList()
Atom
s as a List
.
getAtomsAsList
in interface Concept
getAtomsAsList
in class PlaceholderConcept
Atom
s as a List
public void addAtom(Atom atom)
Atom
.
addAtom
in interface Concept
addAtom
in class PlaceholderConcept
atom
- the Atom
to be addedpublic void removeAtom(Atom atom)
Atom
and the
AtomAttribute
s attached to it.
removeAtom
in interface Concept
removeAtom
in class PlaceholderConcept
atom
- the Atom
to be removedpublic void clearAtoms()
Atom
s.
clearAtoms
in interface Concept
clearAtoms
in class PlaceholderConcept
public void setAtoms(Atom[] atoms)
Atom
s with the
ones in the specified array.
setAtoms
in interface Concept
setAtoms
in class PlaceholderConcept
atoms
- a Atom
[]
public void setAtoms(List atoms)
Atom
s with the
ones in the apecified List
.
setAtoms
in interface Concept
setAtoms
in class PlaceholderConcept
atoms
- a List
of Atom
spublic Atom getPreferredAtom()
getPreferredAtom
in interface Concept
getPreferredAtom
in class PlaceholderConcept
Atom
public Atom getPreferredAtom(Comparator comparator)
Comparator
to determine the preferred atom.
getPreferredAtom
in interface Concept
getPreferredAtom
in class PlaceholderConcept
comparator
- Comparator
Atom
public Locator[] getLocators()
Locator
s.
getLocators
in interface Concept
getLocators
in class PlaceholderConcept
Locator
[]
public List getLocatorsAsList()
Locator
s as a List
.
getLocatorsAsList
in interface Concept
getLocatorsAsList
in class PlaceholderConcept
Locator
s as a List
public void addLocator(Locator loc)
Locator
.
addLocator
in interface Concept
addLocator
in class PlaceholderConcept
loc
- the Locator
to be addedpublic void removeLocator(Locator loc)
Locator
.
removeLocator
in interface Concept
removeLocator
in class PlaceholderConcept
loc
- the Locator
to be removedpublic void clearLocators()
Locator
s.
clearLocators
in interface Concept
clearLocators
in class PlaceholderConcept
public void setLocators(Locator[] locs)
Locator
s with the ones in the specified array.
setLocators
in interface Concept
setLocators
in class PlaceholderConcept
locs
- a Locator
[]
public void setLocators(List locs)
Locator
s with the ones in the specified List
.
setLocators
in interface Concept
setLocators
in class PlaceholderConcept
locs
- a List
of Locator
spublic Attribute[] getAttributes()
Attribute
s.
getAttributes
in interface Concept
getAttributes
in class PlaceholderConcept
Attribute
[]
public List getAttributesAsList()
Attribute
s as a List
.
getAttributesAsList
in interface Concept
getAttributesAsList
in class PlaceholderConcept
Attribute
s as a List
public void addAttribute(Attribute att)
Attribute
.
addAttribute
in interface Concept
addAttribute
in class PlaceholderConcept
att
- the Attribute
to be addedpublic void removeAttribute(Attribute att)
Attribute
.
removeAttribute
in interface Concept
removeAttribute
in class PlaceholderConcept
att
- the Attribute
to be removedpublic void clearAttributes()
Attribute
s.
clearAttributes
in interface Concept
clearAttributes
in class PlaceholderConcept
public void setAttributes(Attribute[] atts)
Attribute
s with the ones in the specified array.
setAttributes
in interface Concept
setAttributes
in class PlaceholderConcept
atts
- an Attribute
[]
public void setAttributes(List atts)
Attribute
s with the ones in the specified List
.
setAttributes
in interface Concept
setAttributes
in class PlaceholderConcept
atts
- a List
of Attribute
spublic Context[] getContexts()
Context
s.
getContexts
in interface Concept
getContexts
in class PlaceholderConcept
Context
[]
public Context[] getContexts(Restrictor restrictor)
Concept
's Context
s.
Restricts the return based on the given Restrictor
.
getContexts
in interface Concept
getContexts
in class PlaceholderConcept
restrictor
- Restrictor
public List getContextsAsList()
Context
s as a List
.
getContextsAsList
in interface Concept
getContextsAsList
in class PlaceholderConcept
Context
s as a List
public void addContext(Context cxt)
Context
.
addContext
in interface Concept
addContext
in class PlaceholderConcept
cxt
- the Context
to be addedpublic void removeContext(Context cxt)
Context
.
removeContext
in interface Concept
removeContext
in class PlaceholderConcept
cxt
- the Context
to be removedpublic void clearContexts()
Context
s.
clearContexts
in interface Concept
clearContexts
in class PlaceholderConcept
public void setContexts(Context[] cxts)
Context
s with the ones in the specified array.
setContexts
in interface Concept
setContexts
in class PlaceholderConcept
cxts
- a Context
[]
public void setContexts(List cxts)
Context
s with the ones in the specified List
.
setContexts
in interface Concept
setContexts
in class PlaceholderConcept
cxts
- a List
of Context
spublic Coocurrence[] getCoocurrences()
Coocurrence
s.
getCoocurrences
in interface Concept
getCoocurrences
in class PlaceholderConcept
Coocurrence
[]
public Coocurrence[] getCoocurrences(Restrictor restrictor)
Concept
's Coocurrence
s.
Restricts the return based on the given Restrictor
.
getCoocurrences
in interface Concept
getCoocurrences
in class PlaceholderConcept
restrictor
- Restrictor
public List getCoocurrencesAsList()
Coocurrence
s as a List
.
getCoocurrencesAsList
in interface Concept
getCoocurrencesAsList
in class PlaceholderConcept
Coocurrence
s as a List
public void addCoocurrence(Coocurrence coc)
Coocurrence
.
addCoocurrence
in interface Concept
addCoocurrence
in class PlaceholderConcept
coc
- the Coocurrence
to be addedpublic void removeCoocurrence(Coocurrence coc)
Coocurrence
.
removeCoocurrence
in interface Concept
removeCoocurrence
in class PlaceholderConcept
coc
- the Coocurrence
to be removedpublic void clearCoocurrences()
Coocurrence
s.
clearCoocurrences
in interface Concept
clearCoocurrences
in class PlaceholderConcept
public void setCoocurrences(Coocurrence[] cocs)
Coocurrence
s with the ones in the specified array.
setCoocurrences
in interface Concept
setCoocurrences
in class PlaceholderConcept
cocs
- a Coocurrence
[]
public void setCoocurrences(List cocs)
Coocurrence
s with the ones in the specified List
.
setCoocurrences
in interface Concept
setCoocurrences
in class PlaceholderConcept
cocs
- a List
of Coocurrence
spublic Definition[] getDefinitions()
Definition
s.
getDefinitions
in interface Concept
getDefinitions
in class PlaceholderConcept
Definition
[]
public Definition[] getDefinitions(Restrictor restrictor)
Concept
's Definition
s.
Restricts the return based on the given Restrictor
.
getDefinitions
in interface Concept
getDefinitions
in class PlaceholderConcept
restrictor
- Restrictor
public List getDefinitionsAsList()
Definition
s as a List
.
getDefinitionsAsList
in interface Concept
getDefinitionsAsList
in class PlaceholderConcept
Definition
s as a List
public void addDefinition(Definition def)
Definition
.
addDefinition
in interface Concept
addDefinition
in class PlaceholderConcept
def
- the Definition
to be addedpublic void removeDefinition(Definition def)
Definition
.
removeDefinition
in interface Concept
removeDefinition
in class PlaceholderConcept
def
- the Definition
to be removedpublic void clearDefinitions()
Definition
s.
clearDefinitions
in interface Concept
clearDefinitions
in class PlaceholderConcept
public void setDefinitions(Definition[] defs)
Definition
s with the ones in the specified array.
setDefinitions
in interface Concept
setDefinitions
in class PlaceholderConcept
defs
- a Definition
[]
public void setDefinitions(List defs)
Definition
s with the ones in the specified List
.
setDefinitions
in interface Concept
setDefinitions
in class PlaceholderConcept
defs
- a List
of Definition
spublic Relationship[] getRelationships()
Relationship
s.
getRelationships
in interface Concept
getRelationships
in class PlaceholderConcept
Relationship
[]
public Relationship[] getRelationships(Restrictor restrictor)
Concept
's Relationship
s.
Restricts the return based on the given Restrictor
.
getRelationships
in interface Concept
getRelationships
in class PlaceholderConcept
restrictor
- Restrictor
public List getRelationshipsAsList()
Relationship
s as a List
.
getRelationshipsAsList
in interface Concept
getRelationshipsAsList
in class PlaceholderConcept
Relationship
s as a List
public void addRelationship(Relationship rel)
Relationship
.
addRelationship
in interface Concept
addRelationship
in class PlaceholderConcept
rel
- the Relationship
to be addedpublic void removeRelationship(Relationship rel)
Relationship
and the
RelationshipAttribute
s attached to it.
removeRelationship
in interface Concept
removeRelationship
in class PlaceholderConcept
rel
- the Relationship
to be removedpublic void clearRelationships()
Relationship
s.
clearRelationships
in interface Concept
clearRelationships
in class PlaceholderConcept
public void setRelationships(Relationship[] rels)
Relationship
s with the ones in the specified array.
setRelationships
in interface Concept
setRelationships
in class PlaceholderConcept
rels
- a Relationship
[]
public void setRelationships(List rels)
Relationship
s of the ones in the specified List
.
setRelationships
in interface Concept
setRelationships
in class PlaceholderConcept
rels
- a List
of Relationship
spublic SemanticType[] getSemanticTypes()
SemanticType
s.
getSemanticTypes
in interface Concept
getSemanticTypes
in class PlaceholderConcept
SemanticType
[]
public List getSemanticTypesAsList()
SemanticType
s as a List
.
getSemanticTypesAsList
in interface Concept
getSemanticTypesAsList
in class PlaceholderConcept
SemanticType
s as a List
public void addSemanticType(SemanticType sty)
SemanticType
.
addSemanticType
in interface Concept
addSemanticType
in class PlaceholderConcept
sty
- the SemanticType
to be addedpublic void removeSemanticType(SemanticType sty)
SemanticType
.
removeSemanticType
in interface Concept
removeSemanticType
in class PlaceholderConcept
sty
- the SemanticType
to be removedpublic void clearSemanticTypes()
SemanticType
s.
clearSemanticTypes
in interface Concept
clearSemanticTypes
in class PlaceholderConcept
public void setSemanticTypes(SemanticType[] stys)
SemanticType
s with the ones in the specified array.
setSemanticTypes
in interface Concept
setSemanticTypes
in class PlaceholderConcept
stys
- a SemanticType
[]
public void setSemanticTypes(List stys)
SemanticType
s with the ones in the specified List
.
setSemanticTypes
in interface Concept
setSemanticTypes
in class PlaceholderConcept
stys
- a List
of SemanticType
spublic ComponentHistory[] getComponentHistories()
ComponentHistory
s.
getComponentHistories
in interface Concept
getComponentHistories
in class PlaceholderConcept
ComponentHistory
[]
public List getComponentHistoriesAsList()
ComponentHistory
s as a List
.
getComponentHistoriesAsList
in interface Concept
getComponentHistoriesAsList
in class PlaceholderConcept
ComponentHistory
s as a List
public void addComponentHistory(ComponentHistory map)
ComponentHistory
.
addComponentHistory
in interface Concept
addComponentHistory
in class PlaceholderConcept
map
- the ComponentHistory
to be addedpublic void removeComponentHistory(ComponentHistory chs)
ComponentHistory
.
removeComponentHistory
in interface Concept
removeComponentHistory
in class PlaceholderConcept
chs
- the ComponentHistory
to be removedpublic void clearComponentHistories()
ComponentHistory
s.
clearComponentHistories
in interface Concept
clearComponentHistories
in class PlaceholderConcept
public void setComponentHistories(ComponentHistory[] maps)
ComponentHistory
s with the ones in the specified array.
setComponentHistories
in interface Concept
setComponentHistories
in class PlaceholderConcept
maps
- a ComponentHistory
[]
public void setComponentHistories(List maps)
ComponentHistory
s with the ones in the specified List
.
setComponentHistories
in interface Concept
setComponentHistories
in class PlaceholderConcept
maps
- a List
of ComponentHistory
spublic Mapping[] getMappings()
Mapping
s.
getMappings
in interface Concept
getMappings
in class PlaceholderConcept
Mapping
[]
public List getMappingsAsList()
Mapping
s as a List
.
getMappingsAsList
in interface Concept
getMappingsAsList
in class PlaceholderConcept
Mapping
s as a List
public void addMapping(Mapping map)
Mapping
.
addMapping
in interface Concept
addMapping
in class PlaceholderConcept
map
- the Mapping
to be addedpublic void removeMapping(Mapping map)
Mapping
.
removeMapping
in interface Concept
removeMapping
in class PlaceholderConcept
map
- the Mapping
to be removedpublic void clearMappings()
Mapping
s.
clearMappings
in interface Concept
clearMappings
in class PlaceholderConcept
public void setMappings(Mapping[] maps)
Mapping
s with the ones in the specified array.
setMappings
in interface Concept
setMappings
in class PlaceholderConcept
maps
- a Mapping
[]
public void setMappings(List maps)
Mapping
s with the ones in the specified List
.
setMappings
in interface Concept
setMappings
in class PlaceholderConcept
maps
- a List
of Mapping
spublic Attribute[] getAttributesForAtom(Atom atom)
Atom
.
getAttributesForAtom
in interface Concept
getAttributesForAtom
in class PlaceholderConcept
atom
- Atom
List
of Attribute
spublic List getAttributesForAtomAsList(Atom atom)
Atom
in a List
.
getAttributesForAtomAsList
in interface Concept
getAttributesForAtomAsList
in class PlaceholderConcept
atom
- Atom
List
of AtomAttribute
spublic AtomAttribute[] getAttributesForRelationship(AtomRelationship rel)
Relationship
.
getAttributesForRelationship
in interface Concept
getAttributesForRelationship
in class PlaceholderConcept
rel
- AtomRelationship
List
of Attribute
spublic List getAttributesForRelationshipAsList(AtomRelationship rel)
Relationship
in a List
.
getAttributesForRelationshipAsList
in interface Concept
getAttributesForRelationshipAsList
in class PlaceholderConcept
rel
- AtomRelationship
List
of Attribute
spublic String getCui()
getConceptIdentifier()
.
getCui
in interface Concept
getCui
in class PlaceholderConcept
public void setCui(String cui)
setConceptIdentifier(String)
.
setCui
in interface Concept
setCui
in class PlaceholderConcept
cui
- the CUIpublic String getConceptIdentifier()
Concept
that holds this Concept
.
getConceptIdentifier
in interface Concept
getConceptIdentifier
in class PlaceholderConcept
public void setConceptIdentifier(String cui)
Concept
that holds this Concept
.
setConceptIdentifier
in interface Concept
setConceptIdentifier
in class PlaceholderConcept
cui
- the CUIpublic Atom[] getAtoms(Restrictor restrictor)
Concept
's Atom
s.
Restricts the return based on the given Restrictor
.
getAtoms
in interface Concept
getAtoms
in class PlaceholderConcept
restrictor
- Restrictor
public ContextGroup[] getContextGroups()
ContextGroup
s.
getContextGroups
in interface Concept
getContextGroups
in class PlaceholderConcept
ContextGroup
[]
public List getContextGroupsAsList()
ContextGroup
s as a List
.
getContextGroupsAsList
in interface Concept
getContextGroupsAsList
in class PlaceholderConcept
ContextGroup
s as a List
public CoocurrenceGroup[] getCoocurrenceGroups()
CoocurrenceGroup
s.
getCoocurrenceGroups
in interface Concept
getCoocurrenceGroups
in class PlaceholderConcept
CoocurrenceGroup
[]
public List getCoocurrenceGroupsAsList()
CoocurrenceGroup
s as a List
.
getCoocurrenceGroupsAsList
in interface Concept
getCoocurrenceGroupsAsList
in class PlaceholderConcept
CoocurrenceGroup
s as a List
public TermAttribute[] getTermAttributes()
TermAttribute
s.
getTermAttributes
in interface Concept
getTermAttributes
in class PlaceholderConcept
TermAttribute
[]
public List getTermAttributesAsList()
TermAttribute
s as a List
.
getTermAttributesAsList
in interface Concept
getTermAttributesAsList
in class PlaceholderConcept
TermAttribute
s as a List
public Term[] getTerms()
Term
s.
getTerms
in interface Concept
getTerms
in class PlaceholderConcept
Term
[]
public List getTermsAsList()
Term
s as a List
.
getTermsAsList
in interface Concept
getTermsAsList
in class PlaceholderConcept
Term
s as a List
public String getKeyFields()
String
key which can be used
by equals, compareTo, and hashCode methods.
getKeyFields
in interface Concept
getKeyFields
in class PlaceholderConcept
String
composed from the cui.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |