public class IPPacketFactory extends java.lang.Object implements Factory<Message>, ReflectionConstructable2<SimNode,Parameters>
Modifier and Type | Field and Description |
---|---|
int |
destinationId |
int |
groupId |
long |
length |
int |
sourceId |
double |
tag |
int |
typeId |
CREATE_INSTANCE_METHOD_NAME
Constructor and Description |
---|
IPPacketFactory(long length,
int sourceId,
int destinationId,
int groupId,
int typeId,
double tag) |
Modifier and Type | Method and Description |
---|---|
IPPacket |
create() |
static IPPacketFactory |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
public final long length
public final int sourceId
public final int destinationId
public final int groupId
public final int typeId
public final double tag
public IPPacketFactory(long length, int sourceId, int destinationId, int groupId, int typeId, double tag)
public static IPPacketFactory createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable