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

public class DoseIntervalBuilder extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.phenopackets.schema.v2.core.DoseInterval
    of(org.phenopackets.schema.v2.core.Quantity quantity, org.phenopackets.schema.v2.core.OntologyClass scheduleFrequency, String start, String end)
     
    static org.phenopackets.schema.v2.core.DoseInterval
    of(org.phenopackets.schema.v2.core.Quantity quantity, org.phenopackets.schema.v2.core.OntologyClass scheduleFrequency, org.phenopackets.schema.v2.core.TimeInterval interval)
     

    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.DoseInterval of(org.phenopackets.schema.v2.core.Quantity quantity, org.phenopackets.schema.v2.core.OntologyClass scheduleFrequency, org.phenopackets.schema.v2.core.TimeInterval interval)
    • of

      public static org.phenopackets.schema.v2.core.DoseInterval of(org.phenopackets.schema.v2.core.Quantity quantity, org.phenopackets.schema.v2.core.OntologyClass scheduleFrequency, String start, String end)