Package | Description |
---|---|
org.hkijena.jipipe.api.data | |
org.hkijena.jipipe.api.nodes |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlotRole |
JIPipeDataSlotInfo.getRole() |
static JIPipeDataSlotRole |
JIPipeDataSlotRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeDataSlotRole[] |
JIPipeDataSlotRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataSlotInfo.setRole(JIPipeDataSlotRole role) |
Modifier and Type | Method and Description |
---|---|
JIPipeDataSlotRole |
DefaultJIPipeInputSlot.role() |
JIPipeDataSlotRole |
DefaultJIPipeOutputSlot.role() |
Modifier and Type | Method and Description |
---|---|
List<JIPipeInputDataSlot> |
JIPipeGraphNode.getInputSlotsWithRole(JIPipeDataSlotRole role)
Gets all input slots that have the specified role
|
List<JIPipeOutputDataSlot> |
JIPipeGraphNode.getOutputSlotsWithRole(JIPipeDataSlotRole role)
Gets all input slots that have the specified role
|
Constructor and Description |
---|
DefaultJIPipeInputSlot(Class<? extends JIPipeData> value,
String slotName,
String description,
boolean autoCreate,
boolean optional,
JIPipeDataSlotRole role) |
DefaultJIPipeOutputSlot(Class<? extends JIPipeData> value,
String slotName,
String description,
String inheritedSlot,
boolean autoCreate,
JIPipeDataSlotRole role) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.