|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CARMACommonObject
A common interface for navigating the CARMA object hierarchy without type-casting between model objects.
| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
|
| Method Summary | |
|---|---|
java.lang.Object |
getCARMAObject()
The object represented by the common interface |
java.util.Collection<CARMACommonObject> |
getChildren()
Return the children of the common object if the object is a container, null otherwise. |
java.lang.String |
getName()
Returns the displayable name of the Common object |
RepositoryManager |
getRepositoryManager()
|
boolean |
isContainer()
Returns if the object is a container. |
boolean |
isContentsReady()
Returns if the object has the child contents initialized. |
| Field Detail |
|---|
static final java.lang.String COPYRIGHT
| Method Detail |
|---|
java.lang.String getName()
boolean isContainer()
getChildren()
method should return a non-null value.
boolean isContentsReady()
true then the
getChildren() method should return a non-null value.
true if the object has children initialized to returnjava.util.Collection<CARMACommonObject> getChildren()
RepositoryManager getRepositoryManager()
java.lang.Object getCARMAObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||