public class ClassDiagram extends Diagram
EMPTY, LOGGER, params, strict
Constructor and Description |
---|
ClassDiagram() |
ClassDiagram(PetalNode parent,
Collection params)
construct a class diagram from the given collection of params
|
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
accept the given visitor
|
void |
addAttachView(NoteView from,
View to)
Attach note to some already added view object.
|
void |
addToView(InheritView view)
Class and super class and the according views must have been added
to the model already.
|
void |
addToView(NoteView view)
Adds a note view to the presentation view, sets location and tags
and calls init().
|
void |
addToView(RealizeView view)
Class and interface and the according views must have been added
to the model already.
|
void |
addToView(UsesView view)
Classes and the according views must have been added
to the model already.
|
protected View |
searchView(String qual_name) |
addRelationship, addToView, addToView, addToViewsList, getClassViewSize, getItems, getMaxHeight, getMaxWidth, getNameParameter, getOriginX, getOriginY, getTitle, getX, getY, getZoom, searchView, setItems, setMaxHeight, setMaxWidth, setNameParameter, setOriginX, setOriginY, setTitle, setZoom
getQuid, getQuidAsLong, init, setQuid, setQuidAsLong
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString
public ClassDiagram(PetalNode parent, Collection params)
parent
- params
- public ClassDiagram()
public void addToView(NoteView view)
public void addAttachView(NoteView from, View to)
protected View searchView(String qual_name)
searchView
in class Diagram
public void addToView(InheritView view)
public void addToView(UsesView view)
public void addToView(RealizeView view)
Copyright © 2018 BITPlan GmbH. All rights reserved.