Class PropertyCondition

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<PropertyCondition>

    public class PropertyCondition
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<PropertyCondition>
    Property equality conditions: node(i).prop = v
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.PropertyCondition type.
      • TARGET

        public static final Name TARGET
        Name of the com.gdblab.pathAlgebra.expressions.PropertyCondition.target field.
      • PROPERTY

        public static final Name PROPERTY
        Name of the com.gdblab.pathAlgebra.expressions.PropertyCondition.property field.
      • VALUE

        public static final Name VALUE
        Name of the com.gdblab.pathAlgebra.expressions.PropertyCondition.value field.
      • property

        public final java.lang.String property