Cytoscape 2.8.0 API

cytoscape.plugin
Class PluginInfo.AuthorInfo

java.lang.Object
  extended by cytoscape.plugin.PluginInfo.AuthorInfo
Enclosing class:
PluginInfo

public class PluginInfo.AuthorInfo
extends Object

Describes an author for a given plugin.


Constructor Summary
PluginInfo.AuthorInfo(String Name, String Institution)
           
 
Method Summary
 String getAuthor()
           
 String getInstitution()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginInfo.AuthorInfo

public PluginInfo.AuthorInfo(String Name,
                             String Institution)
Method Detail

getAuthor

public String getAuthor()

getInstitution

public String getInstitution()

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.