Package | Description |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.gui.dialogs | |
p3j.gui.panels.projections | |
p3j.pppm | |
p3j.pppm.sets | |
p3j.simulation.assignments.exhaustive | |
p3j.simulation.assignments.random |
Modifier and Type | Method and Description |
---|---|
Set |
IP3MDatabase.newSet(List<ParameterInstance> params,
String name,
String desc,
double prob)
Creates a new set.
|
Modifier and Type | Method and Description |
---|---|
List<Set> |
IP3MDatabase.getAllSets()
Retrieves all sets from database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IP3MDatabase.deleteSet(Set set)
Deletes given set from database.
|
void |
IP3MDatabase.saveSet(Set set)
Updates the set.
|
Modifier and Type | Method and Description |
---|---|
Set |
P3MDatabase.newSet(List<ParameterInstance> defParams,
String name,
String desc,
double prob) |
Modifier and Type | Method and Description |
---|---|
List<Set> |
P3MDatabase.getAllSets() |
Modifier and Type | Method and Description |
---|---|
boolean |
P3MDatabase.deleteSet(Set set) |
void |
P3MDatabase.saveSet(Set set) |
Modifier and Type | Method and Description |
---|---|
Set |
EditSetsDialog.getCurrentSet()
Deprecated.
Gets the current set.
|
Constructor and Description |
---|
MoveAssignmentToSetDialog(ParameterAssignment parameterAssignment,
IProjectionTree projTree,
Set assignmentSet,
SetType currentSetType)
Instantiates a new move assignment to set dialog.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProjectionTreePanel.addAssumptionsSubTree(ParameterInstanceNode root,
Set set,
ParameterInstance instance)
Adds sub tree for
ParameterAssignment entities. |
protected void |
ProjectionTreePanel.addInstancesSubTree(SubPopulationNode root,
Set set,
List<ParameterInstance> instances)
Adds sub tree for
ParameterInstance entities. |
protected void |
ProjectionTreePanel.addPopulationsSubTree(ProjectionTreeNode<?> root,
Set set,
List<ParameterInstance> instances)
Adds sub tree for populations.
|
protected SetNode |
ProjectionTreePanel.addSetSubTree(SetTypeNode root,
Set set,
SetType setType)
Adds sub tree for
Set . |
SetNode |
ProjectionTreePanel.createNewSetStructure(SetTypeNode stNode,
Set set) |
SetNode |
IProjectionTree.createNewSetStructure(SetTypeNode stNode,
Set set)
Creates all substructures for displaying a set.
|
Constructor and Description |
---|
SetNode(Set set)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Set |
ProjectionModel.getDefaultSet()
Gets the default set.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectionModel.setDefaultSet(Set defaultSet)
Sets the default set.
|
Modifier and Type | Method and Description |
---|---|
Set |
SetType.createSet(String setName,
String setDescription,
double probability)
Creates a new set for a type.
|
Modifier and Type | Method and Description |
---|---|
List<Set> |
SetType.getSets() |
Modifier and Type | Method and Description |
---|---|
boolean |
SetType.removeSet(Set set)
Removes a set from this Settype.
|
Modifier and Type | Method and Description |
---|---|
void |
SetType.setSets(List<Set> sets) |
Constructor and Description |
---|
SetManager(Set s,
SetType setType)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Set |
RandomParamAssignmentGenerator.chooseSetRandomly(SetType setType,
RandomNumberChecks rnc,
org.jamesii.core.math.random.generators.IRandom rand,
List<GeneratorError> errorLog)
Chooses a set randomly.
|
Modifier and Type | Method and Description |
---|---|
Map<ParameterInstance,ParameterAssignment> |
RandomParamAssignmentGenerator.chooseParameterAssignmentsRandomly(Set set,
RandomNumberChecks rnc,
org.jamesii.core.math.random.generators.IRandom rand,
List<GeneratorError> errorLog)
Executes second level of Monte-Carlo simulation.
|
Copyright © 2013. All Rights Reserved.