Uses of Interface
com.aquima.interactions.metamodel.IInstanceReference
Packages that use IInstanceReference
Package
Description
-
Uses of IInstanceReference in com.aquima.interactions.metamodel
Methods in com.aquima.interactions.metamodel that return IInstanceReferenceModifier and TypeMethodDescriptionIInstanceDefinition.getInstances
(String attribute) This method can be used to retrieve the reference definitions to determine which instances are referred by the specified attribute. -
Uses of IInstanceReference in com.aquima.interactions.metamodel.impl
Classes in com.aquima.interactions.metamodel.impl that implement IInstanceReferenceModifier and TypeClassDescriptionclass
Instance reference that hold the instance definition it refers to.class
Abstract base class for instance references.class
Instance reference that refers to an instance by name and type.Methods in com.aquima.interactions.metamodel.impl that return IInstanceReferenceModifier and TypeMethodDescriptionInstanceDefinition.getInstances
(String attribute) protected IInstanceReference[]
InstanceReference.toArray()
Methods in com.aquima.interactions.metamodel.impl with parameters of type IInstanceReferenceModifier and TypeMethodDescriptionprotected void
MetaModel.validateReferences
(IInstanceDefinition instance, IInstanceReference[] references) -
Uses of IInstanceReference in com.aquima.interactions.profile.model
Methods in com.aquima.interactions.profile.model with parameters of type IInstanceReferenceModifier and TypeMethodDescriptionprotected IValue
Profile.getRelationsValue
(IInstanceReference[] references) protected EntityValue
Profile.getRelationValue
(IInstanceReference reference)