#! /pb2a/weider/cif/star/bin/starpython
# /pb2/weider/cif/star/bin/python

# import star
dir="/pb2a/weider/cif/star/bin/"
star.dictionaryimport(dir+"dic/cifdic.m94")
dic=star.getdictionary(dir+"dic/cifdic.m94")
print "            For dictionary cifdic.m94"
print ""
print ""
print ""
print "// ************************************************"
print "// Verification of _list_link_child relationship"
print "// ---------? indicates missing corresponding"
print "//            _list_link_parent relationship."
print "// ************************************************"
dic.verifycategory("_list_link_child")
print ""
print ""
print ""
print "// ************************************************"
print "// Verification of _list_link_parent relationship"
print "// ---------? indicates missing corresponding"
print "//            _list_link_child relationship."
print "// ************************************************"
dic.verifycategory("_list_link_parent")
print ""
print ""
print "// ************************************************"
print "// _list_link_child hierarchy"
print "// ************************************************"
dic.hierarchy("_list_link_child")
print ""
print ""
print ""
print "// ************************************************"
print "// _list_link_parent hierarchy"
print "// ************************************************"
dic.hierarchy("_list_link_parent")


