A B C D E G H I K N O P R S T V

A

addListOfGCPs(InputStream) - Method in class org.fosstrak.tdt.TDTEngine
adds a list of global company prefixes (GCPs) to the current list of GCPs.

B

bin2dec(String) - Method in class org.fosstrak.tdt.TDTEngine
Converts a binary string into a large integer (numeric string)
bin2hex(String) - Method in class org.fosstrak.tdt.TDTEngine
Converts a binary string to a hexadecimal string

C

clear() - Method in class org.fosstrak.tdt.NoisyMap
 
containsKey(Object) - Method in class org.fosstrak.tdt.NoisyMap
 
containsValue(Object) - Method in class org.fosstrak.tdt.NoisyMap
 
convert(String, LevelTypeList, String, Map<String, String>, LevelTypeList) - Method in class org.fosstrak.tdt.TDTEngine
Translates the input string of a specified input level to a specified outbound level of the same coding scheme.
convert(String, Map<String, String>, LevelTypeList) - Method in class org.fosstrak.tdt.TDTEngine
The convert method translates a String input to a specified outbound level of the same coding scheme.
convertBinaryEPCToPureIdentityEPC(String) - Method in class org.fosstrak.tdt.TDTEngine
converts a binary EPC to a pure identity representation.
convertGLNandSerialToPureIdentityEPC(String, String) - Method in class org.fosstrak.tdt.TDTEngine
converts a GLN and serial to the pure identity representation of an EPC.
convertGLNandSerialToPureIdentityEPC(String, String, int) - Method in class org.fosstrak.tdt.TDTEngine
converts a GLN and serial to the pure identity representation of an EPC.
convertGTINandSerialToPureIdentityEPC(String, String) - Method in class org.fosstrak.tdt.TDTEngine
converts a GTIN and serial number to the pure identity representation of an EPC.
convertGTINandSerialToPureIdentityEPC(String, String, int) - Method in class org.fosstrak.tdt.TDTEngine
converts a GTIN and serial number to the pure identity representation of an EPC.
convertHexEPCToPureIdentityEPC(String) - Method in class org.fosstrak.tdt.TDTEngine
converts a binary EPC in hex notation to a pure identity representation.
convertPureIdentityEPCToGTINandSerial(String) - Method in class org.fosstrak.tdt.TDTEngine
converts a pure identity EPC to gtin and serial.
convertPureIdentityEPCToSSCC(String) - Method in class org.fosstrak.tdt.TDTEngine
converts a pure identity EPC to gtin and serial.
convertSSCCToPureIdentityEPC(String) - Method in class org.fosstrak.tdt.TDTEngine
converts a SSCC to the pure identity representation of an EPC.
convertSSCCToPureIdentityEPC(String, int) - Method in class org.fosstrak.tdt.TDTEngine
converts a SSCC to the pure identity representation of an EPC.

D

dec2bin(String) - Method in class org.fosstrak.tdt.TDTEngine
Converts a large integer (numeric string) to a binary string

E

entrySet() - Method in class org.fosstrak.tdt.NoisyMap
 
equals(Object) - Method in class org.fosstrak.tdt.NoisyMap
 

G

get(Object) - Method in class org.fosstrak.tdt.NoisyMap
 

H

hashCode() - Method in class org.fosstrak.tdt.NoisyMap
 
hex2bin(String) - Method in class org.fosstrak.tdt.TDTEngine
Converts a hexadecimal string to a binary string

I

insert(String, T) - Method in class org.fosstrak.tdt.PrefixTree
 
insert1(String, T) - Method in class org.fosstrak.tdt.PrefixTree
 
isEmpty() - Method in class org.fosstrak.tdt.NoisyMap
 

K

keySet() - Method in class org.fosstrak.tdt.NoisyMap
 

N

NoisyMap - Class in org.fosstrak.tdt
NoisyMap is a front-end for a String to String Map that prints a message to System.out every time an entry is updated.
NoisyMap(Map<String, String>) - Constructor for class org.fosstrak.tdt.NoisyMap
 

O

org.fosstrak.tdt - package org.fosstrak.tdt
 

P

PrefixTree<T> - Class in org.fosstrak.tdt
Simple version of a Trie structure.
PrefixTree() - Constructor for class org.fosstrak.tdt.PrefixTree
 
put(String, String) - Method in class org.fosstrak.tdt.NoisyMap
 
putAll(Map<? extends String, ? extends String>) - Method in class org.fosstrak.tdt.NoisyMap
 

R

remove(Object) - Method in class org.fosstrak.tdt.NoisyMap
 

S

search(String) - Method in class org.fosstrak.tdt.PrefixTree
 
size() - Method in class org.fosstrak.tdt.NoisyMap
 

T

TDTEngine - Class in org.fosstrak.tdt
This class provides methods for translating an electronic product code (EPC) between various levels of representation including BINARY, TAG_ENCODING, PURE_IDENTITY and LEGACY formats.
TDTEngine(String) - Constructor for class org.fosstrak.tdt.TDTEngine
Deprecated. 
TDTEngine() - Constructor for class org.fosstrak.tdt.TDTEngine
Constructor for a new Tag Data Translation engine.
TDTEngine(URL, URL) - Constructor for class org.fosstrak.tdt.TDTEngine
Constructor for a new Tag Data Translation engine.
TDTEngine(URL, Set<URL>, boolean) - Constructor for class org.fosstrak.tdt.TDTEngine
Constructor for a new Tag Data Translation engine.
TDTException - Exception in org.fosstrak.tdt
A TDTException is thrown at runtime when the user supplies invalid or incomplete input.
TDTException() - Constructor for exception org.fosstrak.tdt.TDTException
 
TDTException(String) - Constructor for exception org.fosstrak.tdt.TDTException
 

V

values() - Method in class org.fosstrak.tdt.NoisyMap
 

A B C D E G H I K N O P R S T V

Copyright © 2009. All Rights Reserved.