Uploaded image for project: 'Gateway'
  1. Gateway
  2. GTWY-1218 XML Harvest: Create software to convert Questionnare XML to OWL
  3. GTWY-1743

Add input source and input target components to OWL separately.

XMLWordPrintable

    • Icon: Work Task Work Task
    • Resolution: Done
    • Icon: Major Major
    • 1.2.0
    • None
    • Curator
    • None

      The following if statement from CimHarvest.dealWithInputs needs to be broken out into separate if statements so an input target can be added regardless of whether an input source was found. The more tidbits of information, the better.

      if (modelMap.get(i.inputSourceComponent) != null) {
      owlUtil.addTriple(inputName, INPUT_CONDITION, "hasInputSourceComponent", modelMap.get(i.inputSourceComponent).shortName, modelMap.get(i.inputSourceComponent).componentType + "");
      owlUtil.addTriple(inputName, INPUT_CONDITION, "hasInputTargetComponent", modelMap.get(i.inputTargetComponent).shortName, modelMap.get(i.inputTargetComponent).componentType + "");
      }

              Unassigned Unassigned
              hannah Hannah Wilcox (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: