|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.common.command.AbstractCommand org.eclipse.emf.common.command.CompoundCommand org.eclipse.emf.mapping.command.MatchMappingCommand org.eclipse.emf.mapping.command.TypeMatchMappingCommand
public class TypeMatchMappingCommand
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand |
---|
AbstractCommand.NonDirtying |
Field Summary |
---|
Fields inherited from class org.eclipse.emf.mapping.command.MatchMappingCommand |
---|
DESCRIPTION, domain, LABEL, mappedInputs, mapping |
Fields inherited from class org.eclipse.emf.common.command.CompoundCommand |
---|
commandList, LAST_COMMAND_ALL, MERGE_COMMAND_ALL, resultIndex |
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand |
---|
description, isExecutable, isPrepared, label |
Constructor Summary | |
---|---|
TypeMatchMappingCommand(MappingDomain domain,
Mapping mapping)
|
Method Summary | |
---|---|
static Command |
create(MappingDomain domain,
Mapping mapping)
This creates a command that creates a new child mappings for the given mapping by attempting to match by type input children with output children. |
protected boolean |
match(java.lang.Object inputObject,
java.lang.Object outputObject,
java.util.Collection<java.lang.Object> mappedObjects)
|
Methods inherited from class org.eclipse.emf.mapping.command.MatchMappingCommand |
---|
matchChildren, prepare, toString |
Methods inherited from class org.eclipse.emf.common.command.CompoundCommand |
---|
append, appendAndExecute, appendIfCanExecute, canUndo, dispose, execute, getAffectedObjects, getCommandList, getDescription, getLabel, getMergedAffectedObjectsCollection, getMergedResultCollection, getResult, getResultIndex, isEmpty, redo, undo, unwrap |
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand |
---|
canExecute, chain, setDescription, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TypeMatchMappingCommand(MappingDomain domain, Mapping mapping)
Method Detail |
---|
public static Command create(MappingDomain domain, Mapping mapping)
protected boolean match(java.lang.Object inputObject, java.lang.Object outputObject, java.util.Collection<java.lang.Object> mappedObjects)
match
in class MatchMappingCommand
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |