|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Set | |
---|---|
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 |
Uses of Set in p3j.database |
---|
Methods in p3j.database that return Set | |
---|---|
Set |
IP3MDatabase.newSet(List<ParameterInstance> params,
String name,
String desc,
double prob)
Creates a new set. |
Methods in p3j.database that return types with arguments of type Set | |
---|---|
List<Set> |
IP3MDatabase.getAllSets()
Retrieves all sets from database. |
Methods in p3j.database with parameters of type Set | |
---|---|
boolean |
IP3MDatabase.deleteSet(Set set)
Deletes given set from database. |
void |
IP3MDatabase.saveSet(Set set)
Updates the set. |
Uses of Set in p3j.database.hibernate |
---|
Methods in p3j.database.hibernate that return Set | |
---|---|
Set |
P3MDatabase.newSet(List<ParameterInstance> defParams,
String name,
String desc,
double prob)
|
Methods in p3j.database.hibernate that return types with arguments of type Set | |
---|---|
List<Set> |
P3MDatabase.getAllSets()
|
Methods in p3j.database.hibernate with parameters of type Set | |
---|---|
boolean |
P3MDatabase.deleteSet(Set set)
|
void |
P3MDatabase.saveSet(Set set)
|
Uses of Set in p3j.gui.dialogs |
---|
Methods in p3j.gui.dialogs that return Set | |
---|---|
Set |
EditSetsDialog.getCurrentSet()
Deprecated. Gets the current set. |
Constructors in p3j.gui.dialogs with parameters of type Set | |
---|---|
MoveAssignmentToSetDialog(ParameterAssignment parameterAssignment,
IProjectionTree projTree,
Set assignmentSet,
SetType currentSetType)
Instantiates a new move assignment to set dialog. |
Uses of Set in p3j.gui.panels.projections |
---|
Methods in p3j.gui.panels.projections with parameters of type Set | |
---|---|
protected void |
ProjectionTreePanel.addAssumptionsSubTree(ParameterInstanceNode root,
Set set,
ParameterInstance instance)
Adds sub tree for ParameterAssignment entities. |
protected void |
ProjectionTreePanel.addInstancesSubTree(PopulationNode 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. |
Constructors in p3j.gui.panels.projections with parameters of type Set | |
---|---|
SetNode(Set set)
Default constructor. |
Uses of Set in p3j.pppm |
---|
Methods in p3j.pppm that return Set | |
---|---|
Set |
ProjectionModel.getDefaultSet()
Gets the default set. |
Methods in p3j.pppm with parameters of type Set | |
---|---|
void |
ProjectionModel.setDefaultSet(Set defaultSet)
Sets the default set. |
Uses of Set in p3j.pppm.sets |
---|
Methods in p3j.pppm.sets that return Set | |
---|---|
Set |
SetType.createSet(String setName,
String setDescription,
double probability)
Creates a new set for a type. |
Methods in p3j.pppm.sets that return types with arguments of type Set | |
---|---|
List<Set> |
SetType.getSets()
|
Methods in p3j.pppm.sets with parameters of type Set | |
---|---|
boolean |
SetType.removeSet(Set set)
Removes a set from this Settype. |
Method parameters in p3j.pppm.sets with type arguments of type Set | |
---|---|
void |
SetType.setSets(List<Set> sets)
|
Uses of Set in p3j.simulation.assignments.exhaustive |
---|
Constructors in p3j.simulation.assignments.exhaustive with parameters of type Set | |
---|---|
SetManager(Set s,
SetType setType)
Default constructor. |
Uses of Set in p3j.simulation.assignments.random |
---|
Methods in p3j.simulation.assignments.random that return Set | |
---|---|
Set |
RandomParamAssignmentGenerator.chooseSetRandomly(SetType setType,
RandomNumberChecks rnc,
james.core.math.random.generators.IRandom rand,
List<GeneratorError> errorLog)
Chooses a set randomly. |
Methods in p3j.simulation.assignments.random with parameters of type Set | |
---|---|
Map<ParameterInstance,ParameterAssignment> |
RandomParamAssignmentGenerator.chooseParameterAssignmentsRandomly(Set set,
RandomNumberChecks rnc,
james.core.math.random.generators.IRandom rand,
List<GeneratorError> errorLog)
Executes second level of Monte-Carlo simulation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |