Class: GraphML::Edge

Inherits:
Struct
  • Object
show all
Defined in:
lib/Yinspire/Loaders/GraphML.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



7
8
9
# File 'lib/Yinspire/Loaders/GraphML.rb', line 7

def data
  @data
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/Yinspire/Loaders/GraphML.rb', line 7

def id
  @id
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



7
8
9
# File 'lib/Yinspire/Loaders/GraphML.rb', line 7

def source
  @source
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



7
8
9
# File 'lib/Yinspire/Loaders/GraphML.rb', line 7

def target
  @target
end