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 interface
PropertyNbr.Factory<VID_T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyNbr<VID_T>
dec()
boolean
eq(PropertyNbr<VID_T> rhs)
@com.alibaba.fastffi.FFINameAlias("get_double") double
getDouble(int propertyId)
@com.alibaba.fastffi.FFINameAlias("get_int") int
getInt(int propertyId)
com.alibaba.fastffi.FFIByteString
getString(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()
-
-