Package | Description |
---|---|
cb.generator.java |
This package contains a simple Java generator that reads in a PetalFile tree as input.
|
cb.petal | |
cb.xmi |
Constructor and Description |
---|
NodeImpl(QuidObject quidObject)
construct me from the given QuidObject
|
Modifier and Type | Class and Description |
---|---|
class |
AccessObject
Super class for all petal objects that have access qualifiers, i.e.,
"Public", "Protected", "Private", or "Implementation" (whatever that means, probably
it reads "language dependent")
|
class |
Action
Represents action object
|
class |
ActivityDiagram
Represents ActivityDiagram object
|
class |
ActivityState
Represents ActivityState object
|
class |
Association
Represents Association object
|
class |
Class
Represents Class object, there are a lot of convenience methods here for adding
super class(es), operations, attributes, etc.
|
class |
ClassAttribute
Represents class attribute (aka field) of class object.
|
class |
ClassCategory
Class category is used for structuring into submodels and -views, it may
contain further class categories.
|
class |
ClassDiagram
Represents ClassDiagram object contained within a LogicalCategory
object.
|
class |
ClassUtility
Represents Class Utility object, i.e., helper class
|
class |
ConnectionRelationship
Represents Connection_Relationship object
|
class |
Decision
Represents Decision object
|
class |
DependencyRelationship
Represents Dependency_Relationship object
|
class |
DerivedClass
Super class for instantiated and paramerized class objects.
|
class |
Device
Represents Device object
|
class |
Diagram
Super class for diagrams
|
class |
Inheritable
Denote that a petal object may be extended, i.e. classes and use cases.
|
class |
InheritanceRelationship
Represents inheritance relationship between classes.
|
class |
InstantiatedClass
Represents Instantiated_Class object
|
class |
InstantiatedClassUtility
Represents Instantiated_Class object
|
class |
InstantiationRelationship
Represents Instantiation_Relationship object
|
class |
InteractionDiagram
Represents InteractionDiagram object
|
class |
Link
Represents Link object
|
class |
LogicalCategory
The Logical category contains class diagrams.
|
class |
Message
Represents Message object
|
class |
MetaClass
Represents Meta class object
|
class |
Module
Represents module object
|
class |
ModuleDiagram
Represents Module_Diagram object
|
class |
ModuleVisibilityRelationship
Represents Module_Visibility_Relationship object
|
class |
Object
Represents Object object
|
class |
ObjectDiagram
Represents ObjectDiagram object
|
class |
Operation
Represents operation object, i.e. method.
|
class |
ParameterizedClass
Represents Parameterized_Class object
|
class |
ParameterizedClassUtility
Represents Parameterized_Class_Utility object
|
class |
Partition
Represents Partition object
|
class |
Process
Represents Process object
|
class |
ProcessDiagram
Represents Process_Diagram object
|
class |
Processes
Represents Processes object
|
class |
Processor
Represents Processor object
|
class |
Properties
Represents Properties object
|
class |
QuiduObject
Super class for all quid objects that also have a quidu property
defined.
|
class |
RealizeRelationship
Represents Realize relationship ("implements").
|
class |
Relationship
Super class for all relationships between classes.
|
class |
Role
Represents Role object
|
class |
SendEvent
Represents sendEvent object
|
class |
SimpleObject
Very simple object, basically just a record.
|
class |
State
Represents State object
|
class |
StateDiagram
Represents State_Diagram object
|
class |
StateMachine
Represents State_Machine object
|
class |
StateTransition
Represents State_Transition object
|
class |
SubSystem
Represents SubSystem object
|
class |
SynchronizationState
Represents SynchronizationState object
|
class |
UseCase
Represents UseCase object
|
class |
UseCaseCategory
Use case class category.
|
class |
UseCaseDiagram
Represents UseCaseDiagram object
|
class |
UsesRelationship
Represents uses relationship in use case diagrams, in class
diagrams this is also used to express dependency relationships.
|
class |
VisibilityRelationship
Represents Visibility_Relationship object
|
Modifier and Type | Method and Description |
---|---|
QuidObject |
Association.getFirstClient() |
QuidObject |
PetalFile.getQuidObject(String quid) |
QuidObject |
QuiduView.getReferencedObject() |
QuidObject |
HasQuidu.getReferencedObject() |
QuidObject |
DerivedClass.getReferencedObject() |
QuidObject |
QuiduObject.getReferencedObject() |
QuidObject |
PetalFile.getReferencedObject(HasQuidu obj) |
QuidObject |
Association.getSecondClient() |
Modifier and Type | Method and Description |
---|---|
void |
PetalFile.registerQuidObject(QuidObject obj)
Register class by its "quid" property.
|
void |
PetalFile.registerQuidObject(String quid,
QuidObject obj)
Register class by its quid property.
|
Modifier and Type | Field and Description |
---|---|
protected Map<QuidObject,ru.novosoft.uml.model_management.MPackage> |
XMIGenerator.package_map
link Categories to MPackages
|
Copyright © 2018 BITPlan GmbH. All rights reserved.