Package | Description |
---|---|
pt.lsts.imc | |
pt.lsts.imc.examples | |
pt.lsts.imc.lsf | |
pt.lsts.imc.net |
Modifier and Type | Method and Description |
---|---|
static Announce |
Announce.clone(IMCMessage msg) |
static Announce |
Announce.create(java.lang.Object... values) |
Announce |
Announce.setHeight(double height) |
Announce |
Announce.setLat(double lat) |
Announce |
Announce.setLon(double lon) |
Announce |
Announce.setOwner(int owner) |
Announce |
Announce.setServices(java.lang.String services) |
Announce |
Announce.setSysName(java.lang.String sys_name) |
Announce |
Announce.setSysType(Announce.SYS_TYPE sys_type) |
Announce |
Announce.setSysTypeStr(java.lang.String sys_type) |
Announce |
Announce.setSysTypeVal(short sys_type) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Announce> |
VehicleLinks.getLinks() |
Modifier and Type | Method and Description |
---|---|
VehicleLinks |
VehicleLinks.setLinks(java.util.Collection<Announce> links) |
Constructor and Description |
---|
VehicleLinks(java.lang.String localname,
java.util.Collection<Announce> links) |
Modifier and Type | Method and Description |
---|---|
void |
MessageListening.onAnnounce(Announce ann) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Announce> |
LsfIndex.getAvailableSystems() |
java.util.Vector<Announce> |
LsfIndex.getSystemsOfType(Announce.SYS_TYPE type) |
Modifier and Type | Method and Description |
---|---|
void |
IMCNode.setAnnounce(Announce announce) |
Constructor and Description |
---|
IMCNode(Announce announceMessage) |