- All Known Implementing Classes:
PureBigraphHash
Base interface to implement hash functions for bigraphs.
Note that some hash functions may not necessarily compute unique hashes. It may be a computational efficient
implementation which just considers the interfaces but not the overall structure of the bigraph.
- Author:
- Dominik Grzelak
-
Method Summary
-
Method Details
-
get
Factory method to create the respective hashing function class for the given bigraph classbClass
.- Type Parameters:
B
- the bigraph class type- Parameters:
bClass
- the class of the bigraph variant (e.g.,PureBigraph
).- Returns:
- the hashing function for the bigraph class type
-
hash
Compute a hash for a given bigraph.- Parameters:
bigraph
- the bigraph- Returns:
- a hash of a bigraph.
-