agg.xt_basis
Class Convert_SourceOf

java.lang.Object
  extended by agg.xt_basis.Convert_SourceOf
All Implemented Interfaces:
com.objectspace.jgl.UnaryFunction, java.io.Serializable

Deprecated. not used anymore

public class Convert_SourceOf
extends java.lang.Object
implements com.objectspace.jgl.UnaryFunction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.objectspace.jgl.UnaryFunction
serialVersionUID
 
Constructor Summary
Convert_SourceOf()
          Deprecated.  
 
Method Summary
 java.lang.Object execute(java.lang.Object arc)
          Deprecated. Return the source Object of alr_arc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Convert_SourceOf

public Convert_SourceOf()
Deprecated. 
Method Detail

execute

public final java.lang.Object execute(java.lang.Object arc)
Deprecated. 
Return the source Object of alr_arc. Return value is of type ALR_GraphObject. Pre: (1) alr_arc instanceof ALR_GraphObject, (2) alr_arc.isArc().

Specified by:
execute in interface com.objectspace.jgl.UnaryFunction