Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Method to return a GKInstance instead of an Object when retrieving a value from an attribute on an instance #84

Description

@jweiser

A utility method in release-common-lib or an additional method in the GKInstance class in the Curator Tool repository is needed for retrieving an attribute value, which is a GKInstance object, as a GKInstance instead of a generic Object:

https://github.com/reactome/CuratorTool/blob/master/src/org/gk/model/GKInstance.java#L238

This will ensure casting the Object type to the GKInstance type in data-release-pipeline code is not needed.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions