Class AddAssociatedConceptGenerator.AssociatedConceptInfo

    • Constructor Detail

      • AssociatedConceptInfo

        public AssociatedConceptInfo​(String inputLabel,
                                     String inputURI,
                                     String inputVocabURI,
                                     String inputVocabLabel,
                                     String inputType,
                                     String inputConceptSemanticTypeURI,
                                     String inputConceptSemanticTypeLabel)
    • Method Detail

      • getConceptLabel

        public String getConceptLabel()
      • getConceptURI

        public String getConceptURI()
      • getVocabURI

        public String getVocabURI()
      • getVocabLabel

        public String getVocabLabel()
      • getType

        public String getType()
      • getConceptSemanticTypeURI

        public String getConceptSemanticTypeURI()
      • getConceptSemanticTypeLabel

        public String getConceptSemanticTypeLabel()