au.edu.swin.synergy.plugin.metamodeller
Class BMaxRule
java.lang.Object
|
+--au.edu.swin.synergy.plugin.metamodeller.BMaxRule
- public class BMaxRule
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
BMaxRule(int numNodes,
int numArcs)
|
Method Summary |
boolean |
evalMax(int nodeID,
int arcID,
int max)
|
void |
setMax(int nodeID,
int arcID,
int max)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
kDefaultValue
public static final int kDefaultValue
kDefaultResult
public static final boolean kDefaultResult
BMaxRule
public BMaxRule(int numNodes,
int numArcs)
evalMax
public final boolean evalMax(int nodeID,
int arcID,
int max)
setMax
public final void setMax(int nodeID,
int arcID,
int max)