|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvutbr.checkers.protocol.ProtocolLine
public abstract class ProtocolLine
Trida ProtocolLine
Constructor Summary | |
---|---|
ProtocolLine()
Konstruktor |
Method Summary | |
---|---|
protected java.lang.String |
build()
Vytvori radek z tridy |
protected abstract java.lang.String |
getCommand()
Vrati jmeno prikazu |
protected abstract java.lang.String |
getParam()
Vrati parametry prikazu |
protected abstract java.lang.String |
getType()
Vrati typ prikazu |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProtocolLine()
Method Detail |
---|
protected java.lang.String build()
protected abstract java.lang.String getType()
protected abstract java.lang.String getCommand()
protected abstract java.lang.String getParam()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |