Class MeasurementBuilder
java.lang.Object
org.phenopackets.phenopackettools.builder.builders.MeasurementBuilder
-
Method Summary
Modifier and TypeMethodDescriptionorg.phenopackets.schema.v2.core.Measurement
build()
static MeasurementBuilder
builder
(org.phenopackets.schema.v2.core.OntologyClass assay, org.phenopackets.schema.v2.core.ComplexValue complexValue) static MeasurementBuilder
builder
(org.phenopackets.schema.v2.core.OntologyClass assay, org.phenopackets.schema.v2.core.Value value) description
(String desc) static org.phenopackets.schema.v2.core.Measurement
of
(org.phenopackets.schema.v2.core.OntologyClass assay, org.phenopackets.schema.v2.core.ComplexValue complexValue) static org.phenopackets.schema.v2.core.Measurement
of
(org.phenopackets.schema.v2.core.OntologyClass assay, org.phenopackets.schema.v2.core.Value value) procedure
(org.phenopackets.schema.v2.core.Procedure procedure) timeObserved
(org.phenopackets.schema.v2.core.TimeElement time)
-
Method Details
-
of
public static org.phenopackets.schema.v2.core.Measurement of(org.phenopackets.schema.v2.core.OntologyClass assay, org.phenopackets.schema.v2.core.Value value) -
of
public static org.phenopackets.schema.v2.core.Measurement of(org.phenopackets.schema.v2.core.OntologyClass assay, org.phenopackets.schema.v2.core.ComplexValue complexValue) -
builder
public static MeasurementBuilder builder(org.phenopackets.schema.v2.core.OntologyClass assay, org.phenopackets.schema.v2.core.Value value) -
builder
public static MeasurementBuilder builder(org.phenopackets.schema.v2.core.OntologyClass assay, org.phenopackets.schema.v2.core.ComplexValue complexValue) -
description
-
timeObserved
-
procedure
-
build
public org.phenopackets.schema.v2.core.Measurement build()
-