project35.desktopDeployment
Class Project35MetaDataEditor

java.lang.Object
  extended by project35.desktopDeployment.Project35MetaDataEditor
All Implemented Interfaces:
Project35ToolDeployment

public class Project35MetaDataEditor
extends java.lang.Object
implements Project35ToolDeployment

this is the main class for the Project35 Meta Data Editor. It is an instance of Project35 that has been configured with plugins that are defined in this package. The application is driven off a meta data schema contained in the "project35_meta_data" model folder. The application also requires a target schema used to edit the *.pdz files. This is used to allow data curators to post-annotate the meta data layer with the same ontology services that are available to normal end-users.


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

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)

Constructor Summary
Project35MetaDataEditor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setCommandLineProject35Utility(java.lang.String project35Utility)
           
 void setComponentMode(boolean isComponentMode)
           
 void setFileToOpen(java.io.File fileToOpen)
           
 void setSelectedModel(java.lang.String selectedModel)
           
 void setSessionFile(java.io.File sessionFile)
           
 boolean shutDown()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Project35MetaDataEditor

public Project35MetaDataEditor()
Method Detail

main

public static void main(java.lang.String[] args)

setComponentMode

public void setComponentMode(boolean isComponentMode)

setCommandLineProject35Utility

public void setCommandLineProject35Utility(java.lang.String project35Utility)

setSelectedModel

public void setSelectedModel(java.lang.String selectedModel)

setFileToOpen

public void setFileToOpen(java.io.File fileToOpen)

setSessionFile

public void setSessionFile(java.io.File sessionFile)

start

public void start()

shutDown

public boolean shutDown()
Specified by:
shutDown in interface Project35ToolDeployment