Tag Archives: Java
do not reinvent the wheel
I’m starting to wonder why I was planning to use Java for this project–most of the SolarSoft stuff is already in IDL. And, it seems like writing my stuff in IDL would help it to interface with future additions to … Continue reading
brainstorm: possible OOP hierarchy
abstract class SolarEvent has sub-classes: specific solar events, e.g: Flare AR Sigmoid Sunspot —— Abstract class Values has sub-classes: specific types of values, e.g. location, time, human- or software-tagged, etc. —— the specific events like Flare and Sigmoid will reference … Continue reading
Posted in Uncategorized
Tagged brainstorm, class hierarchy, classes, inheritence, Java, oop
Leave a comment