|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectextvisitor.AExtVisitor<R,java.lang.Class<? extends AStatus>,P,AStatus>
status.StatusAlgo<R,P>
R - The return type of the algorithm.P - The vararg input parameter type of the algorithm.public class StatusAlgo<R,P>
A processing algorithm for an AStatus object.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
StatusAlgo(AStatusAlgoCmd<R,AStatus,P> defaultCmd)
Constructor for the class |
|
| Method Summary |
|---|
| Methods inherited from class extvisitor.AExtVisitor |
|---|
caseAt, getCmd, getDefaultCmd, setCmd, setDefaultCmd |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public StatusAlgo(AStatusAlgoCmd<R,AStatus,P> defaultCmd)
defaultCmd - The default processing command for any unspecified status types.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||