cz.cuni.amis.pogamut.udk.t3dgenerator.elements.kismet
Class FinishSequenceAction

Package class diagram package FinishSequenceAction
java.lang.Object
  extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
      extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.AbstractBean
          extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.AbstractObject
              extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.kismet.AbstractKismetObject
                  extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.kismet.FinishSequenceAction
All Implemented Interfaces:
IUnrealReferencable, IUnrealReferencableByName

public class FinishSequenceAction
extends AbstractKismetObject

Author:
Martin Cerny

Field Summary
static String IN_LINK
           
 
Fields inherited from class cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
className, name
 
Constructor Summary
FinishSequenceAction(String outputLabel)
           
FinishSequenceAction(String archetypeName, String outputLabel)
           
 
Method Summary
 String getOutputLabel()
           
 void setOutputLabel(String outputLabel)
           
 
Methods inherited from class cz.cuni.amis.pogamut.udk.t3dgenerator.elements.kismet.AbstractKismetObject
addOutputLinkTarget, addVariableLink, addVariableLinkTarget, getInputLink, getInputLinkIndex, getInputLinks, getInstanceVersion, getObjComment, getObjPosX, getObjPosY, getOutputLink, getOutputLinks, getOutputObjCommentToScreen, getParentSequence, getSuppressAutoComment, getVariableLink, getVariableLinks, setInputLink, setInputLinkMappingByNamesList, setInstanceVersion, setIntputLinkTarget, setObjComment, setObjPosX, setObjPosY, setOutputLink, setOutputLinkMappingByNamesList, setOutputObjCommentToScreen, setParentSequence, setPositionForGUI, setSuppressAutoComment, setVariableLink, setVariableLinkMappingByNamesList
 
Methods inherited from class cz.cuni.amis.pogamut.udk.t3dgenerator.elements.AbstractBean
getArchetype, getDefaultArchetype
 
Methods inherited from class cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
getClassName, getName, getNameForReferences, getReference, setName, setNameForReferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_LINK

public static final String IN_LINK
See Also:
Constant Field Values
Constructor Detail

FinishSequenceAction

public FinishSequenceAction(String archetypeName,
                            String outputLabel)

FinishSequenceAction

public FinishSequenceAction(String outputLabel)
Method Detail

getOutputLabel

public String getOutputLabel()

setOutputLabel

public void setOutputLabel(String outputLabel)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.