Class IntegerMinusNode
java.lang.Object
com.persequor.saga.modules.visualscripting.nodes.base.NodeType
com.persequor.saga.modules.visualscripting.nodes.NodeTypeExtension
com.persequor.saga.modules.visualscripting.nodes.AbstractBinaryOperatorNode
com.persequor.saga.modules.visualscripting.nodes.IntegerMinusNode
- All Implemented Interfaces:
Comparable<NodeType>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.persequor.saga.modules.visualscripting.nodes.NodeTypeExtension
NodeTypeExtension.TransientFieldAdder
-
Field Summary
Fields inherited from class com.persequor.saga.modules.visualscripting.nodes.base.NodeType
editorContext, MENU_GROUPS_FLOW, MENU_GROUPS_LISTS, MENU_GROUPS_MAPS, MENU_GROUPS_SERVICES, MENU_GROUPS_UNKNOWN, MENU_GROUPS_VALUE_CLASSES, nodeContext
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.persequor.saga.modules.visualscripting.nodes.AbstractBinaryOperatorNode
getMenuGroup, isOutputMethodInline, writeInlineOutputMethod
Methods inherited from class com.persequor.saga.modules.visualscripting.nodes.NodeTypeExtension
escapeOrFormat, getDependencies, getDependencyName, getImports, getInputOrData, getInputValue, getOutputFlow, getTransientFields, isExtensionPointNode, isOutputConnected, writeExecutionMethod, writeJavaCode, writeNodeCode, writeOutputMethod
Methods inherited from class com.persequor.saga.modules.visualscripting.nodes.base.NodeType
addInput, addOutput, clearOutputs, compareTo, equals, getCanBeDeleted, getEditorContext, getInput, getInputs, getInputsNaturalOrder, getMenuLabel, getMissingInputKeys, getMissingOutputKeys, getName, getNodeContext, getOutput, getOutputs, getOutputsNaturalOrder, getScopes, getShowInMenu, getSocketGroupDefinitions, hashCode, isAdvancedMode, isCollapsible, setAdvancedMode, setEditorContext, setNodeContext
-
Constructor Details
-
IntegerMinusNode
public IntegerMinusNode()
-
-
Method Details
-
getNodeLabel
- Specified by:
getNodeLabel
in classAbstractBinaryOperatorNode
-
getOperator
- Specified by:
getOperator
in classAbstractBinaryOperatorNode
-