Package | Description |
---|---|
cb.parser |
This package contains the Parser for Rational Rose Petal files.
|
cb.petal | |
cb.util |
Modifier and Type | Method and Description |
---|---|
List |
ObjectFactory.createList(String name) |
List |
Parser.parseList() |
List |
PetalParser.parseList() |
Modifier and Type | Method and Description |
---|---|
void |
PrintVisitor.visit(List list) |
Modifier and Type | Method and Description |
---|---|
List |
State.getActions() |
List |
InheritanceRelationship.getAttributes() |
List |
Role.getAttributes() |
List |
UsesRelationship.getAttributes() |
List |
Properties.getAttributes() |
List |
Class.getAttributes() |
List |
Module.getAttributes() |
List |
Class.getClassAttributeList() |
List |
Object.getCollaborators() |
List |
Processor.getConnections() |
List |
Operation.getExceptions() |
List |
ObjectDiagram.getItems() |
List |
Diagram.getItems() |
List |
ProcessDiagram.getItems() |
List |
StateDiagram.getItems() |
List |
ModuleDiagram.getItems() |
List |
Mechanism.getLogicalModels() |
List |
ClassCategory.getLogicalModels()
The returned values depend on what kind of class category this is.
|
List |
ClassCategory.getLogicalPresentations()
This returns a list of diagrams, ClassDiagram objects, e.g.
|
List |
Link.getMessages() |
List |
ParameterizedClass.getNestedClasses() |
List |
Class.getOperationList() |
List |
Class.getParameters() |
List |
Operation.getParameters() |
List |
SubSystem.getPhysicalModels() |
List |
SubSystem.getPhysicalPresentations() |
List |
Processor.getProcesses() |
List |
Processes.getProcsNDevs() |
List |
Class.getRealizedInterfacesList() |
List |
Association.getRoles() |
List |
AssociationViewNew.getRoleviewList() |
List |
StateMachine.getStates() |
List |
Class.getSuperclassList() |
List |
Inheritable.getSuperclassList() |
List |
State.getTransitions() |
List |
Class.getUsedClassesList() |
List |
DerivedClass.getUsedNodes() |
List |
RoleView.getVertices() |
List |
InheritTreeView.getVertices() |
List |
TransView.getVertices() |
List |
Module.getVisibleModules() |
Modifier and Type | Method and Description |
---|---|
void |
State.setActions(List o) |
void |
InheritanceRelationship.setAttributes(List o) |
void |
Role.setAttributes(List o) |
void |
UsesRelationship.setAttributes(List o) |
void |
Properties.setAttributes(List o) |
void |
Class.setAttributes(List o) |
void |
Module.setAttributes(List o) |
void |
Class.setClassAttributeList(List c) |
void |
Object.setCollaborators(List o) |
void |
Processor.setConnections(List o) |
void |
Operation.setExceptions(List o) |
void |
ObjectDiagram.setItems(List o) |
void |
Diagram.setItems(List o) |
void |
ProcessDiagram.setItems(List o) |
void |
StateDiagram.setItems(List o) |
void |
ModuleDiagram.setItems(List o) |
void |
Mechanism.setLogicalModels(List o) |
void |
ClassCategory.setLogicalModels(List o)
set the Logical models
|
void |
ClassCategory.setLogicalPresentations(List o) |
void |
Link.setMessages(List o) |
void |
ParameterizedClass.setNestedClasses(List o) |
void |
Class.setOperationList(List c) |
void |
Class.setParameters(List o) |
void |
Operation.setParameters(List o) |
void |
SubSystem.setPhysicalModels(List o) |
void |
SubSystem.setPhysicalPresentations(List o) |
void |
Processor.setProcesses(List o) |
void |
Processes.setProcsNDevs(List o) |
void |
Class.setRealizedInterfacesList(List c) |
void |
Association.setRoles(List o) |
void |
AssociationViewNew.setRoleviewList(List o) |
void |
StateMachine.setStates(List o) |
void |
Class.setSuperclassList(List c) |
void |
Inheritable.setSuperclassList(List c)
Set list of InheritanceRelationship objects
|
void |
State.setTransitions(List o) |
void |
Class.setUsedClassesList(List c) |
void |
DerivedClass.setUsedNodes(List o) |
void |
RoleView.setVertices(List o) |
void |
InheritTreeView.setVertices(List o) |
void |
TransView.setVertices(List o) |
void |
Module.setVisibleModules(List o) |
void |
EmptyVisitor.visit(List list) |
void |
Visitor.visit(List obj) |
void |
DescendingVisitor.visit(List list)
visit the given List
|
Modifier and Type | Method and Description |
---|---|
Operation |
PetalObjectFactory.createOperation(String name,
String result,
List params)
Creates new operation (aka method)
|
void |
PiggybackVisitor.visit(List list)
apply both visitors to lists
|
Copyright © 2018 BITPlan GmbH. All rights reserved.