|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.container.SeedDictionaryReferenceMap
public class SeedDictionaryReferenceMap
SEED Blockette Dictionary Reference Mapper. This class is a collection of static methods for aiding the cross-reference of blockettes to their dictionary lookup counterparts, which we will term Source and Destination Blockettes, respectively. This serves as a map to say that a certain blockette type and field number will reference a certain blockette type and field number.
Constructor Summary | |
---|---|
SeedDictionaryReferenceMap()
|
Method Summary | |
---|---|
static int[] |
lookupDestBlk(int blkType,
int fieldNum)
Return array of Dictionary Destination Blockettes. |
static int |
lookupDestFld(int blkType)
Return Dictionary Destination Field. |
static int[] |
lookupSourceFld(int blkType)
Return array of Dictionary Source Field numbers. |
static void |
main(java.lang.String[] args)
Test method for this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeedDictionaryReferenceMap()
Method Detail |
---|
public static int[] lookupSourceFld(int blkType)
public static int[] lookupDestBlk(int blkType, int fieldNum)
public static int lookupDestFld(int blkType)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |