Sha256: eda14e0d5b31753a0e4d16f0e78b6780fdb92dff3507a91f016bef49b8aaacf0

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

##
## Behaviour metamodel
##
module Lutaml::Uml

class ConnectorEnd < TopElement
	attr_accessor :role, :part_with_port, :connector
	def initialize
		@role = nil
	end
end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lutaml-uml-0.1.0 lib/lutaml/uml/constructor_end.rb