# Copyright (C) 2011 AMEE UK Ltd. - http://www.amee.com # Released as Open Source Software under the BSD 3-Clause license. See LICENSE.txt for details. # # :title: Class AMEE::DataAbstraction::Result module AMEE module Analytics # Subclass of Term providing methods and attributes appropriate for # representing the results of cross calculation operations specifically # class Result < AMEE::DataAbstraction::Term end end end