agg.xt_basis
Class MappingEvent
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
agg.xt_basis.BadMappingException
agg.xt_basis.MappingEvent
- All Implemented Interfaces:
- java.io.Serializable
public class MappingEvent
- extends BadMappingException
This Exception is thrown by methods of the class
OrdinaryMorphism
, especially by addMapping()
,
to indicate a violation of some morphism property. A more detailed
description of the violation cause will be given in the exception's detail
message.
- See Also:
OrdinaryMorphism
,
OrdinaryMorphism.addMapping(java.util.Vector)
,
Serialized Form
Constructor Summary |
MappingEvent(java.lang.String n,
GraphObject o)
Construct myself with the specified detail message and mapped/ unmapped
object. |
MappingEvent(java.lang.String n,
GraphObject o,
GraphObject i)
Construct myself with the specified detail message and original and image
object of the mapping. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MappingEvent
public MappingEvent(java.lang.String n,
GraphObject o)
- Construct myself with the specified detail message and mapped/ unmapped
object.
MappingEvent
public MappingEvent(java.lang.String n,
GraphObject o,
GraphObject i)
- Construct myself with the specified detail message and original and image
object of the mapping.
getGraphObject
public GraphObject getGraphObject()
getOriginalObject
public GraphObject getOriginalObject()
getImageObject
public GraphObject getImageObject()