| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.lth.cs.nlp.nlputils.core.Procedure<T>
public abstract class Procedure<T>
A callable one-argument procedure.
| Field Summary | |
|---|---|
protected  Object | 
in
Initiation parameter.  | 
| Constructor Summary | |
|---|---|
Procedure()
Initiates the procedure.  | 
|
Procedure(Object in)
Initiates the procedure with a parameter.  | 
|
| Method Summary | |
|---|---|
abstract  void | 
apply(T t)
Calls this procedure.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected Object in
| Constructor Detail | 
|---|
public Procedure()
public Procedure(Object in)
in - an initiation parameter.| Method Detail | 
|---|
public abstract void apply(T t)
t - the parameter.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||