|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.xt_basis.Convert_ImageOf
public class Convert_ImageOf
Field Summary |
---|
Fields inherited from interface com.objectspace.jgl.UnaryFunction |
---|
serialVersionUID |
Constructor Summary | |
---|---|
Convert_ImageOf(Morphism morph)
Deprecated. Construct myself to be a function which converts graphobjects into its images under the given morphism morph . |
Method Summary | |
---|---|
java.lang.Object |
execute(java.lang.Object obj)
Deprecated. Return the image Object of obj under the morphism
morph . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Convert_ImageOf(Morphism morph)
morph
.
Method Detail |
---|
public final java.lang.Object execute(java.lang.Object obj)
obj
under the morphism
morph
. Return value is of type
ALR_GraphObject
or null
iff
obj
is not in domain of morph
.
Pre: obj instanceof ALR_GraphObject
.
execute
in interface com.objectspace.jgl.UnaryFunction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |