|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadProfile | |
---|---|
org.ow2.clif.scenario.isac.egui | Isac is a Scenario Architecture for Clif. |
org.ow2.clif.scenario.isac.egui.loadprofile | |
org.ow2.clif.scenario.isac.egui.model | |
org.ow2.clif.scenario.isac.egui.pages.pageBehavior |
Uses of LoadProfile in org.ow2.clif.scenario.isac.egui |
---|
Methods in org.ow2.clif.scenario.isac.egui that return LoadProfile | |
---|---|
LoadProfile |
IsacEditor.getProfile(java.lang.String behaviorId)
Return the profile for a behavior |
Methods in org.ow2.clif.scenario.isac.egui that return types with arguments of type LoadProfile | |
---|---|
java.util.Map<java.lang.String,LoadProfile> |
IsacEditor.getProfiles()
|
Uses of LoadProfile in org.ow2.clif.scenario.isac.egui.loadprofile |
---|
Method parameters in org.ow2.clif.scenario.isac.egui.loadprofile with type arguments of type LoadProfile | |
---|---|
void |
LoadProfileView.setProfiles(java.util.Map<java.lang.String,LoadProfile> profiles)
Set profiles |
void |
Graph.setProfiles(java.util.Map<java.lang.String,LoadProfile> profiles)
Set profiles |
Constructors in org.ow2.clif.scenario.isac.egui.loadprofile with parameters of type LoadProfile | |
---|---|
ProfileWizard(org.w3c.dom.Document doc,
java.lang.String behaviorId,
LoadProfile profile)
Constructor |
Uses of LoadProfile in org.ow2.clif.scenario.isac.egui.model |
---|
Methods in org.ow2.clif.scenario.isac.egui.model that return types with arguments of type LoadProfile | |
---|---|
static java.util.Map<java.lang.String,LoadProfile> |
ModelReaderXIS.getProfiles(org.w3c.dom.Document doc)
Get all profiles in the document |
Uses of LoadProfile in org.ow2.clif.scenario.isac.egui.pages.pageBehavior |
---|
Methods in org.ow2.clif.scenario.isac.egui.pages.pageBehavior with parameters of type LoadProfile | |
---|---|
void |
BehaviorMasterPage.setBehaviorProfile(LoadProfile behaviorProfile)
Set behavior profile |
void |
BehaviorEditor.setProfile(LoadProfile profile)
Set a profile for this behavior |
Constructors in org.ow2.clif.scenario.isac.egui.pages.pageBehavior with parameters of type LoadProfile | |
---|---|
BehaviorEditor(ScenarioManager scenario,
IsacEditor editor,
java.lang.String behaviorId,
int behaviorPos,
LoadProfile profile)
Constructor |
|
BehaviorMasterPage(ScenarioManager scenario,
IsacEditor editor,
java.lang.String behaviorId,
int behaviorPos,
LoadProfile profile)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |