hla.rti1516.jlc.omt
Class OmtEncoderFactory

java.lang.Object
  extended by hla.rti1516.jlc.omt.OmtEncoderFactory
All Implemented Interfaces:
EncoderFactory

public class OmtEncoderFactory
extends java.lang.Object
implements EncoderFactory


Constructor Summary
OmtEncoderFactory()
           
 
Method Summary
 HLAASCIIchar createHLAASCIIchar()
           
 HLAASCIIchar createHLAASCIIchar(byte b)
           
 HLAASCIIstring createHLAASCIIstring()
           
 HLAASCIIstring createHLAASCIIstring(java.lang.String s)
           
 HLAboolean createHLAboolean()
           
 HLAboolean createHLAboolean(boolean b)
           
 HLAbyte createHLAbyte()
           
 HLAbyte createHLAbyte(byte b)
           
 HLAfixedRecord createHLAfixedRecord()
           
 HLAfloat32BE createHLAfloat32BE()
           
 HLAfloat32BE createHLAfloat32BE(float f)
           
 HLAfloat32LE createHLAfloat32LE()
           
 HLAfloat32LE createHLAfloat32LE(float f)
           
 HLAfloat64BE createHLAfloat64BE()
           
 HLAfloat64BE createHLAfloat64BE(double d)
           
 HLAfloat64LE createHLAfloat64LE()
           
 HLAfloat64LE createHLAfloat64LE(double d)
           
 HLAhandle createHLAhandle()
           
 HLAhandle createHLAhandle(byte[] b)
           
 HLAinteger16BE createHLAinteger16BE()
           
 HLAinteger16BE createHLAinteger16BE(short s)
           
 HLAinteger16LE createHLAinteger16LE()
           
 HLAinteger16LE createHLAinteger16LE(short s)
           
 HLAinteger32BE createHLAinteger32BE()
           
 HLAinteger32BE createHLAinteger32BE(int myNumber)
           
 HLAinteger32LE createHLAinteger32LE()
           
 HLAinteger32LE createHLAinteger32LE(int i)
           
 HLAinteger64BE createHLAinteger64BE()
           
 HLAinteger64BE createHLAinteger64BE(long l)
           
 HLAinteger64LE createHLAinteger64LE()
           
 HLAinteger64LE createHLAinteger64LE(long l)
           
 HLAlogicalTime createHLAlogicalTime()
           
 HLAlogicalTime createHLAlogicalTime(LogicalTime t)
           
 HLAoctet createHLAoctet()
           
 HLAoctet createHLAoctet(byte b)
           
 HLAoctetPairBE createHLAoctetPairBE()
           
 HLAoctetPairBE createHLAoctetPairBE(short s)
           
 HLAoctetPairLE createHLAoctetPairLE()
           
 HLAoctetPairLE createHLAoctetPairLE(short s)
           
 HLAopaqueData createHLAopaqueData()
           
 HLAopaqueData createHLAopaqueData(byte[] b)
           
 HLAunicodeString createHLAunicodeString()
           
 HLAunicodeString createHLAunicodeString(java.lang.String s)
           
 HLAvariableArray createHLAvariableArray()
           
 HLAvariableArray createHLAvariableArray(DataElementFactory factory)
           
static EncoderFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OmtEncoderFactory

public OmtEncoderFactory()
Method Detail

getInstance

public static EncoderFactory getInstance()

createHLAinteger32BE

public HLAinteger32BE createHLAinteger32BE()
Specified by:
createHLAinteger32BE in interface EncoderFactory

createHLAinteger32BE

public HLAinteger32BE createHLAinteger32BE(int myNumber)
Specified by:
createHLAinteger32BE in interface EncoderFactory

createHLAinteger32LE

public HLAinteger32LE createHLAinteger32LE()
Specified by:
createHLAinteger32LE in interface EncoderFactory

createHLAinteger32LE

public HLAinteger32LE createHLAinteger32LE(int i)
Specified by:
createHLAinteger32LE in interface EncoderFactory

createHLAinteger64BE

public HLAinteger64BE createHLAinteger64BE()
Specified by:
createHLAinteger64BE in interface EncoderFactory

createHLAinteger64BE

public HLAinteger64BE createHLAinteger64BE(long l)
Specified by:
createHLAinteger64BE in interface EncoderFactory

createHLAinteger64LE

public HLAinteger64LE createHLAinteger64LE()
Specified by:
createHLAinteger64LE in interface EncoderFactory

createHLAinteger64LE

public HLAinteger64LE createHLAinteger64LE(long l)
Specified by:
createHLAinteger64LE in interface EncoderFactory

createHLAlogicalTime

public HLAlogicalTime createHLAlogicalTime()
Specified by:
createHLAlogicalTime in interface EncoderFactory

createHLAlogicalTime

public HLAlogicalTime createHLAlogicalTime(LogicalTime t)
Specified by:
createHLAlogicalTime in interface EncoderFactory

createHLAoctet

public HLAoctet createHLAoctet()
Specified by:
createHLAoctet in interface EncoderFactory

createHLAoctet

public HLAoctet createHLAoctet(byte b)
Specified by:
createHLAoctet in interface EncoderFactory

createHLAoctetPairBE

public HLAoctetPairBE createHLAoctetPairBE()
Specified by:
createHLAoctetPairBE in interface EncoderFactory

createHLAoctetPairBE

public HLAoctetPairBE createHLAoctetPairBE(short s)
Specified by:
createHLAoctetPairBE in interface EncoderFactory

createHLAoctetPairLE

public HLAoctetPairLE createHLAoctetPairLE()
Specified by:
createHLAoctetPairLE in interface EncoderFactory

createHLAoctetPairLE

public HLAoctetPairLE createHLAoctetPairLE(short s)
Specified by:
createHLAoctetPairLE in interface EncoderFactory

createHLAopaqueData

public HLAopaqueData createHLAopaqueData()
Specified by:
createHLAopaqueData in interface EncoderFactory

createHLAopaqueData

public HLAopaqueData createHLAopaqueData(byte[] b)
Specified by:
createHLAopaqueData in interface EncoderFactory

createHLAunicodeString

public HLAunicodeString createHLAunicodeString()
Specified by:
createHLAunicodeString in interface EncoderFactory

createHLAunicodeString

public HLAunicodeString createHLAunicodeString(java.lang.String s)
Specified by:
createHLAunicodeString in interface EncoderFactory

createHLAASCIIchar

public HLAASCIIchar createHLAASCIIchar()
Specified by:
createHLAASCIIchar in interface EncoderFactory

createHLAASCIIchar

public HLAASCIIchar createHLAASCIIchar(byte b)
Specified by:
createHLAASCIIchar in interface EncoderFactory

createHLAASCIIstring

public HLAASCIIstring createHLAASCIIstring()
Specified by:
createHLAASCIIstring in interface EncoderFactory

createHLAASCIIstring

public HLAASCIIstring createHLAASCIIstring(java.lang.String s)
Specified by:
createHLAASCIIstring in interface EncoderFactory

createHLAboolean

public HLAboolean createHLAboolean()
Specified by:
createHLAboolean in interface EncoderFactory

createHLAboolean

public HLAboolean createHLAboolean(boolean b)
Specified by:
createHLAboolean in interface EncoderFactory

createHLAbyte

public HLAbyte createHLAbyte()
Specified by:
createHLAbyte in interface EncoderFactory

createHLAbyte

public HLAbyte createHLAbyte(byte b)
Specified by:
createHLAbyte in interface EncoderFactory

createHLAfixedRecord

public HLAfixedRecord createHLAfixedRecord()
Specified by:
createHLAfixedRecord in interface EncoderFactory

createHLAfloat32BE

public HLAfloat32BE createHLAfloat32BE()
Specified by:
createHLAfloat32BE in interface EncoderFactory

createHLAfloat32BE

public HLAfloat32BE createHLAfloat32BE(float f)
Specified by:
createHLAfloat32BE in interface EncoderFactory

createHLAfloat32LE

public HLAfloat32LE createHLAfloat32LE()
Specified by:
createHLAfloat32LE in interface EncoderFactory

createHLAfloat32LE

public HLAfloat32LE createHLAfloat32LE(float f)
Specified by:
createHLAfloat32LE in interface EncoderFactory

createHLAfloat64BE

public HLAfloat64BE createHLAfloat64BE()
Specified by:
createHLAfloat64BE in interface EncoderFactory

createHLAfloat64BE

public HLAfloat64BE createHLAfloat64BE(double d)
Specified by:
createHLAfloat64BE in interface EncoderFactory

createHLAfloat64LE

public HLAfloat64LE createHLAfloat64LE()
Specified by:
createHLAfloat64LE in interface EncoderFactory

createHLAfloat64LE

public HLAfloat64LE createHLAfloat64LE(double d)
Specified by:
createHLAfloat64LE in interface EncoderFactory

createHLAhandle

public HLAhandle createHLAhandle()
Specified by:
createHLAhandle in interface EncoderFactory

createHLAhandle

public HLAhandle createHLAhandle(byte[] b)
Specified by:
createHLAhandle in interface EncoderFactory

createHLAinteger16BE

public HLAinteger16BE createHLAinteger16BE()
Specified by:
createHLAinteger16BE in interface EncoderFactory

createHLAinteger16BE

public HLAinteger16BE createHLAinteger16BE(short s)
Specified by:
createHLAinteger16BE in interface EncoderFactory

createHLAinteger16LE

public HLAinteger16LE createHLAinteger16LE()
Specified by:
createHLAinteger16LE in interface EncoderFactory

createHLAinteger16LE

public HLAinteger16LE createHLAinteger16LE(short s)
Specified by:
createHLAinteger16LE in interface EncoderFactory

createHLAvariableArray

public HLAvariableArray createHLAvariableArray()
Specified by:
createHLAvariableArray in interface EncoderFactory

createHLAvariableArray

public HLAvariableArray createHLAvariableArray(DataElementFactory factory)
Specified by:
createHLAvariableArray in interface EncoderFactory