Sha256: 1d84fe0721d024b7e316a4f58584fc8685fedd4cd218af16beaa017447e1d6f6
Contents?: true
Size: 644 Bytes
Versions: 3
Compression:
Stored size: 644 Bytes
Contents
# Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. # License: Apache License, Version 2.0 module Java::OrgTmapiCore::Occurrence include RTM::Occurrence extend Superiseable # Returns the Topic this Occurrence belongs to. # # :call-seq: # parent -> Topic # def parent getParent end alias :reverse_children :parent # Returns the lexical representation of the value of the Occurrence. # # For the datatype String the string itself is returned # For the datatype anyURI the Locator.getReference -> String is returned. # # :call-seq: # value -> String # def value getValue end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rtm-javatmapi-0.3.1-java | lib/rtm/javatmapi/core/occurrence.rb |
rtm-javatmapi-0.3.0 | lib/rtm/javatmapi/core/occurrence.rb |
rtm-javatmapi-0.2.1 | lib/rtm/javatmapi/core/occurrence.rb |