| Package | Description |
|---|---|
| de.mhus.lib.core.definition |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDefAttribute
IDefAttribute interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefAttribute
DefAttribute class.
|
class |
DefComponent
DefComponent class.
|
class |
DefRoot
DefRoot class.
|
| Modifier and Type | Method and Description |
|---|---|
IDefDefinition |
IDefTransformer.transform(IDefDefinition component)
transform.
|
IDefDefinition |
DefComponent.transform(IDefTransformer transformer)
transform.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<IDefDefinition> |
DefComponent.definitions()
definitions.
|
| Modifier and Type | Method and Description |
|---|---|
DefComponent |
DefComponent.addDefinition(IDefDefinition... def)
addDefinition.
|
IDefDefinition |
IDefTransformer.transform(IDefDefinition component)
transform.
|
| Constructor and Description |
|---|
DefComponent(String tag,
IDefDefinition... definitions)
Constructor for DefComponent.
|
DefRoot(IDefDefinition... definitions)
Constructor for DefRoot.
|
DefRoot(String name,
IDefDefinition... definitions)
Constructor for DefRoot.
|
Copyright © 2016. All Rights Reserved.