org.annotation.wordfreak
Class DynamicFeature

java.lang.Object
  extended byorg.annotation.wordfreak.DynamicFeature
Direct Known Subclasses:
AnnotationScheme.POSFeature, RolesFeature, StaticFeature

public abstract class DynamicFeature
extends java.lang.Object


Constructor Summary
DynamicFeature()
           
 
Method Summary
abstract  java.lang.String getName()
           
abstract  java.lang.Object getValue(Annotation a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicFeature

public DynamicFeature()
Method Detail

getName

public abstract java.lang.String getName()

getValue

public abstract java.lang.Object getValue(Annotation a)


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.