Package | Description |
---|---|
org.phenotips.vocabulary |
Modifier and Type | Method and Description |
---|---|
VocabularyInputTerm |
VocabularyInputTerm.append(String name,
Object value)
Generic property setter, additive.
|
VocabularyInputTerm |
VocabularyInputTerm.set(String name,
Object value)
Generic property setter.
|
VocabularyInputTerm |
VocabularyInputTerm.setDescription(String description)
Sets the human-readable term description, usually a longer phrase or paragraph that describes the term.
|
VocabularyInputTerm |
VocabularyInputTerm.setId(String id)
Sets the (mandatory) term identifier.
|
VocabularyInputTerm |
VocabularyInputTerm.setName(String name)
Sets the short human-readable term name.
|
VocabularyInputTerm |
VocabularyInputTerm.setParents(Set<VocabularyTerm> parents)
Sets the parents (direct ancestors) of this term.
|
Modifier and Type | Method and Description |
---|---|
void |
VocabularyExtension.extendTerm(VocabularyInputTerm term,
Vocabulary vocabulary)
Called for each term during vocabulary reindexing, this method modifies the parsed terms by changing, adding or
removing fields.
|
void |
AbstractCSVAnnotationsExtension.extendTerm(VocabularyInputTerm term,
Vocabulary vocabulary) |
Copyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.