JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.stanford.nlp.util
Interface Factory<T>
All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SequencePattern.SequenceEndPatternExpr
,
SequencePattern.SequenceStartPatternExpr
public interface
Factory<T>
extends java.io.Serializable
A generified factory class which creates instances of a particular type.
Author:
dramage
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
create
()
Creates and returns a new instance of the given type.
Method Detail
create
T
create()
Creates and returns a new instance of the given type.
Returns:
A new instance of the type T
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Stanford NLP Group