cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes
Class StaticReference

Package class diagram package StaticReference
java.lang.Object
  extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference
      extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.StaticReference

public class StaticReference
extends UnrealReference

A reference that is initialized by string classname and name. Useful for referencing objects, that are not part of the generated map and thus are not represented by any object within the running program.

Author:
Martin Cerny

Constructor Summary
StaticReference(String className, String referenceTarget)
           
 
Method Summary
 String getClassName()
           
 String getReferenceTarget()
           
 
Methods inherited from class cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference
toReferenceString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StaticReference

public StaticReference(String className,
                       String referenceTarget)
Method Detail

getClassName

public String getClassName()
Specified by:
getClassName in class UnrealReference

getReferenceTarget

public String getReferenceTarget()
Specified by:
getReferenceTarget in class UnrealReference


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