public class JIPipeParameterTree extends Object implements JIPipeParameterCollection, JIPipeCustomParameterCollection
JIPipeParameterCollection
that contains all the parameters of one or multiple
JIPipeParameterCollection
instances in a traversed form.Modifier and Type | Class and Description |
---|---|
static class |
JIPipeParameterTree.Node
A node
|
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Modifier and Type | Field and Description |
---|---|
static int |
FORCE_REFLECTION
Whether to force reflection
|
static int |
IGNORE_CUSTOM
Whether to ignore all custom parameters
|
static int |
IGNORE_REFLECTION
Whether to ignore all reflection parameters
|
static int |
NONE
No flags
|
Constructor and Description |
---|
JIPipeParameterTree() |
JIPipeParameterTree(JIPipeParameterCollection rootParameter)
Creates a new instance with a predefined root parameter
|
JIPipeParameterTree(JIPipeParameterCollection rootParameter,
int flags)
Creates a new instance with a predefined root parameter
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildParameterCollections, getIncludeReflectionParameters
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public static final int NONE
public static final int IGNORE_REFLECTION
public static final int FORCE_REFLECTION
public static final int IGNORE_CUSTOM
public JIPipeParameterTree()
public JIPipeParameterTree(JIPipeParameterCollection rootParameter)
rootParameter
- the root parameterpublic JIPipeParameterTree(JIPipeParameterCollection rootParameter, int flags)
rootParameter
- the root parameterflags
- additional flagspublic static Map<String,JIPipeParameterAccess> getParameters(JIPipeParameterCollection collection)
collection
- the collectionpublic Map<JIPipeParameterCollection,List<JIPipeParameterAccess>> getGroupedBySource()
public String getUniqueKey(JIPipeParameterAccess parameterAccess)
parameterAccess
- the accesspublic JIPipeParameterTree.Node add(JIPipeParameterCollection child, String key, JIPipeParameterTree.Node parent)
JIPipeParameterCollection
into this collection.
Ignores sources that have already been addedchild
- the added collectionkey
- the unique key within the parent nodeparent
- the parent node. Can be null (then defaults to root)public void merge(JIPipeParameterCollection source, JIPipeParameterTree.Node target)
source
- the parameterstarget
- the target nodepublic Map<String,JIPipeParameterAccess> getParameters()
JIPipeCustomParameterCollection
getParameters
in interface JIPipeCustomParameterCollection
public void onParameterStructureChanged(JIPipeParameterCollection.ParameterStructureChangedEvent event)
event
- generated eventpublic void onParameterUIChanged(JIPipeParameterCollection.ParameterUIChangedEvent event)
event
- generated eventpublic void onParameterChangedEvent(JIPipeParameterCollection.ParameterChangedEvent event)
event
- generated eventpublic EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public boolean isIgnoreReflectionParameters()
public void setIgnoreReflectionParameters(boolean ignoreReflectionParameters)
public boolean isIgnoreCustomParameters()
public void setIgnoreCustomParameters(boolean ignoreCustomParameters)
public PriorityQueue<JIPipeParameterAccess> getParametersByPriority()
public boolean isForceReflection()
public void setForceReflection(boolean forceReflection)
public List<JIPipeParameterAccess> getAllChildParameters(Object entry)
JIPipeParameterAccess
, it is returned. Otherwise all children of the JIPipeParameterCollection
are returned.entry
- the entry.public JIPipeParameterTree.Node getRoot()
public String getSourceKey(JIPipeParameterCollection collection)
collection
- sourcepublic Set<JIPipeParameterCollection> getRegisteredSources()
public int getUISourceOrder(JIPipeParameterCollection source)
source
- sourcepublic String getSourceDocumentationName(JIPipeParameterCollection source)
source
- sourcepublic boolean isSourceHidden(JIPipeParameterCollection source)
source
- sourcepublic int getSourceUIOrder(JIPipeParameterCollection source)
source
- sourcepublic boolean getSourceCollapsed(JIPipeParameterCollection source)
source
- sourcepublic JIPipeDocumentation getSourceDocumentation(JIPipeParameterCollection source)
source
- sourcepublic void setSourceDocumentation(JIPipeParameterCollection source, JIPipeDefaultDocumentation documentation)
source
- sourcedocumentation
- documentationpublic JIPipeParameterTree.Node getSourceNode(JIPipeParameterCollection collection)
collection
- the collectionpublic void removeParameterByKey(String key)
key
- the keyCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.