project35.util
Class RecordClassContextUtility
java.lang.Object
project35.util.RecordClassContextUtility
public class RecordClassContextUtility
- extends Object
this utility class is intended to allow Project35's alert system to support
showing lists of record class names or lists of record class contexts. for
example, a context might be: Experiment/Protein or Experiment/Treatment/Protein
so the entries could have path information. This utility helps strip them out
so that other project35 features can just deal with the last element in the path -
the record class name that is used to create instances of record models.
Copyright (c) Kevin Garwood and University of Manchester 2007.
All rights reserved. Licensed under the Academic Free License
version 3.0. For more information on the terms and conditions,
please see the file "LICENSE" that is included in this distribution.
- Version:
- 1.0
- Author:
- Kevin Garwood (kgarwood@users.sourceforge.net),
code contributions from 2002 - September 30, 2007.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordClassContextUtility
public RecordClassContextUtility()
determineRecordClassName
public static String determineRecordClassName(String recordClassContext)