|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.acs.net.auxiliary.EligibilityCheck
Field Summary | |
protected Feature[][][] |
eligs
eligibility of each network. |
protected Global |
global
the global setttings. |
protected int |
netNum
the number of networks. |
Constructor Summary | |
EligibilityCheck(Global global,
Feature[][][] eligs)
constructor. |
|
EligibilityCheck(Global global,
short[][][][] eligConds)
constructor. |
Method Summary | |
int |
getEligibleNetwork(Feature[] input)
Returns the eligible network given current input. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int netNum
protected Global global
protected Feature[][][] eligs
Constructor Detail |
public EligibilityCheck(Global global, Feature[][][] eligs)
eligs
- the eligibility of ACS networks in terms of feature list.TaskClarion.getEligibility(int netIdx)
public EligibilityCheck(Global global, short[][][][] eligConds)
TaskClarion.getEligibility(int netIdx)
Method Detail |
public int getEligibleNetwork(Feature[] input)
input
- current input.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |