carnival-data / carnival

JVM property graph data unification framework
https://carnival-data.github.io/carnival/
GNU General Public License v3.0
7 stars 2 forks source link

Instantiate GraphMethod object by class #57

Closed augustearth closed 3 years ago

augustearth commented 3 years ago

Add a convenience method to instantiate a GraphMethod object by class. Currently, the method(String name) does so by name only.