|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.m2m.atl.engine.asm.ASM
public class ASM
This class represents a transformation module, which can have fields.
| Constructor Summary | |
|---|---|
ASM()
Creates a new ASM. |
|
ASM(java.lang.String name)
Creates a new ASM with the given name. |
|
| Method Summary | |
|---|---|
void |
addField(ASMField f)
Add a field. |
void |
addOperation(ASMOperation o)
Add an operation. |
ASMField |
getField(java.lang.String fieldName)
Returns the existing field with the given name. |
java.util.List |
getFields()
|
java.lang.String |
getName()
|
ASMOperation |
getOperation(java.lang.String operationName)
Returns the existing operation with the given name. |
java.util.List |
getOperations()
|
void |
setName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASM()
public ASM(java.lang.String name)
name - the ASM name| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
public void addField(ASMField f)
f - the fieldpublic ASMField getField(java.lang.String fieldName)
fieldName - the given name
public java.util.List getFields()
public void addOperation(ASMOperation o)
o - the operationpublic ASMOperation getOperation(java.lang.String operationName)
operationName - the given name
public java.util.List getOperations()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||