Module: Neo4j::Wrapper::NodeMixin::Delegates
- Included in:
- NodeMixin
- Defined in:
- lib/neo4j-wrapper/node_mixin/delegates.rb
Instance Method Summary (collapse)
-
- (Object) :==(: =(*args, &block))
Delegates to Neo4j::Core::Node#:== using the _java_entity instance with the supplied parameters.
-
- (Object) :[](:[](*args, &block))
Delegates to Neo4j::Core::Node#:[] using the _java_entity instance with the supplied parameters.
-
- (Object) :[]=(:[] = (*args, &block))
Delegates to Neo4j::Core::Node#:[]= using the _java_entity instance with the supplied parameters.
-
- (Object) _node(*args, &block)
Delegates to Neo4j::Core::Node#_node using the _java_entity instance with the supplied parameters.
-
- (Object) _nodes(*args, &block)
Delegates to Neo4j::Core::Node#_nodes using the _java_entity instance with the supplied parameters.
-
- (Object) _rel(*args, &block)
Delegates to Neo4j::Core::Node#_rel using the _java_entity instance with the supplied parameters.
-
- (Object) _rels(*args, &block)
Delegates to Neo4j::Core::Node#_rels using the _java_entity instance with the supplied parameters.
-
- (Object) both(*args, &block)
Delegates to Neo4j::Core::Node#both using the _java_entity instance with the supplied parameters.
-
- (Object) del(*args, &block)
Delegates to Neo4j::Core::Node#del using the _java_entity instance with the supplied parameters.
-
- (Object) eql?(*args, &block)
Delegates to Neo4j::Core::Node#eql? using the _java_entity instance with the supplied parameters.
-
- (Object) equal?(*args, &block)
Delegates to Neo4j::Core::Node#equal? using the _java_entity instance with the supplied parameters.
-
- (Object) eval_paths(*args, &block)
Delegates to Neo4j::Core::Node#eval_paths using the _java_entity instance with the supplied parameters.
-
- (Object) exist?(*args, &block)
Delegates to Neo4j::Core::Node#exist? using the _java_entity instance with the supplied parameters.
-
- (Object) expand(*args, &block)
Delegates to Neo4j::Core::Node#expand using the _java_entity instance with the supplied parameters.
-
- (Object) get_property(*args, &block)
Delegates to Neo4j::Core::Node#get_property using the _java_entity instance with the supplied parameters.
-
- (Object) getId(*args, &block)
Delegates to Neo4j::Core::Node#getId using the _java_entity instance with the supplied parameters.
-
- (Object) getRelationships(*args, &block)
Delegates to Neo4j::Core::Node#getRelationships using the _java_entity instance with the supplied parameters.
-
- (Object) incoming(*args, &block)
Delegates to Neo4j::Core::Node#incoming using the _java_entity instance with the supplied parameters.
-
- (Object) neo_id(*args, &block)
Delegates to Neo4j::Core::Node#neo_id using the _java_entity instance with the supplied parameters.
-
- (Object) node(*args, &block)
Delegates to Neo4j::Core::Node#node using the _java_entity instance with the supplied parameters.
-
- (Object) nodes(*args, &block)
Delegates to Neo4j::Core::Node#nodes using the _java_entity instance with the supplied parameters.
-
- (Object) outgoing(*args, &block)
Delegates to Neo4j::Core::Node#outgoing using the _java_entity instance with the supplied parameters.
-
- (Object) property?(*args, &block)
Delegates to Neo4j::Core::Node#property? using the _java_entity instance with the supplied parameters.
-
- (Object) property_keys(*args, &block)
Delegates to Neo4j::Core::Node#property_keys using the _java_entity instance with the supplied parameters.
-
- (Object) props(*args, &block)
Delegates to Neo4j::Core::Node#props using the _java_entity instance with the supplied parameters.
-
- (Object) rel(*args, &block)
Delegates to Neo4j::Core::Node#rel using the _java_entity instance with the supplied parameters.
-
- (Object) rel?(*args, &block)
Delegates to Neo4j::Core::Node#rel? using the _java_entity instance with the supplied parameters.
-
- (Object) rels(*args, &block)
Delegates to Neo4j::Core::Node#rels using the _java_entity instance with the supplied parameters.
-
- (Object) remove_property(*args, &block)
Delegates to Neo4j::Core::Node#remove_property using the _java_entity instance with the supplied parameters.
-
- (Object) set_property(*args, &block)
Delegates to Neo4j::Core::Node#set_property using the _java_entity instance with the supplied parameters.
-
- (Object) unique(*args, &block)
Delegates to Neo4j::Core::Node#unique using the _java_entity instance with the supplied parameters.
-
- (Object) update(*args, &block)
Delegates to Neo4j::Core::Node#update using the _java_entity instance with the supplied parameters.
Instance Method Details
- (Object) :==(: =(*args, &block))
Delegates to Neo4j::Core::Node#:== using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#:== using the _java_entity instance with the supplied parameters.
133 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 133 delegate :== |
- (Object) :[](:[](*args, &block))
Delegates to Neo4j::Core::Node#:[] using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#:[] using the _java_entity instance with the supplied parameters.
30 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 30 delegate :[], 'Property' |
- (Object) :[]=(:[] = (*args, &block))
Delegates to Neo4j::Core::Node#:[]= using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#:[]= using the _java_entity instance with the supplied parameters.
27 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 27 delegate :[]=, 'Property' |
- (Object) _node(*args, &block)
Delegates to Neo4j::Core::Node#_node using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#_node using the _java_entity instance with the supplied parameters.
52 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 52 delegate :_node, 'Rels' |
- (Object) _nodes(*args, &block)
Delegates to Neo4j::Core::Node#_nodes using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#_nodes using the _java_entity instance with the supplied parameters.
58 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 58 delegate :_nodes, 'Rels' |
- (Object) _rel(*args, &block)
Delegates to Neo4j::Core::Node#_rel using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#_rel using the _java_entity instance with the supplied parameters.
64 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 64 delegate :_rel, 'Rels' |
- (Object) _rels(*args, &block)
Delegates to Neo4j::Core::Node#_rels using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#_rels using the _java_entity instance with the supplied parameters.
70 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 70 delegate :_rels, 'Rels' |
- (Object) both(*args, &block)
Delegates to Neo4j::Core::Node#both using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#both using the _java_entity instance with the supplied parameters.
80 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 80 delegate :both, 'Traversal' |
- (Object) del(*args, &block)
Delegates to Neo4j::Core::Node#del using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#del using the _java_entity instance with the supplied parameters.
102 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 102 delegate :del, 'Node' |
- (Object) eql?(*args, &block)
Delegates to Neo4j::Core::Node#eql? using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#eql? using the _java_entity instance with the supplied parameters.
129 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 129 delegate :eql?, 'Equal' |
- (Object) equal?(*args, &block)
Delegates to Neo4j::Core::Node#equal? using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#equal? using the _java_entity instance with the supplied parameters.
126 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 126 delegate :equal?, 'Equal' |
- (Object) eval_paths(*args, &block)
Delegates to Neo4j::Core::Node#eval_paths using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#eval_paths using the _java_entity instance with the supplied parameters.
83 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 83 delegate :eval_paths, 'Traversal' |
- (Object) exist?(*args, &block)
Delegates to Neo4j::Core::Node#exist? using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#exist? using the _java_entity instance with the supplied parameters.
105 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 105 delegate :exist?, 'Node' |
- (Object) expand(*args, &block)
Delegates to Neo4j::Core::Node#expand using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#expand using the _java_entity instance with the supplied parameters.
86 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 86 delegate :expand, 'Traversal' |
- (Object) get_property(*args, &block)
Delegates to Neo4j::Core::Node#get_property using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#get_property using the _java_entity instance with the supplied parameters.
111 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 111 delegate :get_property, 'Property/Java' |
- (Object) getId(*args, &block)
Delegates to Neo4j::Core::Node#getId using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#getId using the _java_entity instance with the supplied parameters.
136 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 136 delegate :getId |
- (Object) getRelationships(*args, &block)
Delegates to Neo4j::Core::Node#getRelationships using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#getRelationships using the _java_entity instance with the supplied parameters.
139 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 139 delegate :getRelationships |
- (Object) incoming(*args, &block)
Delegates to Neo4j::Core::Node#incoming using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#incoming using the _java_entity instance with the supplied parameters.
89 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 89 delegate :incoming, 'Traversal' |
- (Object) neo_id(*args, &block)
Delegates to Neo4j::Core::Node#neo_id using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#neo_id using the _java_entity instance with the supplied parameters.
42 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 42 delegate :neo_id, 'Property' |
- (Object) node(*args, &block)
Delegates to Neo4j::Core::Node#node using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#node using the _java_entity instance with the supplied parameters.
49 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 49 delegate :node, 'Rels' |
- (Object) nodes(*args, &block)
Delegates to Neo4j::Core::Node#nodes using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#nodes using the _java_entity instance with the supplied parameters.
55 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 55 delegate :nodes, 'Rels' |
- (Object) outgoing(*args, &block)
Delegates to Neo4j::Core::Node#outgoing using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#outgoing using the _java_entity instance with the supplied parameters.
92 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 92 delegate :outgoing, 'Traversal' |
- (Object) property?(*args, &block)
Delegates to Neo4j::Core::Node#property? using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#property? using the _java_entity instance with the supplied parameters.
33 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 33 delegate :property?, 'Property' |
- (Object) property_keys(*args, &block)
Delegates to Neo4j::Core::Node#property_keys using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#property_keys using the _java_entity instance with the supplied parameters.
117 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 117 delegate :property_keys, 'Property/Java' |
- (Object) props(*args, &block)
Delegates to Neo4j::Core::Node#props using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#props using the _java_entity instance with the supplied parameters.
36 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 36 delegate :props, 'Property' |
- (Object) rel(*args, &block)
Delegates to Neo4j::Core::Node#rel using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#rel using the _java_entity instance with the supplied parameters.
61 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 61 delegate :rel, 'Rels' |
- (Object) rel?(*args, &block)
Delegates to Neo4j::Core::Node#rel? using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#rel? using the _java_entity instance with the supplied parameters.
73 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 73 delegate :rel?, 'Rels' |
- (Object) rels(*args, &block)
Delegates to Neo4j::Core::Node#rels using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#rels using the _java_entity instance with the supplied parameters.
67 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 67 delegate :rels, 'Rels' |
- (Object) remove_property(*args, &block)
Delegates to Neo4j::Core::Node#remove_property using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#remove_property using the _java_entity instance with the supplied parameters.
120 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 120 delegate :remove_property, 'Property/Java' |
- (Object) set_property(*args, &block)
Delegates to Neo4j::Core::Node#set_property using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#set_property using the _java_entity instance with the supplied parameters.
114 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 114 delegate :set_property, 'Property/Java' |
- (Object) unique(*args, &block)
Delegates to Neo4j::Core::Node#unique using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#unique using the _java_entity instance with the supplied parameters.
95 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 95 delegate :unique, 'Traversal' |
- (Object) update(*args, &block)
Delegates to Neo4j::Core::Node#update using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Node#update using the _java_entity instance with the supplied parameters.
39 |
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 39 delegate :update, 'Property' |