Package | Description |
---|---|
com.tameif.tame |
Base package.
|
com.tameif.tame.element |
Contains the element types.
|
com.tameif.tame.element.context |
Contains context and state data for a TAME context.
|
Modifier and Type | Method and Description |
---|---|
TContainer |
TAMEModule.getContainerByIdentity(java.lang.String identity)
Retrieves a container by identity.
|
TContainer |
TAMEModuleContext.resolveContainer(java.lang.String containerIdentity)
Resolves a container.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.util.Map.Entry<java.lang.String,TContainer>> |
TAMEModule.getContainerList() |
Modifier and Type | Method and Description |
---|---|
void |
TAMEModule.addContainer(TContainer container)
Adds an container to the module.
|
TContainerContext |
TAMEModuleContext.getContainerContext(TContainer container)
Gets an container context by container.
|
Modifier and Type | Method and Description |
---|---|
static TContainer |
TContainer.create(java.io.InputStream in)
Creates this Container from an input stream, expecting its byte representation.
|
TContainer |
TContainer.getParent() |
Constructor and Description |
---|
TContainer(java.lang.String identity,
TContainer parent)
Creates an empty container.
|
Constructor and Description |
---|
TContainerContext(TContainer container)
Creates a container context.
|