Uses of Class
com.merative.acd.v1.util.CustomCollection
-
Packages that use CustomCollection Package Description com.merative.acd.v1.model com.merative.acd.v1.util -
-
Uses of CustomCollection in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return CustomCollection Modifier and Type Method Description CustomCollection
CancerDiagnosis. getCancer(int index)
CustomCollection
MedicationAnnotation. getDrug(int index)
CustomCollection
Temporal. getRelationTypes()
Gets the relation types.CustomCollection
Temporal. getTemporalType()
Gets the temporal type.CustomCollection
NegatedSpan. getTrigger()
Gets the trigger.CustomCollection
AttributeValueAnnotation. getValues(int index)
Methods in com.merative.acd.v1.model that return types with arguments of type CustomCollection Modifier and Type Method Description java.util.List<CustomCollection>
CancerDiagnosis. getCancer()
Gets the cancer.java.util.List<CustomCollection>
MedicationAnnotation. getDrug()
Gets the drug.java.util.List<CustomCollection>
AttributeValueAnnotation. getValues()
Gets the values.java.util.List<CustomCollection>
ConceptValue. getValues()
Gets the values. -
Uses of CustomCollection in com.merative.acd.v1.util
Methods in com.merative.acd.v1.util that return CustomCollection Modifier and Type Method Description CustomCollection
CustomDeserializer. convertObject(java.lang.String response)
CustomCollection
CustomCollection. convertToCustomCollection(java.lang.Object annotation)
Converts annotation to collection.CustomCollection
CustomCollection. get(int key)
Retrieves collection by position.CustomCollection
CustomCollection. get(java.lang.String key)
Retrieves collection by key.Methods in com.merative.acd.v1.util that return types with arguments of type CustomCollection Modifier and Type Method Description java.util.List<CustomCollection>
CustomCollection. convertToCustomCollectionList(java.util.List<java.lang.Object> listAnnotation)
Retrieves collection list for annotation list.java.util.List<CustomCollection>
CustomCollection. getList(java.lang.String key)
Retrieve list of collections by key.
-