Module: Java::OrgTmapiCore::Variant
Overview
Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. License: Apache License, Version 2.0
Instance Method Summary collapse
-
#parent ⇒ Object
(also: #reverse_children)
Returns the Name this Variant belongs to.
Methods included from Superiseable
method_added, register_java_implementation, superised, superising
Instance Method Details
#parent ⇒ Object Also known as: reverse_children
Returns the Name this Variant belongs to.
:call-seq:
parent -> Name
14 15 16 |
# File 'lib/rtm/javatmapi/core/variant.rb', line 14 def parent getParent end |