public class JIPipeDataInfo extends Object implements Comparable<JIPipeDataInfo>
JIPipeData
typeModifier and Type | Class and Description |
---|---|
static class |
JIPipeDataInfo.Deserializer
Deserializes a info from a data type ID.
|
static class |
JIPipeDataInfo.KeyDeserializer
Deserializer for a Map key
|
static class |
JIPipeDataInfo.Serializer
Serializes a info as data type ID
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(JIPipeDataInfo o) |
boolean |
equals(Object o) |
List<String> |
getAdditionalCitations()
A list of additional citations
|
Class<? extends JIPipeData> |
getDataClass() |
String |
getDescription() |
String |
getId() |
static JIPipeDataInfo |
getInstance(Class<? extends JIPipeData> klass)
Returns a
JIPipeDataInfo instance for the data class. |
static JIPipeDataInfo |
getInstance(String id)
Returns a
JIPipeDataInfo instance for the data type ID. |
String |
getMenuPath() |
String |
getName() |
HTMLText |
getStorageDocumentation() |
String |
getStorageSchema() |
int |
hashCode() |
boolean |
isHeavy() |
boolean |
isHidden() |
JIPipeData |
newInstance(Object... args)
Creates a new instance
|
void |
setAdditionalCitations(List<String> additionalCitations) |
String |
toString() |
public static JIPipeDataInfo getInstance(Class<? extends JIPipeData> klass)
JIPipeDataInfo
instance for the data class.
Does not require the data type to be registered.
Instances are cached.klass
- The data classpublic static JIPipeDataInfo getInstance(String id)
JIPipeDataInfo
instance for the data type ID.
Requires that the data type ID is registered.
Instances are cached.id
- Data type IDpublic Class<? extends JIPipeData> getDataClass()
public String getName()
public String getDescription()
public String getMenuPath()
public boolean isHidden()
public boolean isHeavy()
public HTMLText getStorageDocumentation()
public List<String> getAdditionalCitations()
public int compareTo(JIPipeDataInfo o)
compareTo
in interface Comparable<JIPipeDataInfo>
public String getId()
public JIPipeData newInstance(Object... args)
args
- arguments passed to the data type constructorpublic String getStorageSchema()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.