|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
VPackage is a visual component representing a package in the software architecture. A package has childs which are other model elements including other components, interfaces and other packages.
Field Summary | |
static int |
CLOSED
|
static int |
OPEN
|
static int |
TRANSPARENT
|
Method Summary | |
void |
addVChild(VModelElement inElem)
Adds a modelelement to be children of this package. |
boolean |
getShowContent()
Get current status of package content visibility |
int |
getState()
Tells the state of this package. |
VModelElement[] |
getVChildren()
returns an array consisting of contents of the package |
void |
removeVChild(VModelElement inElem)
removes a child from the package |
void |
setShowContent(boolean inState)
sets the status of package content visibility |
void |
setState(int inState)
Sets the state of the package. |
Methods inherited from interface venice.VModelElement |
addRelationship, addToCompositeRelationshipList, debugDump, getCompositeRelationships, getId, getName, getRelationshipConnectPoint, getRelationships, getType, getVisible, getVParent, intersectWithLine, setName, setType, setVisible |
Field Detail |
public static final int CLOSED
public static final int OPEN
public static final int TRANSPARENT
Method Detail |
public void addVChild(VModelElement inElem)
public boolean getShowContent()
public VModelElement[] getVChildren()
public void removeVChild(VModelElement inElem)
public void setShowContent(boolean inState)
public void setState(int inState)
public int getState()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |