Opened 13 years ago

Closed 13 years ago

#277 closed enhancement (fixed)

Shorten and standardize IMR class names and references (generics)

Reported by: Peter Powers Owned by: Peter Powers
Priority: minor Milestone: OpenSHA 1.2
Component: sha Version:
Keywords: Cc:

Description

As part of ticket:98, it makes sense to shorten ad standardize interface and abstract class names.

IntensityMeasureRelationshipAPI -> IntensityMeasureRelationship?
IntensityMeasureRelationship? -> AbstractIMR
ScalarIntensityMeasureRelationshipAPI -> ScalarIMR

When using generic collections, it is common practice to specify a list as List<? extends SomeInterface?>; shortening the IMR class names will improve code readability.

Change History (2)

comment:1 Changed 13 years ago by Peter Powers

Done.

IntensityMeasureRelationship? to AbstractIMR in [7856]
ScalarIntensityMeasureRelationshipAPI to ScalarIMR in [7857]
IntensityMeasureRelationshipAPI to IntensityMeasureRelationship? in [7858]

comment:2 Changed 13 years ago by Peter Powers

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.