public class ClawMapping
extends java.lang.Object
| Constructor and Description |
|---|
ClawMapping()
Constructs an empty ClawMapping object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMappedDimensions()
get the number of dimension mapped in this ClawMapping object
|
java.util.List<ClawMappingVar> |
getMappedVariables()
Get a list of all mapped variables.
|
java.util.List<ClawMappingVar> |
getMappingVariables()
Get a list of all mapping variables.
|
void |
setMappedVariables(java.util.List<ClawMappingVar> mappedVars)
Set the mapped variable list.
|
void |
setMappingVariables(java.util.List<ClawMappingVar> mappingVars)
Set the mapping variable list.
|
java.lang.String |
toString()
Return a string representation of the object.
|
public ClawMapping()
public java.util.List<ClawMappingVar> getMappingVariables()
public void setMappingVariables(java.util.List<ClawMappingVar> mappingVars)
mappingVars - List of ClawMappingVar that represents the mapping
variables.public java.util.List<ClawMappingVar> getMappedVariables()
public void setMappedVariables(java.util.List<ClawMappingVar> mappedVars)
mappedVars - List of ClawMappingVar that represents the mapped
variables.public int getMappedDimensions()
public java.lang.String toString()
toString in class java.lang.Object