Package | Description |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.gui.dialogs | |
p3j.gui.misc | |
p3j.gui.panels.projections | |
p3j.pppm | |
p3j.simulation.assignments.exhaustive | |
p3j.simulation.assignments.random |
Modifier and Type | Method and Description |
---|---|
SetType |
IP3MDatabase.newSetType(String name,
String description)
Create new Settype.
|
Modifier and Type | Method and Description |
---|---|
List<SetType> |
IP3MDatabase.getAllSetTypes()
Retrieve all Settypes from data base.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IP3MDatabase.deleteSeType(SetType setType)
Delete
SetType from database. |
void |
IP3MDatabase.saveSetType(SetType setType)
Updates the Settype.
|
Modifier and Type | Method and Description |
---|---|
SetType |
P3MDatabase.newSetType(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
List<SetType> |
P3MDatabase.getAllSetTypes() |
Modifier and Type | Method and Description |
---|---|
boolean |
P3MDatabase.deleteSeType(SetType setType) |
void |
P3MDatabase.saveSetType(SetType setType) |
Modifier and Type | Method and Description |
---|---|
SetType |
NewSetTypeDialog.getNewSetType()
Gets the new Settype.
|
Modifier and Type | Method and Description |
---|---|
void |
NewSetTypeDialog.transferInstances(JList<ParameterInstance> fromList,
ParameterListModel from,
ParameterListModel to,
SetType targetSetType)
Transfers instances from one Settype to the other.
|
void |
EditSetTypesDialog.transferInstances(JList fromList,
ParameterListModel from,
ParameterListModel to,
SetType targetSetType)
Deprecated.
Transfer instances.
|
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 |
---|---|
SetType |
SetTypesListModel.getElementAt(int index) |
Modifier and Type | Method and Description |
---|---|
void |
ParameterListModel.updateSetType(SetType newSetType)
Updates with content from a new Settype.
|
Modifier and Type | Method and Description |
---|---|
protected SetNode |
ProjectionTreePanel.addSetSubTree(SetTypeNode root,
Set set,
SetType setType)
Adds sub tree for
Set . |
protected void |
ProjectionTreePanel.addSetTypeSubTree(DefaultMutableTreeNode root,
SetType setType)
Adds sub tree for
SetType . |
Constructor and Description |
---|
SetTypeNode(SetType setType)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
SetType |
ProjectionModel.createSetType(String stName,
String stDesc)
Defines a new Settype for this scenario.
|
SetType |
ProjectionModel.getDefaultSetType()
Gets the default Settype.
|
SetType |
ProjectionModel.getDefaultType()
Gets the default type.
|
SetType |
ProjectionModel.getSetType(int index)
Retrieves a custom
SetType . |
Modifier and Type | Method and Description |
---|---|
List<SetType> |
ProjectionModel.getAllSetTypes() |
List<SetType> |
IProjectionModel.getAllSetTypes()
Returns list of all
SetType objects, the custom ones and the
default one. |
Map<ParameterInstance,SetType> |
ProjectionModel.getInstanceSetTypes() |
Map<ParameterInstance,SetType> |
IProjectionModel.getInstanceSetTypes()
Gets the map parameter instance => Settype.
|
List<SetType> |
ProjectionModel.getUserDefinedTypes()
Gets the user defined types.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProjectionModel.assignParameterInstance(ParameterInstance instance,
SetType type,
boolean migrate)
Assign a
ParameterInstance to a specific SetType . |
boolean |
ProjectionModel.removeSetType(SetType setType)
Removes the Settype.
|
void |
ProjectionModel.setDefaultType(SetType defaultType)
Sets the default type.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectionModel.setInstanceSetTypes(Map<ParameterInstance,SetType> instanceSetTypes)
Sets the instance Settypes.
|
void |
ProjectionModel.setUserDefinedTypes(List<SetType> userDefinedTypes)
Sets the user defined types.
|
Constructor and Description |
---|
SetManager(Set s,
SetType setType)
Default constructor.
|
SetTypeManager(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.
|
Copyright © 2013. All Rights Reserved.