Class ComplexValueBuilder
java.lang.Object
org.phenopackets.phenopackettools.builder.builders.ComplexValueBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.phenopackets.schema.v2.core.ComplexValue
static org.phenopackets.schema.v2.core.ComplexValue
of
(org.phenopackets.schema.v2.core.OntologyClass type, org.phenopackets.schema.v2.core.Quantity quantity) static org.phenopackets.schema.v2.core.ComplexValue
of
(org.phenopackets.schema.v2.core.TypedQuantity typedQuantity) static org.phenopackets.schema.v2.core.ComplexValue
of
(org.phenopackets.schema.v2.core.TypedQuantity... typedQuantities)
-
Method Details
-
of
public static org.phenopackets.schema.v2.core.ComplexValue of(org.phenopackets.schema.v2.core.TypedQuantity typedQuantity) -
of
public static org.phenopackets.schema.v2.core.ComplexValue of(org.phenopackets.schema.v2.core.TypedQuantity... typedQuantities) -
of
public static org.phenopackets.schema.v2.core.ComplexValue of(List<org.phenopackets.schema.v2.core.TypedQuantity> typedQuantities) -
of
public static org.phenopackets.schema.v2.core.ComplexValue of(org.phenopackets.schema.v2.core.OntologyClass type, org.phenopackets.schema.v2.core.Quantity quantity)
-