Class DNAModel


  • public class DNAModel
    extends java.lang.Object
    DNAModel is a more convinient interface to meta data provided in StructDNA. Information is the same, just access to it is easier.
    Author:
    homac
    • Constructor Detail

      • DNAModel

        public DNAModel​(StructDNA dna)
    • Method Detail

      • getType

        public DNAType getType​(short typeIndex)
      • getStruct

        public DNAStruct getStruct​(int sdnaIndex)
      • getStruct

        public DNAStruct getStruct​(java.lang.String structName)
      • getStructs

        public DNAStruct[] getStructs()