Module: Neo4j::Wrapper::NodeMixin::Delegates

Included in:
NodeMixin
Defined in:
lib/neo4j-wrapper/node_mixin/delegates.rb

Instance Method Summary collapse

Instance Method Details

#:==(: ==(*args, &block)) ⇒ Object

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.

See Also:



133
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 133

delegate :==

#:[](: [](*args, &block)) ⇒ Object

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.

See Also:



30
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 30

delegate :[], 'Property'

#:[]=(: []=(*args, &block)) ⇒ Object

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.

See Also:



27
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 27

delegate :[]=, 'Property'

#_node(*args, &block) ⇒ Object

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.

See Also:



52
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 52

delegate :_node, 'Rels'

#_nodes(*args, &block) ⇒ Object

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.

See Also:



58
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 58

delegate :_nodes, 'Rels'

#_rel(*args, &block) ⇒ Object

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.

See Also:



64
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 64

delegate :_rel, 'Rels'

#_rels(*args, &block) ⇒ Object

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.

See Also:



70
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 70

delegate :_rels, 'Rels'

#both(*args, &block) ⇒ Object

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.

See Also:



80
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 80

delegate :both, 'Traversal'

#del(*args, &block) ⇒ Object

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.

See Also:



102
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 102

delegate :del, 'Node'

#eql?(*args, &block) ⇒ Object

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.

See Also:



129
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 129

delegate :eql?, 'Equal'

#equal?(*args, &block) ⇒ Object

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.

See Also:



126
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 126

delegate :equal?, 'Equal'

#eval_paths(*args, &block) ⇒ Object

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.

See Also:



83
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 83

delegate :eval_paths, 'Traversal'

#exist?(*args, &block) ⇒ Object

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.

See Also:



105
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 105

delegate :exist?, 'Node'

#expand(*args, &block) ⇒ Object

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.

See Also:



86
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 86

delegate :expand, 'Traversal'

#get_property(*args, &block) ⇒ Object

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.

See Also:



111
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 111

delegate :get_property, 'Property/Java'

#getId(*args, &block) ⇒ Object

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.

See Also:



136
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 136

delegate :getId

#getRelationships(*args, &block) ⇒ Object

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.

See Also:



139
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 139

delegate :getRelationships

#incoming(*args, &block) ⇒ Object

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.

See Also:



89
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 89

delegate :incoming, 'Traversal'

#neo_id(*args, &block) ⇒ Object

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.

See Also:



42
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 42

delegate :neo_id, 'Property'

#node(*args, &block) ⇒ Object

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.

See Also:



49
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 49

delegate :node, 'Rels'

#nodes(*args, &block) ⇒ Object

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.

See Also:



55
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 55

delegate :nodes, 'Rels'

#outgoing(*args, &block) ⇒ Object

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.

See Also:



92
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 92

delegate :outgoing, 'Traversal'

#property?(*args, &block) ⇒ Object

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.

See Also:



33
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 33

delegate :property?, 'Property'

#property_keys(*args, &block) ⇒ Object

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.

See Also:



117
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 117

delegate :property_keys, 'Property/Java'

#props(*args, &block) ⇒ Object

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.

See Also:



36
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 36

delegate :props, 'Property'

#rel(*args, &block) ⇒ Object

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.

See Also:



61
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 61

delegate :rel, 'Rels'

#rel?(*args, &block) ⇒ Object

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.

See Also:



73
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 73

delegate :rel?, 'Rels'

#rels(*args, &block) ⇒ Object

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.

See Also:



67
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 67

delegate :rels, 'Rels'

#remove_property(*args, &block) ⇒ Object

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.

See Also:



120
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 120

delegate :remove_property, 'Property/Java'

#set_property(*args, &block) ⇒ Object

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.

See Also:



114
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 114

delegate :set_property, 'Property/Java'

#unique(*args, &block) ⇒ Object

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.

See Also:



95
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 95

delegate :unique, 'Traversal'

#update(*args, &block) ⇒ Object

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.

See Also:



39
# File 'lib/neo4j-wrapper/node_mixin/delegates.rb', line 39

delegate :update, 'Property'