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

public class PEqual extends Node implements BooleanProvider
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

    • PEqual

      public PEqual()
    • PEqual

      public PEqual(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
    • getBoolean

      public boolean getBoolean()
      Specified by:
      getBoolean in interface BooleanProvider
    • 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)