i3.dragos.core.services.commands.base
Interface MoveCommand

All Superinterfaces:
Command

public interface MoveCommand
extends Command

A command definition to move GraphEntitys between different parent Graphs of the same GraphPool.

Author:
Erhard Weinell <Weinell@cs.RWTH-Aachen.DE>

Field Summary
static java.lang.Class<?>[] PARAMETERS
          formal parameter specification
 
Method Summary
 GraphEntity getMovingEntity()
           
 Graph getTargetGraph()
           
 
Methods inherited from interface i3.dragos.core.services.commands.Command
canExecute, dispose, execute, getActualParameterValues, getFormalParameterTypes, getProvider, getResult
 

Field Detail

PARAMETERS

static final java.lang.Class<?>[] PARAMETERS
formal parameter specification

Method Detail

getMovingEntity

GraphEntity getMovingEntity()
Returns:
the entity to be moved by this command.

getTargetGraph

Graph getTargetGraph()
Returns:
the target graph where the moving entity should be placed.


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.