Package com.alibaba.graphscope.ds
Interface PropertyNbr<VID_T>
-
- All Superinterfaces:
com.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<VID_T>>,com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,Serializable
- All Known Implementing Classes:
PropertyNbr_cxx_0x8f90c303,PropertyNbr_cxx_0x8fbbf244
public interface PropertyNbr<VID_T> extends com.alibaba.fastffi.FFIPointer, com.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<VID_T>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePropertyNbr.Factory<VID_T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyNbr<VID_T>dec()booleaneq(PropertyNbr<VID_T> rhs)@com.alibaba.fastffi.FFINameAlias("get_double") doublegetDouble(int propertyId)@com.alibaba.fastffi.FFINameAlias("get_int") intgetInt(int propertyId)com.alibaba.fastffi.FFIByteStringgetString(int propertyId)PropertyNbr<VID_T>inc()Vertex<VID_T>neighbor()
-
-
-
Method Detail
-
getDouble
@com.alibaba.fastffi.FFINameAlias("get_double") double getDouble(int propertyId)
-
getInt
@com.alibaba.fastffi.FFINameAlias("get_int") int getInt(int propertyId)
-
getString
com.alibaba.fastffi.FFIByteString getString(int propertyId)
-
inc
PropertyNbr<VID_T> inc()
-
eq
boolean eq(PropertyNbr<VID_T> rhs)
-
dec
PropertyNbr<VID_T> dec()
-
-