Interface BigraphObjectDecoder<B extends Bigraph<?>,T>

All Known Implementing Classes:
JLibBigBigraphDecoder

public interface BigraphObjectDecoder<B extends Bigraph<?>,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(T bigraph)
     
  • Method Details

    • decode

      B decode(T bigraph)