public class JIPipeMetadata extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
JIPipeMetadata()
Creates new empty instance
|
JIPipeMetadata(JIPipeMetadata other)
Copies metadata
|
Modifier and Type | Method and Description |
---|---|
void |
addCategories(String... categories) |
void |
addCategory(String category) |
JIPipeAuthorMetadata.List |
getAcknowledgements()
Gets the list of acknowledged authors
|
JIPipeAuthorMetadata.List |
getAuthors() |
PluginCategoriesEnumParameter.List |
getCategories() |
String |
getCitation() |
StringList |
getDependencyCitations() |
HTMLText |
getDescription() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
String |
getLicense() |
String |
getName() |
Set<String> |
getProcessedCategories()
Returns the categories of the metadata; processed for ease of use
If the categories list is empty, "Uncategorized" is returned
|
HTMLText |
getSummary() |
ImageParameter |
getThumbnail() |
String |
getWebsite() |
void |
setAcknowledgements(JIPipeAuthorMetadata.List acknowledgements)
Sets the list of acknowledged authors
|
void |
setAuthors(JIPipeAuthorMetadata.List authors)
Sets the authors
|
void |
setCategories(PluginCategoriesEnumParameter.List categories) |
void |
setCitation(String citation)
Sets the citation
|
void |
setDependencyCitations(StringList dependencyCitations) |
void |
setDescription(HTMLText description)
Sets the description
|
void |
setLicense(String license)
Sets the license
|
void |
setName(String name)
Sets the name
|
void |
setSummary(HTMLText summary) |
void |
setThumbnail(ImageParameter thumbnail) |
void |
setWebsite(String website)
Sets the website
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public JIPipeMetadata()
public JIPipeMetadata(JIPipeMetadata other)
other
- The original metadatapublic void addCategory(String category)
public void addCategories(String... categories)
public PluginCategoriesEnumParameter.List getCategories()
public void setCategories(PluginCategoriesEnumParameter.List categories)
public Set<String> getProcessedCategories()
public String getName()
public void setName(String name)
name
- the namepublic HTMLText getDescription()
public void setDescription(HTMLText description)
description
- the descriptionpublic HTMLText getSummary()
public void setSummary(HTMLText summary)
public JIPipeAuthorMetadata.List getAuthors()
public void setAuthors(JIPipeAuthorMetadata.List authors)
authors
- the authorspublic JIPipeAuthorMetadata.List getAcknowledgements()
public void setAcknowledgements(JIPipeAuthorMetadata.List acknowledgements)
acknowledgements
- list of acknowledged authorspublic String getWebsite()
public void setWebsite(String website)
website
- the websitepublic String getLicense()
public void setLicense(String license)
license
- the licensepublic String getCitation()
public void setCitation(String citation)
citation
- the citationpublic EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public StringList getDependencyCitations()
public void setDependencyCitations(StringList dependencyCitations)
public ImageParameter getThumbnail()
public void setThumbnail(ImageParameter thumbnail)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.