public class ComodiReason extends ComodiBranchTerm
Modifier | Constructor and Description |
---|---|
protected |
ComodiReason(String term)
The Constructor -- just to call the constructor of the super class.
|
Modifier and Type | Method and Description |
---|---|
static ComodiReason |
getChangedSpecification()
Gets the term representing a changed specification.
|
static ComodiReason |
getKnowledgeGain()
Gets the term representing a knowledge gain.
|
static ComodiReason |
getMismatchWithPublication()
Gets the term representing a mismatch with publication.
|
static ComodiReason |
getModelCuration()
Gets the term representing a model curation.
|
static ComodiReason |
getTypo()
Gets the term representing a typo.
|
getTerm
protected ComodiReason(String term)
term
- the termpublic static ComodiReason getTypo()
Typo -> Reason
public static ComodiReason getKnowledgeGain()
KnowledgeGain -> Reason
public static ComodiReason getMismatchWithPublication()
MismatchWithPublication -> Reason
public static ComodiReason getModelCuration()
ModelCuration -> Reason
public static ComodiReason getChangedSpecification()
ChangedSpecification -> Reason
Copyright © 2017 SEMS project @ University of Rostock. All rights reserved.