|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VPackage in venice |
Classes in venice that implement VPackage | |
class |
ZPackage
ZPackage is a concrete implementation of VPackage using Jazz library. |
Methods in venice that return VPackage | |
VPackage |
VModelElement.getVParent()
get parent package for this node. |
VPackage |
Visualization.getRootPackage()
returns a reference to the root package of the visualization. |
VPackage |
Visualization.newVPackage(java.lang.String inId)
a factory method for generating new VPackages. |
VPackage |
ZPackage.getVParent()
|
VPackage |
ZVisualLeafModelElement.getVParent()
|
VPackage |
ZVisualization.getRootPackage()
|
VPackage |
ZVisualization.newVPackage(java.lang.String inId)
|
Methods in venice with parameters of type VPackage | |
static void |
ClosePackageCommand.moveAllChildRelationshipsToThisPackage(VPackage inPackage)
This method closes the given VPackage .
|
protected void |
CreateVisualizationTreeCommand.addModelObjectToVisualizationTree(VPackage inVisualizationPackage,
java.lang.Object inModelObject)
Adds a ModelStorage object and recursively its children
to the visualization tree. |
private void |
HideVRelationshipLabelsCommand.setChildrensRelationshipsAsInvisible(VPackage inPackage)
|
static void |
OpenPackageCommand.openPackage(VPackage inPackage)
This method opens the given VPackage .
|
private void |
ShowVRelationshipLabelsCommand.setChildrensRelationshipsAsVisible(VPackage inPackage)
|
java.util.LinkedList |
VModelElement.getRelationships(VPackage inLeaveThisPackage)
Returns a linked list of relationships that leave the given VPackage and are attached to this node and are not represented by any other relationship. |
boolean |
VRelationship.leavesVPackage(VPackage inPackage)
Tells whether this relationship leaves the given VPackage .
|
java.util.LinkedList |
ZPackage.getRelationships(VPackage inCrossThisPackage)
Returns a list of relationships which start from this package and span across the border of the given package and are not represented by some other relationship. |
java.util.LinkedList |
ZRelationship.getRelationships(VPackage inLeaveThisPackage)
As relationships cannot have relationships attached to themselves, this method will always return null. |
boolean |
ZRelationship.leavesVPackage(VPackage inPackage)
|
java.util.LinkedList |
ZVisualLeafModelElement.getRelationships(VPackage inCrossThisPackage)
|
private boolean |
ZVisualization.removeVRelationshipFromPackage(VPackage inPackage,
VRelationship inRel)
Removes the relationship from this package. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |