Uses of Interface
org.eclipse.ocl.examples.domain.values.ValueFactory

Packages that use ValueFactory
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.evaluation   
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.domain.values   
org.eclipse.ocl.examples.domain.values.impl   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.values   
org.eclipse.ocl.examples.xtext.console   
 

Uses of ValueFactory in org.eclipse.ocl.examples.domain.elements
 

Methods in org.eclipse.ocl.examples.domain.elements with parameters of type ValueFactory
 ObjectValue DomainType.createInstance(ValueFactory valueFactory)
          Return a new instance of this type from valueFactory.
 Value DomainType.createInstance(ValueFactory valueFactory, java.lang.String value)
          Return a new instance of this data type from valueFactory.
 

Uses of ValueFactory in org.eclipse.ocl.examples.domain.evaluation
 

Methods in org.eclipse.ocl.examples.domain.evaluation that return ValueFactory
 ValueFactory DomainEvaluationVisitor.getValueFactory()
           
 ValueFactory DomainEvaluator.getValueFactory()
          Return the factory for values and indirectly for types.
 ValueFactory DomainIterationManager.getValueFactory()
          Get the factory for values.
 

Uses of ValueFactory in org.eclipse.ocl.examples.domain.library
 

Methods in org.eclipse.ocl.examples.domain.library that return ValueFactory
 ValueFactory AbstractIterationManager.getValueFactory()
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.domain.types
 

Methods in org.eclipse.ocl.examples.domain.types with parameters of type ValueFactory
 ObjectValue AbstractInheritance.createInstance(ValueFactory valueFactory)
           
 ObjectValue AbstractType.createInstance(ValueFactory valueFactory)
           
 Value AbstractInheritance.createInstance(ValueFactory valueFactory, java.lang.String value)
           
 Value AbstractType.createInstance(ValueFactory valueFactory, java.lang.String value)
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.domain.values
 

Methods in org.eclipse.ocl.examples.domain.values that return ValueFactory
 ValueFactory IntegerRange.getValueFactory()
           
 ValueFactory Value.getValueFactory()
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.domain.values.impl
 

Classes in org.eclipse.ocl.examples.domain.values.impl that implement ValueFactory
 class AbstractValueFactory
           
 

Fields in org.eclipse.ocl.examples.domain.values.impl declared as ValueFactory
protected  ValueFactory AbstractValue.valueFactory
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl that return ValueFactory
 ValueFactory AbstractValue.getValueFactory()
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl with parameters of type ValueFactory
protected static RealValue RealValueImpl.divideBigDecimal(ValueFactory valueFactory, java.math.BigDecimal left, java.math.BigDecimal right)
           
static BagValue BagValueImpl.intersection(ValueFactory valueFactory, DomainCollectionType type, CollectionValue left, CollectionValue right)
           
static OrderedSetValue OrderedSetValueImpl.intersection(ValueFactory valueFactory, DomainCollectionType type, CollectionValue left, CollectionValue right)
           
static SetValue SetValueImpl.intersection(ValueFactory valueFactory, DomainCollectionType type, CollectionValue left, CollectionValue right)
           
static BagValue BagValueImpl.union(ValueFactory valueFactory, DomainCollectionType type, CollectionValue left, CollectionValue right)
           
static OrderedSetValue OrderedSetValueImpl.union(ValueFactory valueFactory, DomainCollectionType type, CollectionValue left, CollectionValue right)
           
static SequenceValue SequenceValueImpl.union(ValueFactory valueFactory, DomainCollectionType type, CollectionValue left, CollectionValue right)
           
static SetValue SetValueImpl.union(ValueFactory valueFactory, DomainCollectionType type, CollectionValue left, CollectionValue right)
           
 

Constructors in org.eclipse.ocl.examples.domain.values.impl with parameters of type ValueFactory
AbstractCollectionValue(ValueFactory valueFactory, DomainCollectionType type, C elements)
           
AbstractedCollectionValue(ValueFactory valueFactory, DomainCollectionType type)
           
AbstractEnumerationLiteralValueImpl(ValueFactory valueFactory, T element)
           
AbstractIntegerValue(ValueFactory valueFactory)
           
AbstractObjectValue(ValueFactory valueFactory, T object)
           
AbstractSequenceValue(ValueFactory valueFactory, DomainCollectionType type, L elements)
           
AbstractTypeValueImpl(ValueFactory valueFactory, T type)
           
AbstractUndefinedCollectionValue(ValueFactory valueFactory)
           
AbstractUndefinedValue(ValueFactory valueFactory)
           
AbstractValue(ValueFactory valueFactory)
           
BagValueImpl.Accumulator(ValueFactory valueFactory, DomainCollectionType type)
           
BagValueImpl(ValueFactory valueFactory, DomainCollectionType type, Bag<Value> elements)
           
BagValueImpl(ValueFactory valueFactory, DomainCollectionType type, java.util.Collection<? extends Value> elements)
           
BagValueImpl(ValueFactory valueFactory, DomainCollectionType type, Value... elements)
           
BooleanValueImpl.Accumulator(ValueFactory valueFactory, boolean value)
           
BooleanValueImpl(ValueFactory valueFactory, boolean value)
           
ClassifierTypeValueImpl(ValueFactory valueFactory, DomainClassifierType type)
           
CollectionTypeValueImpl(ValueFactory valueFactory, DomainCollectionType type)
           
ElementValueImpl(ValueFactory valueFactory, DomainElement element)
           
EnumerationLiteralValueImpl(ValueFactory valueFactory, DomainEnumerationLiteral element)
           
EnumerationTypeValueImpl(ValueFactory valueFactory, DomainEnumeration type)
           
EObjectValueImpl(ValueFactory valueFactory, org.eclipse.emf.ecore.EObject eObject)
           
IntegerIntValueImpl(ValueFactory valueFactory, int value)
           
IntegerLongValueImpl(ValueFactory valueFactory, long value)
           
IntegerValueImpl(ValueFactory valueFactory, java.math.BigInteger value)
           
IntegerValueImpl(ValueFactory valueFactory, long value)
           
InvalidValueImpl(ValueFactory valueFactory)
           
InvalidValueImpl(ValueFactory valueFactory, InvalidEvaluationException exception)
           
NullValueImpl(ValueFactory valueFactory)
           
ObjectValueImpl(ValueFactory valueFactory, java.lang.Object object)
           
OrderedSetValueImpl.Accumulator(ValueFactory valueFactory, DomainCollectionType type)
           
OrderedSetValueImpl(ValueFactory valueFactory, DomainCollectionType type, java.util.Collection<? extends Value> elements)
           
OrderedSetValueImpl(ValueFactory valueFactory, DomainCollectionType type, OrderedSet<Value> elements)
           
OrderedSetValueImpl(ValueFactory valueFactory, DomainCollectionType type, Value... elements)
           
RealValueImpl(ValueFactory valueFactory, java.math.BigDecimal value)
           
RealValueImpl(ValueFactory valueFactory, double value)
           
SequenceRangeImpl(ValueFactory valueFactory, DomainCollectionType type, IntegerRange range)
           
SequenceValueImpl.Accumulator(ValueFactory valueFactory, DomainCollectionType type)
           
SequenceValueImpl.Accumulator(ValueFactory valueFactory, DomainCollectionType type, java.util.List<Value> elements)
           
SequenceValueImpl(ValueFactory valueFactory, DomainCollectionType type, java.util.Collection<? extends Value> elements)
           
SequenceValueImpl(ValueFactory valueFactory, DomainCollectionType type, java.util.List<Value> elements)
           
SequenceValueImpl(ValueFactory valueFactory, DomainCollectionType type, Value... elements)
           
SetValueImpl.Accumulator(ValueFactory valueFactory, DomainCollectionType type)
           
SetValueImpl(ValueFactory valueFactory, DomainCollectionType type, java.util.Collection<? extends Value> elements)
           
SetValueImpl(ValueFactory valueFactory, DomainCollectionType type, java.util.Set<Value> elements)
           
SetValueImpl(ValueFactory valueFactory, DomainCollectionType type, Value... elements)
           
SimpleTypeValueImpl(ValueFactory valueFactory, DomainType type)
           
StringValueImpl(ValueFactory valueFactory, java.lang.String value)
           
TupleValueImpl(ValueFactory valueFactory, DomainTupleType type, java.util.Map<? extends DomainTypedElement,Value> values)
          Initializes me with a map of part values.
TupleValueImpl(ValueFactory valueFactory, DomainTupleType type, Value firstValue, Value secondValue)
          Convenience constructor to initialize me with a pair of part values as required by the Collection::product() operation.
UnlimitedValueImpl(ValueFactory valueFactory)
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.library.ecore
 

Classes in org.eclipse.ocl.examples.library.ecore that implement ValueFactory
 class EcoreValueFactory
           
 

Methods in org.eclipse.ocl.examples.library.ecore that return ValueFactory
protected static ValueFactory EcoreExecutorManager.getValueFactory(org.eclipse.emf.ecore.EObject contextObject, java.util.Map<java.lang.Object,java.lang.Object> contextMap, DomainStandardLibrary standardLibrary)
           
 

Methods in org.eclipse.ocl.examples.library.ecore with parameters of type ValueFactory
 ObjectValue EcoreExecutorEnumeration.createInstance(ValueFactory valueFactory)
           
 ObjectValue EcoreExecutorType.createInstance(ValueFactory valueFactory)
           
 ObjectValue EcoreReflectiveType.createInstance(ValueFactory valueFactory)
           
 Value EcoreExecutorType.createInstance(ValueFactory valueFactory, java.lang.String value)
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.library.executor
 

Classes in org.eclipse.ocl.examples.library.executor that implement ValueFactory
 class ExecutorValueFactory
           
 

Fields in org.eclipse.ocl.examples.library.executor declared as ValueFactory
protected  ValueFactory ExecutorManager.valueFactory
           
 

Methods in org.eclipse.ocl.examples.library.executor that return ValueFactory
 ValueFactory ExecutorManager.getValueFactory()
           
 

Constructors in org.eclipse.ocl.examples.library.executor with parameters of type ValueFactory
ExecutorManager(ValueFactory valueFactory)
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return ValueFactory
 ValueFactory OCL.getValueFactory()
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.pivot.evaluation
 

Fields in org.eclipse.ocl.examples.pivot.evaluation declared as ValueFactory
protected  ValueFactory AbstractEvaluationVisitor.valueFactory
           
 

Methods in org.eclipse.ocl.examples.pivot.evaluation that return ValueFactory
 ValueFactory AbstractEvaluationVisitor.getValueFactory()
           
 ValueFactory EvaluationEnvironment.getValueFactory()
           
 ValueFactory EvaluationVisitor.getValueFactory()
           
 ValueFactory PivotEvaluationEnvironment.getValueFactory()
           
 ValueFactory TracingEvaluationVisitor.getValueFactory()
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.pivot.internal.impl
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type ValueFactory
 ObjectValue TypeImpl.createInstance(ValueFactory valueFactory)
           
 Value TypeImpl.createInstance(ValueFactory valueFactory, java.lang.String value)
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager that return ValueFactory
protected  ValueFactory MetaModelManager.createValueFactory()
           
 ValueFactory MetaModelManager.getValueFactory()
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.pivot.values
 

Classes in org.eclipse.ocl.examples.pivot.values that implement ValueFactory
 class PivotValueFactory
           
 

Uses of ValueFactory in org.eclipse.ocl.examples.xtext.console
 

Methods in org.eclipse.ocl.examples.xtext.console that return ValueFactory
 ValueFactory OCLConsolePage.CancelableEvaluationVisitor.getValueFactory()
           
 

Constructors in org.eclipse.ocl.examples.xtext.console with parameters of type ValueFactory
OCLConsolePage.ExceptionValue(ValueFactory valueFactory, java.lang.String message, java.lang.Exception exception)