Module: Java::OrgTmapiCore::Variant

Extended by:
Superiseable
Includes:
RTM::Variant
Defined in:
lib/rtm/javatmapi/core/variant.rb

Overview

Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. License: Apache License, Version 2.0

Instance Method Summary collapse

Methods included from Superiseable

method_added, register_java_implementation, superised, superising

Instance Method Details

#parentObject 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