public class Forest extends SmartForest<String[]>
branches| Constructor and Description |
|---|
Forest() |
Forest(char c,
int status,
String[] param) |
| Modifier and Type | Method and Description |
|---|---|
SmartForest<String[]> |
get(char c) |
SmartForest<String[]> |
getBranch(char c) |
String[] |
getParams() |
GetWord |
getWord(char[] chars)
得到抽詞器
|
GetWord |
getWord(String str) |
public Forest()
public Forest(char c,
int status,
String[] param)
public SmartForest<String[]> get(char c)
get in class SmartForest<String[]>public SmartForest<String[]> getBranch(char c)
getBranch in class SmartForest<String[]>public GetWord getWord(String str)
getWord in class SmartForest<String[]>public GetWord getWord(char[] chars)
SmartForestgetWord in class SmartForest<String[]>public String[] getParams()
Copyright © 2017. All rights reserved.