Module: Java::OrgTmapiCore::Variant
- Extends:
- Superiseable
- Includes:
- RTM::Variant
- Defined in:
- rtm-javatmapi/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
-
- (Object) parent
(also: #reverse_children)
Returns the Name this Variant belongs to.
Methods included from Superiseable
method_added, register_java_implementation, superised, superising
Instance Method Details
- (Object) parent Also known as: reverse_children
Returns the Name this Variant belongs to.
:call-seq:
parent -> Name
14 15 16 |
# File 'rtm-javatmapi/lib/rtm/javatmapi/core/variant.rb', line 14 def parent getParent end |