Module: Muml_Class

Defined in:
lib/ontomde-uml2-kb/protege.rb

Instance Method Summary collapse

Instance Method Details

#prot_writeSubClassOfObject

writes sub class of rdf instructions



206
207
208
209
210
211
# File 'lib/ontomde-uml2-kb/protege.rb', line 206

def prot_writeSubClassOf
  super # Classifier
  uml_implementation.each { |g|
    write("<#{prot_uri}> <#{RDF_SUBCLASSOF_URI}> <#{g.uml_supplier_one.prot_uri}> .\n")
  }
end