Uses of Class
com.merative.acd.v1.model.ConceptValue
-
Packages that use ConceptValue Package Description com.merative.acd.v1.model -
-
Uses of ConceptValue in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return ConceptValue Modifier and Type Method Description ConceptValue
ContainerGroup. getConceptValues(int index)
Gets the conceptValues.ConceptValue
UnstructuredContainer. getConceptValues(int index)
Gets the conceptValues.Methods in com.merative.acd.v1.model that return types with arguments of type ConceptValue Modifier and Type Method Description java.util.List<ConceptValue>
ContainerAnnotation. getConceptValues()
Gets the conceptValues.java.util.List<ConceptValue>
ContainerGroup. getConceptValues()
Gets the conceptValues.java.util.List<ConceptValue>
UnstructuredContainer. getConceptValues()
Gets the conceptValues.
-