Class: GraphML::Graph

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



5
6
7
# File 'lib/Yinspire/Loaders/GraphML.rb', line 5

def data
  @data
end

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



5
6
7
# File 'lib/Yinspire/Loaders/GraphML.rb', line 5

def edges
  @edges
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/Yinspire/Loaders/GraphML.rb', line 5

def id
  @id
end

#nodesObject

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



5
6
7
# File 'lib/Yinspire/Loaders/GraphML.rb', line 5

def nodes
  @nodes
end