|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.micropsi.comp.messages.MVersion
| Field Summary | |
static int |
MAJOR
|
static int |
MINOR
|
static java.lang.String |
NAME
|
| Constructor Summary | |
MVersion()
|
|
| Method Summary | |
int |
getMessageType()
|
int |
getRemoteMajor()
Returns the remoteMajor. |
int |
getRemoteMinor()
Returns the remoteMinor. |
java.lang.String |
getRemoteName()
Returns the remoteName. |
boolean |
isRemoteVersionOK()
|
void |
setRemoteMajor(int remoteMajor)
Sets the remoteMajor. |
void |
setRemoteMinor(int remoteMinor)
Sets the remoteMinor. |
void |
setRemoteName(java.lang.String remoteName)
Sets the remoteName. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MAJOR
public static final int MINOR
public static final java.lang.String NAME
| Constructor Detail |
public MVersion()
| Method Detail |
public int getMessageType()
getMessageType in interface MessageIFpublic boolean isRemoteVersionOK()
public int getRemoteMajor()
public int getRemoteMinor()
public java.lang.String getRemoteName()
public void setRemoteMajor(int remoteMajor)
remoteMajor - The remoteMajor to setpublic void setRemoteMinor(int remoteMinor)
remoteMinor - The remoteMinor to setpublic void setRemoteName(java.lang.String remoteName)
remoteName - The remoteName to set
|
(c) by Micropsi Project: http://www.cognitive-agents.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||