Module: Neo4j::Wrapper::RelationshipMixin::Delegates

Included in:
RelationshipMixin
Defined in:
lib/neo4j-wrapper/relationship_mixin/delegates.rb

Instance Method Summary collapse

Instance Method Details

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

Delegates to Neo4j::Core::Relationship#:== using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#:== using the _java_entity instance with the supplied parameters.

See Also:



101
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 101

delegate :==

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

Delegates to Neo4j::Core::Relationship#:[] using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#:[] using the _java_entity instance with the supplied parameters.

See Also:



31
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 31

delegate :[], 'Property'

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

Delegates to Neo4j::Core::Relationship#:[]= using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#:[]= using the _java_entity instance with the supplied parameters.

See Also:



28
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 28

delegate :[]=, 'Property'

#_end_node(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#_end_node using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#_end_node using the _java_entity instance with the supplied parameters.

See Also:



48
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 48

delegate :_end_node, 'Relationship'

#_other_node(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#_other_node using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#_other_node using the _java_entity instance with the supplied parameters.

See Also:



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

delegate :_other_node, 'Relationship'

#_start_node(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#_start_node using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#_start_node using the _java_entity instance with the supplied parameters.

See Also:



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

delegate :_start_node, 'Relationship'

#del(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#del using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#del using the _java_entity instance with the supplied parameters.

See Also:



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

delegate :del, 'Relationship'

#end_node(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#end_node using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#end_node using the _java_entity instance with the supplied parameters.

See Also:



51
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 51

delegate :end_node, 'Relationship'

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

Delegates to Neo4j::Core::Relationship#eql? using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#eql? using the _java_entity instance with the supplied parameters.

See Also:



97
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 97

delegate :eql?, 'Equal'

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

Delegates to Neo4j::Core::Relationship#equal? using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#equal? using the _java_entity instance with the supplied parameters.

See Also:



94
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 94

delegate :equal?, 'Equal'

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

Delegates to Neo4j::Core::Relationship#exist? using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#exist? using the _java_entity instance with the supplied parameters.

See Also:



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

delegate :exist?, 'Relationship'

#get_property(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#get_property using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#get_property using the _java_entity instance with the supplied parameters.

See Also:



79
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 79

delegate :get_property, 'Property/Java'

#getId(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#getId using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#getId using the _java_entity instance with the supplied parameters.

See Also:



104
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 104

delegate :getId

#neo_id(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#neo_id using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#neo_id using the _java_entity instance with the supplied parameters.

See Also:



43
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 43

delegate :neo_id, 'Property'

#other_node(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#other_node using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#other_node using the _java_entity instance with the supplied parameters.

See Also:



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

delegate :other_node, 'Relationship'

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

Delegates to Neo4j::Core::Relationship#property? using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#property? using the _java_entity instance with the supplied parameters.

See Also:



34
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 34

delegate :property?, 'Property'

#property_keys(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#property_keys using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#property_keys using the _java_entity instance with the supplied parameters.

See Also:



85
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 85

delegate :property_keys, 'Property/Java'

#props(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#props using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#props using the _java_entity instance with the supplied parameters.

See Also:



37
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 37

delegate :props, 'Property'

#rel_type(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#rel_type using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#rel_type using the _java_entity instance with the supplied parameters.

See Also:



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

delegate :rel_type, 'Relationship'

#remove_property(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#remove_property using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#remove_property using the _java_entity instance with the supplied parameters.

See Also:



88
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 88

delegate :remove_property, 'Property/Java'

#set_property(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#set_property using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#set_property using the _java_entity instance with the supplied parameters.

See Also:



82
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 82

delegate :set_property, 'Property/Java'

#update(*args, &block) ⇒ Object

Delegates to Neo4j::Core::Relationship#update using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#update using the _java_entity instance with the supplied parameters.

See Also:



40
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 40

delegate :update, 'Property'