|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ls.CliqueSet
This class contains the configuration, fi, and probability values for a clique.
| Constructor Summary | |
CliqueSet(java.util.Vector configuration)
Creats a new CliqueSet with a specificed configuration. |
|
CliqueSet(java.util.Vector configuration,
double phi,
double probability)
Creates a new CliqueSet with the specified vaules. |
|
| Method Summary | |
void |
addConfiguration(java.lang.Object o)
|
void |
clearConfiguration()
|
int |
getBitmask()
Returns the bitmask |
java.util.Vector |
getConfiguration()
Returns the configurations. |
java.lang.Object |
getConfiguration(int index)
|
double |
getPhi()
Returns the phi value. |
double |
getProbability()
Returns the probability. |
void |
setBitmask(int newBitmask)
Sets the bitmask |
void |
setPhi(double phi)
Sets the phi value. |
void |
setProbability(double probability)
Sets the probability. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CliqueSet(java.util.Vector configuration)
configuration - a specified configuration
public CliqueSet(java.util.Vector configuration,
double phi,
double probability)
o - the configurationfi - the fi valueprobability - the probability| Method Detail |
public void clearConfiguration()
public void addConfiguration(java.lang.Object o)
public java.util.Vector getConfiguration()
public java.lang.Object getConfiguration(int index)
throws IllegalCliqueIndexException
public void setPhi(double phi)
product - the phi value.public double getPhi()
public void setProbability(double probability)
probability - the probabilitypublic double getProbability()
public void setBitmask(int newBitmask)
newBitmask - the new bit maskpublic int getBitmask()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||