Class: LogicalConstruct::ResolutionServer::Models::ServerStatus

Inherits:
RoadForest::RDFModel
  • Object
show all
Defined in:
lib/logical-construct/target/resolution-server.rb

Instance Method Summary collapse

Instance Method Details

#dataObject



60
61
62
# File 'lib/logical-construct/target/resolution-server.rb', line 60

def data
  services.plan_records.total_state
end

#fill_graph(graph) ⇒ Object



64
65
66
# File 'lib/logical-construct/target/resolution-server.rb', line 64

def fill_graph(graph)
  graph[[:lc, "node-state"]] = data
end