Package Entity
Class EdgeQueryParam
java.lang.Object
Entity.Edge
Entity.EdgeQueryParam
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class Entity.Edge
dependency, from, from_index, to, to_index, type -
Constructor Summary
ConstructorsConstructorDescriptionEdgeQueryParam(MyNode from, MyNode to, String query_param_name, AtomicObject atomicObject) EdgeQueryParam(MyNode from, MyNode to, String query_param_name, AtomicObject atomicObject, int index_from, int index_to) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDependency(AtomicObject dependency) voidsetQuery_param_name(String query_param_name) toString()Methods inherited from class Entity.Edge
getFrom_index, getTo_index, setFrom_index, setTo_index
-
Field Details
-
query_param_name
-
-
Constructor Details
-
EdgeQueryParam
-
EdgeQueryParam
public EdgeQueryParam(MyNode from, MyNode to, String query_param_name, AtomicObject atomicObject, int index_from, int index_to)
-
-
Method Details