ter.SDK.view
Class HeritageView

java.lang.Object
  |
  +--ter.SDK.view.AbstractView
        |
        +--ter.SDK.view.HeritageView
All Implemented Interfaces:
Plugin, View
Direct Known Subclasses:
TreeHeritageView

public abstract class HeritageView
extends AbstractView

Title: Class HeritageView

Description: The abstract class rpresenting an heritage view for a classifierAnalyser

Company: UNSA

Version:
1.0
Author:
Jerôme GAHIDE - Lucas CHARBIT - Gabriel ZERBIB - Xavier GALBOIS

Constructor Summary
HeritageView()
           
 
Method Summary
 int getType()
          Needed by the View interface
 
Methods inherited from class ter.SDK.view.AbstractView
create, getClassifierAnalyser, setClassifierAnalyser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ter.SDK.view.View
getViewContainer
 
Methods inherited from interface ter.SDK.Plugin
getName
 

Constructor Detail

HeritageView

public HeritageView()
Method Detail

getType

public int getType()
Needed by the View interface

Returns:
the type of a view
See Also:
PluginTypes