Interface Data


  • public interface Data
    The Data interface must be supported by classes describing complex data structures in order to be able to access data they store in a uniform way.
    • Method Detail

      • asBitVector

        ru.ispras.fortress.data.types.bitvector.BitVector asBitVector()