|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetType | |
---|---|
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 |
Uses of SetType in p3j.database |
---|
Methods in p3j.database that return SetType | |
---|---|
SetType |
IP3MDatabase.newSetType(String name,
String description)
Create new Settype. |
Methods in p3j.database that return types with arguments of type SetType | |
---|---|
List<SetType> |
IP3MDatabase.getAllSetTypes()
Retrieve all Settypes from data base. |
Methods in p3j.database with parameters of type SetType | |
---|---|
boolean |
IP3MDatabase.deleteSeType(SetType setType)
Delete SetType from database. |
void |
IP3MDatabase.saveSetType(SetType setType)
Updates the Settype. |
Uses of SetType in p3j.database.hibernate |
---|
Methods in p3j.database.hibernate that return SetType | |
---|---|
SetType |
P3MDatabase.newSetType(String name,
String description)
|
Methods in p3j.database.hibernate that return types with arguments of type SetType | |
---|---|
List<SetType> |
P3MDatabase.getAllSetTypes()
|
Methods in p3j.database.hibernate with parameters of type SetType | |
---|---|
boolean |
P3MDatabase.deleteSeType(SetType setType)
|
void |
P3MDatabase.saveSetType(SetType setType)
|
Uses of SetType in p3j.gui.dialogs |
---|
Methods in p3j.gui.dialogs that return SetType | |
---|---|
SetType |
NewSetTypeDialog.getNewSetType()
Gets the new Settype. |
Methods in p3j.gui.dialogs with parameters of type SetType | |
---|---|
void |
NewSetTypeDialog.transferInstances(JList 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. |
Constructors in p3j.gui.dialogs with parameters of type SetType | |
---|---|
MoveAssignmentToSetDialog(ParameterAssignment parameterAssignment,
IProjectionTree projTree,
Set assignmentSet,
SetType currentSetType)
Instantiates a new move assignment to set dialog. |
Uses of SetType in p3j.gui.misc |
---|
Methods in p3j.gui.misc with parameters of type SetType | |
---|---|
void |
ParameterListModel.updateSetType(SetType newSetType)
Updates with content from a new Settype. |
Uses of SetType in p3j.gui.panels.projections |
---|
Methods in p3j.gui.panels.projections with parameters of type SetType | |
---|---|
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 . |
Constructors in p3j.gui.panels.projections with parameters of type SetType | |
---|---|
SetTypeNode(SetType setType)
Default constructor. |
Uses of SetType in p3j.pppm |
---|
Methods in p3j.pppm that return SetType | |
---|---|
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 . |
Methods in p3j.pppm that return types with arguments of type SetType | |
---|---|
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. |
Methods in p3j.pppm with parameters of type SetType | |
---|---|
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. |
Method parameters in p3j.pppm with type arguments of type SetType | |
---|---|
void |
ProjectionModel.setInstanceSetTypes(Map<ParameterInstance,SetType> instanceSetTypes)
Sets the instance Settypes. |
void |
ProjectionModel.setUserDefinedTypes(List<SetType> userDefinedTypes)
Sets the user defined types. |
Uses of SetType in p3j.simulation.assignments.exhaustive |
---|
Constructors in p3j.simulation.assignments.exhaustive with parameters of type SetType | |
---|---|
SetManager(Set s,
SetType setType)
Default constructor. |
|
SetTypeManager(SetType setType)
Default constructor. |
Uses of SetType in p3j.simulation.assignments.random |
---|
Methods in p3j.simulation.assignments.random with parameters of type SetType | |
---|---|
Set |
RandomParamAssignmentGenerator.chooseSetRandomly(SetType setType,
RandomNumberChecks rnc,
james.core.math.random.generators.IRandom rand,
List<GeneratorError> errorLog)
Chooses a set randomly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |