public class JIPipeTextAnnotation extends Object implements Comparable<JIPipeTextAnnotation>, JIPipeAnnotation
Constructor and Description |
---|
JIPipeTextAnnotation()
Creates an empty instance
|
JIPipeTextAnnotation(String name,
Collection<String> values)
Creates a new instance from an array.
|
JIPipeTextAnnotation(String name,
String value)
Initializes a new instance
|
JIPipeTextAnnotation(String name,
String[] values)
Creates a new instance from an array.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
annotationListToMap(Collection<JIPipeTextAnnotation> annotations,
JIPipeTextAnnotationMergeMode mergeStrategy)
Converts a set of annotations to a map
|
static org.python.core.PyDictionary |
annotationListToPython(Collection<JIPipeTextAnnotation> annotations)
Converts a list of annotations into a Python dictionary
|
static org.python.core.PyDictionary |
annotationMapToPython(Map<String,JIPipeTextAnnotation> annotationMap)
Converts a map of annotations into a Python dictionary
|
int |
compareTo(JIPipeTextAnnotation o) |
boolean |
equals(Object o)
Returns true if the name and value are equal
|
static List<JIPipeTextAnnotation> |
extractAnnotationsFromPython(org.python.core.PyDictionary annotationDict)
Sets annotations from a Python dictionary
|
String[] |
getArray()
Returns the value as array or an array with the value if it is not an array.
|
String |
getName() |
String |
getValue() |
int |
hashCode() |
boolean |
isArray()
Returns true if the value is an array
|
static List<JIPipeTextAnnotation> |
mapToAnnotationList(Map<String,String> map)
Converts an annotation map to a list
|
boolean |
nameEquals(JIPipeTextAnnotation other)
Returns true if the names are equal
|
static boolean |
nameEquals(JIPipeTextAnnotation lhs,
JIPipeTextAnnotation rhs)
Returns true if both have the same name.
|
boolean |
nameEquals(String name)
Returns true if the name equals the string
|
static void |
setAnnotationsFromPython(org.python.core.PyDictionary annotationDict,
Map<String,JIPipeTextAnnotation> target)
Sets annotations from a Python dictionary
|
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
public JIPipeTextAnnotation()
public JIPipeTextAnnotation(String name, String value)
name
- the namevalue
- the valuepublic JIPipeTextAnnotation(String name, Collection<String> values)
name
- the namevalues
- the valuespublic JIPipeTextAnnotation(String name, String[] values)
name
- the namevalues
- the valuespublic static boolean nameEquals(JIPipeTextAnnotation lhs, JIPipeTextAnnotation rhs)
lhs
- the firstrhs
- the secondpublic static org.python.core.PyDictionary annotationMapToPython(Map<String,JIPipeTextAnnotation> annotationMap)
annotationMap
- the annotationspublic static void setAnnotationsFromPython(org.python.core.PyDictionary annotationDict, Map<String,JIPipeTextAnnotation> target)
annotationDict
- the dictionarytarget
- the target mappublic static List<JIPipeTextAnnotation> extractAnnotationsFromPython(org.python.core.PyDictionary annotationDict)
annotationDict
- the dictionarypublic static org.python.core.PyDictionary annotationListToPython(Collection<JIPipeTextAnnotation> annotations)
annotations
- the annotationspublic static Map<String,String> annotationListToMap(Collection<JIPipeTextAnnotation> annotations, JIPipeTextAnnotationMergeMode mergeStrategy)
annotations
- the annotationspublic static List<JIPipeTextAnnotation> mapToAnnotationList(Map<String,String> map)
map
- the mappublic String getName()
getName
in interface JIPipeAnnotation
public void setName(String name)
public String getValue()
public void setValue(String value)
public String[] getArray()
public int compareTo(JIPipeTextAnnotation o)
compareTo
in interface Comparable<JIPipeTextAnnotation>
public boolean equals(Object o)
public boolean nameEquals(JIPipeTextAnnotation other)
other
- the otherpublic boolean nameEquals(String name)
name
- the stringpublic boolean isArray()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.