|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.container.SeedBlocketteRankMap
public class SeedBlocketteRankMap
SEED Blockette Ranking Mapper. This class is a collection of static methods for determining the parent-child relationship of blockettes within their own blockette category. For instance, we can say that Blockette 52 is a child of Blockette 50, and that Blockette 50 will be of higher rank to Blockette 52 in the Station Blockette category. Blockette 52 cannot be compared to another blockette outside of its category, though, such as a Blockette 74.
Constructor Summary | |
---|---|
SeedBlocketteRankMap()
|
Method Summary | |
---|---|
static int |
getHeaderCode(Blockette blockette)
Return a code number based on the header type of the current blockette object. |
static int |
getHeaderCode(int blocketteType)
Return a code number based on the header type of the indicated blockette type |
static int |
getHeaderCode(java.lang.String categoryStr)
Return a code number based on the blockette category string. |
static int |
getRank(Blockette blockette)
Return the rank value of this blockette within its category. |
static int |
getRank(int blocketteType)
Return the rank value of this blockette type within its category. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeedBlocketteRankMap()
Method Detail |
---|
public static int getHeaderCode(Blockette blockette) throws BuilderException, SeedException
BuilderException
SeedException
public static int getHeaderCode(int blocketteType) throws BuilderException, SeedException
BuilderException
SeedException
public static int getHeaderCode(java.lang.String categoryStr) throws BuilderException
BuilderException
public static int getRank(Blockette blockette) throws BuilderException, SeedException
BuilderException
SeedException
public static int getRank(int blocketteType) throws BuilderException, SeedException
BuilderException
SeedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |