RBNinference
Class BayesNetIntSamIam

java.lang.Object
  extended by RBNinference.BayesNetIntHuginNet
      extended by RBNinference.BayesNetIntSamIam
All Implemented Interfaces:
BayesNetInt

public class BayesNetIntSamIam
extends BayesNetIntHuginNet
implements BayesNetInt

Since:
040804

Field Summary
static java.lang.Object[] ARRAY_OPTIONS
           
static java.lang.String STR_FILE_EXTENSION_NET
           
static java.lang.String STR_ID_DEFAULT
           
static java.lang.String STR_PATTERN_DECIMAL_FORMAT
           
static java.lang.String STR_RENAME_OPTION
           
static java.lang.String STR_REPLACE_OPTION
           
 
Constructor Summary
BayesNetIntSamIam(Primula primula, java.lang.String netname)
          Creates new BayesNetIntSamIam
 
Method Summary
static java.lang.String createValidNetID(java.lang.String netname)
           
 void open()
           
static java.lang.String rename(java.lang.String pathEffective)
           
 
Methods inherited from class RBNinference.BayesNetIntHuginNet
addNode, addNode, makeIDFromDisplayName, makeNetName, writeTruthValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface RBNinference.BayesNetInt
addNode, addNode
 

Field Detail

STR_FILE_EXTENSION_NET

public static final java.lang.String STR_FILE_EXTENSION_NET
See Also:
Constant Field Values

STR_ID_DEFAULT

public static final java.lang.String STR_ID_DEFAULT
See Also:
Constant Field Values

STR_REPLACE_OPTION

public static final java.lang.String STR_REPLACE_OPTION
See Also:
Constant Field Values

STR_RENAME_OPTION

public static final java.lang.String STR_RENAME_OPTION
See Also:
Constant Field Values

ARRAY_OPTIONS

public static final java.lang.Object[] ARRAY_OPTIONS

STR_PATTERN_DECIMAL_FORMAT

public static final java.lang.String STR_PATTERN_DECIMAL_FORMAT
See Also:
Constant Field Values
Constructor Detail

BayesNetIntSamIam

public BayesNetIntSamIam(Primula primula,
                         java.lang.String netname)
Creates new BayesNetIntSamIam

Method Detail

createValidNetID

public static java.lang.String createValidNetID(java.lang.String netname)

open

public void open()
Specified by:
open in interface BayesNetInt
Overrides:
open in class BayesNetIntHuginNet

rename

public static java.lang.String rename(java.lang.String pathEffective)
Since:
042604