| Package | Description |
|---|---|
| org.kepler.kar | |
| org.kepler.objectmanager | |
| ptolemy.vergil.basic |
Basic GUI classes.
|
| Modifier and Type | Method and Description |
|---|---|
static KeplerDocumentationAttribute |
KarDoclet.getDoc(java.lang.String name)
Retrieve the documentation for a particular class after it has been
created.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,KeplerDocumentationAttribute> |
KarDoclet.getAllDocs()
Retrieve all the documentation.
|
| Modifier and Type | Method and Description |
|---|---|
KeplerDocumentationAttribute |
ActorMetadata.getDocumentationAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActorMetadata.setDocumentationAttribute(KeplerDocumentationAttribute newda) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeplerDocumentationAttribute.createInstanceFromExisting(KeplerDocumentationAttribute documentationAttribute)
Populate the members of KeplerDocumentationAttribute from
another given KeplerDocumentationAttribute.
|
void |
KeplerDocumentationAttribute.updateFromExisting(KeplerDocumentationAttribute oldDoc,
boolean printWhenReplacing)
Update the documentation fields of this object from another
KeplerDocumentationAttribute.
|