java.lang.Object
org.phenopackets.phenopackettools.builder.builders.MeasurementBuilder

public class MeasurementBuilder extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    org.phenopackets.schema.v2.core.Measurement
     
    builder(org.phenopackets.schema.v2.core.OntologyClass assay, org.phenopackets.schema.v2.core.ComplexValue complexValue)
     
    builder(org.phenopackets.schema.v2.core.OntologyClass assay, org.phenopackets.schema.v2.core.Value value)
     
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public MeasurementBuilder description(String desc)
    • timeObserved

      public MeasurementBuilder timeObserved(org.phenopackets.schema.v2.core.TimeElement time)
    • procedure

      public MeasurementBuilder procedure(org.phenopackets.schema.v2.core.Procedure procedure)
    • build

      public org.phenopackets.schema.v2.core.Measurement build()