Class InstanceReference

java.lang.Object
com.aquima.interactions.metamodel.impl.InstanceReference
All Implemented Interfaces:
IInstanceReference, Serializable
Direct Known Subclasses:
ChildInstance, NamedInstance

public abstract class InstanceReference extends Object implements IInstanceReference
Abstract base class for instance references. This class defines a few methods to chain references to allow an attribute to refer multiple instances.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • InstanceReference

      public InstanceReference()
  • Method Details