|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--simulator.CodeTable
Create an association between vrml types and an integer using association
of class in vrml.external.fields
Field Summary | |
private java.util.Hashtable |
Tab
This is the Hashtable that contains the codes |
private java.lang.String[] |
Types
Contain the actual valid vrml type |
Constructor Summary | |
CodeTable()
Initialize the table of codes |
Method Summary | |
int |
Code(java.lang.String s)
Return the code associate to the input vrml type |
Methods inherited from class java.lang.Object |
|
Field Detail |
private final java.lang.String[] Types
private java.util.Hashtable Tab
Hashtable
that contains the codesConstructor Detail |
public CodeTable()
Method Detail |
public int Code(java.lang.String s)
s
- the string containing the vrml type
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |