Class: Pione::PNML::Node

Inherits:
StructX
  • Object
show all
Defined in:
lib/pione/pnml/pnml-model.rb

Overview

Node is a meta class for Place and Transition.

Direct Known Subclasses

Place, Transition

Instance Method Summary collapse

Instance Method Details

#inspectObject



359
360
361
# File 'lib/pione/pnml/pnml-model.rb', line 359

def inspect
  "#<%s id=%s name=%s>" % [self.class.name, id.inspect, name.inspect]
end