Class EdgePropertyFeatures
- java.lang.Object
-
- hydra.ext.org.apache.tinkerpop.features.EdgePropertyFeatures
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EdgePropertyFeatures>
public class EdgePropertyFeatures extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<EdgePropertyFeatures>
Features that are related to Edge Property objects.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NamePROPERTY_FEATURESPropertyFeaturespropertyFeaturesstatic NameTYPE_
-
Constructor Summary
Constructors Constructor Description EdgePropertyFeatures(PropertyFeatures propertyFeatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(EdgePropertyFeatures other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
PROPERTY_FEATURES
public static final Name PROPERTY_FEATURES
-
propertyFeatures
public final PropertyFeatures propertyFeatures
-
-
Constructor Detail
-
EdgePropertyFeatures
public EdgePropertyFeatures(PropertyFeatures propertyFeatures)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(EdgePropertyFeatures other)
- Specified by:
compareToin interfacejava.lang.Comparable<EdgePropertyFeatures>
-
-