public class BrAPIMethod extends Object
| Constructor and Description |
|---|
BrAPIMethod() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIMethod |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
BrAPIMethod |
bibliographicalReference(String bibliographicalReference) |
BrAPIMethod |
description(String description) |
boolean |
equals(Object o) |
BrAPIMethod |
externalReferences(List<BrAPIExternalReference> externalReferences) |
BrAPIMethod |
formula(String formula) |
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
String |
getBibliographicalReference()
Bibliographical reference describing the method.
|
String |
getDescription()
Method description MIAPPE V1.1 (DM-90) Method description - Textual
description of the method, which may extend a method defined in an external
reference with specific parameters, e.g.
|
List<BrAPIExternalReference> |
getExternalReferences()
Get externalReferences
|
String |
getFormula()
For computational methods i.e., when the method consists in assessing the
trait by computing measurements, write the generic formula used for the
calculation
|
String |
getMethodClass()
Method class (examples: \"Measurement\", \"Counting\", \"Estimation\",
\"Computation\", etc.)
|
String |
getMethodDbId()
Method unique identifier
|
String |
getMethodName()
Human readable name for the method MIAPPE V1.1 (DM-88) Method Name of the
method of observation
|
String |
getMethodPUI()
The Permanent Unique Identifier of a Method, usually in the form of a URI
|
BrAPIOntologyReference |
getOntologyReference()
Get ontologyReference
|
int |
hashCode() |
BrAPIMethod |
methodClass(String methodClass) |
BrAPIMethod |
methodDbId(String methodDbId) |
BrAPIMethod |
methodName(String methodName) |
BrAPIMethod |
methodPUI(String methodPUI) |
BrAPIMethod |
ontologyReference(BrAPIOntologyReference ontologyReference) |
BrAPIMethod |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setBibliographicalReference(String bibliographicalReference) |
void |
setDescription(String description) |
void |
setExternalReferences(List<BrAPIExternalReference> externalReferences) |
void |
setFormula(String formula) |
void |
setMethodClass(String methodClass) |
void |
setMethodDbId(String methodDbId) |
void |
setMethodName(String methodName) |
void |
setMethodPUI(String methodPUI) |
void |
setOntologyReference(BrAPIOntologyReference ontologyReference) |
String |
toString() |
public BrAPIMethod methodDbId(String methodDbId)
public String getMethodDbId()
public void setMethodDbId(String methodDbId)
public BrAPIMethod additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIMethod putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIMethod bibliographicalReference(String bibliographicalReference)
public String getBibliographicalReference()
public void setBibliographicalReference(String bibliographicalReference)
public BrAPIMethod description(String description)
public String getDescription()
public void setDescription(String description)
public BrAPIMethod externalReferences(List<BrAPIExternalReference> externalReferences)
public List<BrAPIExternalReference> getExternalReferences()
public void setExternalReferences(List<BrAPIExternalReference> externalReferences)
public BrAPIMethod formula(String formula)
public String getFormula()
public void setFormula(String formula)
public BrAPIMethod methodClass(String methodClass)
public String getMethodClass()
public void setMethodClass(String methodClass)
public BrAPIMethod methodName(String methodName)
public String getMethodName()
public void setMethodName(String methodName)
public BrAPIMethod ontologyReference(BrAPIOntologyReference ontologyReference)
public BrAPIMethod methodPUI(String methodPUI)
public String getMethodPUI()
public void setMethodPUI(String methodPUI)
public BrAPIOntologyReference getOntologyReference()
public void setOntologyReference(BrAPIOntologyReference ontologyReference)
Copyright © 2023. All rights reserved.