java.lang.Object
de.grogra.graph.impl.Edge
de.grogra.graph.impl.Node
de.grogra.graph.wrapped.parametric.nodes.PSub
All Implemented Interfaces:
NumericProvider, ValueProvider, Manageable, PersistenceCapable, Shareable, UserFields, XObject, Map, Serializable

public class PSub extends Node implements NumericProvider
See Also:
  • Field Details

    • input1

      public float input1
    • input2

      public float input2
    • $TYPE

      public static final Node.NType $TYPE
    • input1$FIELD

      public static final Node.NType.Field input1$FIELD
    • input2$FIELD

      public static final Node.NType.Field input2$FIELD
  • Constructor Details

    • PSub

      public PSub()
    • PSub

      public PSub(float input1, float input2)
  • Method Details

    • getMethod

      public String getMethod()
      Specified by:
      getMethod in interface ValueProvider
    • isConcatiatable

      public boolean isConcatiatable()
      Specified by:
      isConcatiatable in interface ValueProvider
    • getFloat

      public float getFloat()
      Specified by:
      getFloat in interface NumericProvider
    • getInteger

      public int getInteger()
      Specified by:
      getInteger in interface NumericProvider
    • getSymbolColor

      public int getSymbolColor()
      Overrides:
      getSymbolColor in class Node
    • getNTypeImpl

      protected Node.NType getNTypeImpl()
      Description copied from class: Node
      This method returns the Node.NType which describes the managed fields of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      getNTypeImpl in class Node
      Returns:
      type describing the managed fields of the class of this node
    • newInstance

      protected Node newInstance()
      Description copied from class: Node
      This method returns a new instance of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      newInstance in class Node
      Returns:
      new instance of class of this node
    • setInput1

      public void setInput1(float value)
    • setInput2

      public void setInput2(float value)