Show / Hide Table of Contents

Class Ecore2MetaTransformation.EAttribute2Attribute

Inheritance
object
GeneralTransformationRule
GeneralTransformationRule<IEAttribute>
TransformationRuleBase<IEAttribute, IAttribute>
TransformationRule<IEAttribute, IAttribute>
Ecore2MetaTransformation.EAttribute2Attribute
Inherited Members
TransformationRule<IEAttribute, IAttribute>.CreateComputation(object[], IComputationContext)
TransformationRule<IEAttribute, IAttribute>.CreateOutput(IEAttribute, ITransformationContext)
TransformationRule<IEAttribute, IAttribute>.NeedDependenciesForOutputCreation
TransformationRule<IEAttribute, IAttribute>.Transform(IEAttribute, IAttribute, ITransformationContext)
TransformationRuleBase<IEAttribute, IAttribute>.MarkInstantiatingFor<TBaseIn, TBaseOut>()
TransformationRuleBase<IEAttribute, IAttribute>.MarkInstantiatingFor<TBaseIn, TBaseOut>(Predicate<IEAttribute>)
TransformationRuleBase<IEAttribute, IAttribute>.RequireByType<TRequiredInput, TRequiredOutput>(Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.Require<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.Require<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Predicate<IEAttribute>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.RequireByType<TRequiredInput, TRequiredOutput>(Func<IEAttribute, TRequiredInput>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.RequireByType<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<IEAttribute, TRequiredInput1>, Func<IEAttribute, TRequiredInput2>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.Require<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<IEAttribute, TRequiredInput>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.Require<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<IEAttribute, TRequiredInput1>, Func<IEAttribute, TRequiredInput2>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.RequireManyByType<TRequiredInput, TRequiredOutput>(Func<IEAttribute, IEnumerable<TRequiredInput>>, Action<IAttribute, IEnumerable<TRequiredOutput>>)
TransformationRuleBase<IEAttribute, IAttribute>.RequireManyByType<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<IEAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>, Action<IAttribute, IEnumerable<TRequiredOutput>>)
TransformationRuleBase<IEAttribute, IAttribute>.RequireMany<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<IEAttribute, IEnumerable<TRequiredInput>>, Action<IAttribute, IEnumerable<TRequiredOutput>>)
TransformationRuleBase<IEAttribute, IAttribute>.RequireMany<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<IEAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>, Action<IAttribute, IEnumerable<TRequiredOutput>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallByType<TRequiredInput, TRequiredOutput>(Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.Call<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.CallByType<TRequiredInput, TRequiredOutput>(Func<IEAttribute, TRequiredInput>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.CallByType<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<IEAttribute, TRequiredInput1>, Func<IEAttribute, TRequiredInput2>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.Call<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<IEAttribute, TRequiredInput>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.Call<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<IEAttribute, TRequiredInput1>, Func<IEAttribute, TRequiredInput2>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.CallManyByType<TRequiredInput, TRequiredOutput>(Func<IEAttribute, IEnumerable<TRequiredInput>>, Action<IAttribute, IEnumerable<TRequiredOutput>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallManyByType<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<IEAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>, Action<IAttribute, IEnumerable<TRequiredOutput>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallMany<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<IEAttribute, IEnumerable<TRequiredInput>>, Action<IAttribute, IEnumerable<TRequiredOutput>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallMany<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<IEAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>, Action<IAttribute, IEnumerable<TRequiredOutput>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallOutputSensitive<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, IAttribute, TRequiredInput>)
TransformationRuleBase<IEAttribute, IAttribute>.CallOutputSensitive<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, IAttribute, TRequiredInput>, Func<IEAttribute, IAttribute, bool>)
TransformationRuleBase<IEAttribute, IAttribute>.CallOutputSensitive<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, IAttribute, bool>)
TransformationRuleBase<IEAttribute, IAttribute>.CallOutputSensitive<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<IEAttribute, IAttribute, TRequiredInput1>, Func<IEAttribute, IAttribute, TRequiredInput2>)
TransformationRuleBase<IEAttribute, IAttribute>.CallOutputSensitive<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<IEAttribute, IAttribute, TRequiredInput1>, Func<IEAttribute, IAttribute, TRequiredInput2>, Func<IEAttribute, IAttribute, bool>)
TransformationRuleBase<IEAttribute, IAttribute>.CallOutputSensitive(GeneralTransformationRule<IEAttribute, IAttribute>)
TransformationRuleBase<IEAttribute, IAttribute>.CallOutputSensitive(GeneralTransformationRule<IEAttribute, IAttribute>, Func<IEAttribute, IAttribute, bool>)
TransformationRuleBase<IEAttribute, IAttribute>.CallManyOutputSensitive<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, IAttribute, IEnumerable<TRequiredInput>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallManyOutputSensitive<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, IAttribute, IEnumerable<TRequiredInput>>, Func<IEAttribute, IAttribute, bool>)
TransformationRuleBase<IEAttribute, IAttribute>.CallManyOutputSensitive<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<IEAttribute, IAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallManyOutputSensitive<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<IEAttribute, IAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>, Func<IEAttribute, IAttribute, bool>)
TransformationRuleBase<IEAttribute, IAttribute>.CallFor<TRequiredInput, TRequiredOutput>(Func<TRequiredInput, IEAttribute>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.CallFor<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<TRequiredInput, IEAttribute>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.CallFor<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<TRequiredInput1, TRequiredInput2, IEAttribute>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.CallFor<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<TRequiredInput1, TRequiredInput2, IEAttribute>, Action<IAttribute, TRequiredOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.CallFor<TRequiredInput, TRequiredOutput>(Func<TRequiredInput, IEAttribute>, Action<IAttribute, TRequiredOutput>, Predicate<TRequiredInput>)
TransformationRuleBase<IEAttribute, IAttribute>.CallFor<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<TRequiredInput, IEAttribute>, Action<IAttribute, TRequiredOutput>, Predicate<TRequiredInput>)
TransformationRuleBase<IEAttribute, IAttribute>.CallFor<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<TRequiredInput1, TRequiredInput2, IEAttribute>, Action<IAttribute, TRequiredOutput>, Func<TRequiredInput1, TRequiredInput2, bool>)
TransformationRuleBase<IEAttribute, IAttribute>.CallFor<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<TRequiredInput1, TRequiredInput2, IEAttribute>, Action<IAttribute, TRequiredOutput>, Func<TRequiredInput1, TRequiredInput2, bool>)
TransformationRuleBase<IEAttribute, IAttribute>.CallForEach<TRequiredInput, TRequiredOutput>(Func<TRequiredInput, IEnumerable<IEAttribute>>, Action<TRequiredOutput, IEnumerable<IAttribute>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallForEach<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<TRequiredInput, IEnumerable<IEAttribute>>, Action<TRequiredOutput, IEnumerable<IAttribute>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallForEach<TRequiredInput, TRequiredOutput>(Func<TRequiredInput, IEnumerable<IEAttribute>>, Predicate<TRequiredInput>, Action<TRequiredOutput, IEnumerable<IAttribute>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallForEach<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<TRequiredInput, IEnumerable<IEAttribute>>, Predicate<TRequiredInput>, Action<TRequiredOutput, IEnumerable<IAttribute>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallForEach<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<TRequiredInput1, TRequiredInput2, IEnumerable<IEAttribute>>, Action<TRequiredOutput, IEnumerable<IAttribute>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallForEach<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<TRequiredInput1, TRequiredInput2, IEnumerable<IEAttribute>>, Action<TRequiredOutput, IEnumerable<IAttribute>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallForEach<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<TRequiredInput1, TRequiredInput2, IEnumerable<IEAttribute>>, Func<TRequiredInput1, TRequiredInput2, bool>, Action<TRequiredOutput, IEnumerable<IAttribute>>)
TransformationRuleBase<IEAttribute, IAttribute>.CallForEach<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<TRequiredInput1, TRequiredInput2, IEnumerable<IEAttribute>>, Func<TRequiredInput1, TRequiredInput2, bool>, Action<TRequiredOutput, IEnumerable<IAttribute>>)
TransformationRuleBase<IEAttribute, IAttribute>.OutputType
TransformationRuleBase<IEAttribute, IAttribute>.SelectArrays<TRequiredInput1, TRequiredInput2>(Func<IEAttribute, IAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>, Computation)
TransformationRuleBase<IEAttribute, IAttribute>.SelectArrays<TRequiredInput>(Func<IEAttribute, IAttribute, IEnumerable<TRequiredInput>>, Computation)
TransformationRuleBase<IEAttribute, IAttribute>.TraceOutput<TKey>(Func<IEAttribute, IAttribute, TKey>)
TransformationRuleBase<IEAttribute, IAttribute>.TraceOutput<TKey>(TraceEntryGroup<TKey, IAttribute>, Func<IEAttribute, IAttribute, TKey>)
TransformationRuleBase<IEAttribute, IAttribute>.TraceAs<TTraceInput, TTraceOutput>(TraceEntryGroup<TTraceInput, TTraceOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.TraceAs<TTraceInput, TTraceOutput>(TraceEntryGroup<TTraceInput, TTraceOutput>, Func<IEAttribute, IAttribute, TTraceInput>)
TransformationRuleBase<IEAttribute, IAttribute>.TraceAs<TTraceInput, TTraceOutput>(TraceEntryGroup<TTraceInput, TTraceOutput>, Func<IEAttribute, IAttribute, TTraceOutput>)
TransformationRuleBase<IEAttribute, IAttribute>.TraceAs<TTraceInput, TTraceOutput>(TraceEntryGroup<TTraceInput, TTraceOutput>, Func<IEAttribute, IAttribute, TTraceInput>, Func<IEAttribute, IAttribute, TTraceOutput>)
GeneralTransformationRule<IEAttribute>.MarkInstantiatingFor(GeneralTransformationRule, Predicate<IEAttribute>)
GeneralTransformationRule<IEAttribute>.Rule<TRule>()
GeneralTransformationRule<IEAttribute>.WithPattern(ITransformationRulePattern<IEAttribute>)
GeneralTransformationRule<IEAttribute>.WithPattern(Func<ITransformationContext, INotifyEnumerable<IEAttribute>>)
GeneralTransformationRule<IEAttribute>.WithPattern(Func<ITransformationContext, IEnumerable<IEAttribute>>)
GeneralTransformationRule<IEAttribute>.RequireByType<TRequiredInput>()
GeneralTransformationRule<IEAttribute>.RequireByType<TRequiredInput>(Func<IEAttribute, TRequiredInput>)
GeneralTransformationRule<IEAttribute>.RequireByType<TRequiredInput1, TRequiredInput2>(Func<IEAttribute, TRequiredInput1>, Func<IEAttribute, TRequiredInput2>)
GeneralTransformationRule<IEAttribute>.Require<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, TRequiredInput>)
GeneralTransformationRule<IEAttribute>.Require<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<IEAttribute, TRequiredInput1>, Func<IEAttribute, TRequiredInput2>)
GeneralTransformationRule<IEAttribute>.RequireManyByType<TRequiredInput>(Func<IEAttribute, IEnumerable<TRequiredInput>>)
GeneralTransformationRule<IEAttribute>.RequireManyByType<TRequiredInput1, TRequiredInput2>(Func<IEAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>)
GeneralTransformationRule<IEAttribute>.Require(GeneralTransformationRule, Func<IEAttribute, object[]>)
GeneralTransformationRule<IEAttribute>.Require<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Predicate<IEAttribute>)
GeneralTransformationRule<IEAttribute>.Require<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, TRequiredInput>, Predicate<IEAttribute>)
GeneralTransformationRule<IEAttribute>.Require<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<IEAttribute, TRequiredInput1>, Func<IEAttribute, TRequiredInput2>, Predicate<IEAttribute>)
GeneralTransformationRule<IEAttribute>.RequireMany(GeneralTransformationRule, Func<IEAttribute, IEnumerable<object[]>>)
GeneralTransformationRule<IEAttribute>.RequireMany<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, IEnumerable<TRequiredInput>>)
GeneralTransformationRule<IEAttribute>.RequireMany<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<IEAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>)
GeneralTransformationRule<IEAttribute>.Call(GeneralTransformationRule, Func<IEAttribute, object[]>)
GeneralTransformationRule<IEAttribute>.CallMany(GeneralTransformationRule, Func<IEAttribute, IEnumerable<object[]>>)
GeneralTransformationRule<IEAttribute>.CallByType<TRequiredInput>(Func<IEAttribute, TRequiredInput>)
GeneralTransformationRule<IEAttribute>.CallByType<TRequiredInput1, TRequiredInput2>(Func<IEAttribute, TRequiredInput1>, Func<IEAttribute, TRequiredInput2>)
GeneralTransformationRule<IEAttribute>.Call<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, TRequiredInput>)
GeneralTransformationRule<IEAttribute>.Call<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<IEAttribute, TRequiredInput1>, Func<IEAttribute, TRequiredInput2>)
GeneralTransformationRule<IEAttribute>.Call<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Predicate<IEAttribute>)
GeneralTransformationRule<IEAttribute>.Call<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, TRequiredInput>, Predicate<IEAttribute>)
GeneralTransformationRule<IEAttribute>.Call<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<IEAttribute, TRequiredInput1>, Func<IEAttribute, TRequiredInput2>, Predicate<IEAttribute>)
GeneralTransformationRule<IEAttribute>.CallManyByType<TRequiredInput>(Func<IEAttribute, IEnumerable<TRequiredInput>>)
GeneralTransformationRule<IEAttribute>.CallManyByType<TRequiredInput1, TRequiredInput2>(Func<IEAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>)
GeneralTransformationRule<IEAttribute>.CallMany<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<IEAttribute, IEnumerable<TRequiredInput>>)
GeneralTransformationRule<IEAttribute>.CallMany<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<IEAttribute, IEnumerable<Tuple<TRequiredInput1, TRequiredInput2>>>)
GeneralTransformationRule<IEAttribute>.InputType
GeneralTransformationRule<IEAttribute>.CallFor<TRequiredInput>(Func<TRequiredInput, IEAttribute>)
GeneralTransformationRule<IEAttribute>.CallFor<TRequiredInput1, TRequiredInput2>(Func<TRequiredInput1, TRequiredInput2, IEAttribute>)
GeneralTransformationRule<IEAttribute>.CallFor<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<TRequiredInput, IEAttribute>)
GeneralTransformationRule<IEAttribute>.CallFor<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<TRequiredInput1, TRequiredInput2, IEAttribute>)
GeneralTransformationRule<IEAttribute>.CallFor<TRequiredInput>(Func<TRequiredInput, IEAttribute>, Predicate<TRequiredInput>)
GeneralTransformationRule<IEAttribute>.CallFor<TRequiredInput1, TRequiredInput2>(Func<TRequiredInput1, TRequiredInput2, IEAttribute>, Func<TRequiredInput1, TRequiredInput2, bool>)
GeneralTransformationRule<IEAttribute>.CallFor<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<TRequiredInput, IEAttribute>, Predicate<TRequiredInput>)
GeneralTransformationRule<IEAttribute>.CallFor<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<TRequiredInput1, TRequiredInput2, IEAttribute>, Func<TRequiredInput1, TRequiredInput2, bool>)
GeneralTransformationRule<IEAttribute>.CallForEach<TRequiredInput>(Func<TRequiredInput, IEnumerable<IEAttribute>>)
GeneralTransformationRule<IEAttribute>.CallForEach<TRequiredInput1, TRequiredInput2>(Func<TRequiredInput1, TRequiredInput2, IEnumerable<IEAttribute>>)
GeneralTransformationRule<IEAttribute>.CallForEach<TRequiredInput>(Func<TRequiredInput, IEnumerable<IEAttribute>>, Predicate<TRequiredInput>)
GeneralTransformationRule<IEAttribute>.CallForEach<TRequiredInput1, TRequiredInput2>(Func<TRequiredInput1, TRequiredInput2, IEnumerable<IEAttribute>>, Func<TRequiredInput1, TRequiredInput2, bool>)
GeneralTransformationRule<IEAttribute>.CallForEach<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<TRequiredInput, IEnumerable<IEAttribute>>)
GeneralTransformationRule<IEAttribute>.CallForEach<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<TRequiredInput1, TRequiredInput2, IEnumerable<IEAttribute>>)
GeneralTransformationRule<IEAttribute>.CallForEach<TRequiredInput>(GeneralTransformationRule<TRequiredInput>, Func<TRequiredInput, IEnumerable<IEAttribute>>, Predicate<TRequiredInput>)
GeneralTransformationRule<IEAttribute>.CallForEach<TRequiredInput1, TRequiredInput2>(GeneralTransformationRule<TRequiredInput1, TRequiredInput2>, Func<TRequiredInput1, TRequiredInput2, IEnumerable<IEAttribute>>, Func<TRequiredInput1, TRequiredInput2, bool>)
GeneralTransformationRule<IEAttribute>.CallForOutputSensitive<TRequiredInput, TRequiredOutput>(Func<TRequiredInput, TRequiredOutput, IEAttribute>)
GeneralTransformationRule<IEAttribute>.CallForOutputSensitive<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, IEAttribute>)
GeneralTransformationRule<IEAttribute>.CallForOutputSensitive<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<TRequiredInput, TRequiredOutput, IEAttribute>)
GeneralTransformationRule<IEAttribute>.CallForOutputSensitive<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, IEAttribute>)
GeneralTransformationRule<IEAttribute>.CallForOutputSensitive<TRequiredInput, TRequiredOutput>(Func<TRequiredInput, TRequiredOutput, IEAttribute>, Func<TRequiredInput, TRequiredOutput, bool>)
GeneralTransformationRule<IEAttribute>.CallForOutputSensitive<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, IEAttribute>, Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, bool>)
GeneralTransformationRule<IEAttribute>.CallForOutputSensitive<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<TRequiredInput, TRequiredOutput, IEAttribute>, Func<TRequiredInput, TRequiredOutput, bool>)
GeneralTransformationRule<IEAttribute>.CallForOutputSensitive<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, IEAttribute>, Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, bool>)
GeneralTransformationRule<IEAttribute>.CallForEachOutputSensitive<TRequiredInput, TRequiredOutput>(Func<TRequiredInput, TRequiredOutput, IEnumerable<IEAttribute>>)
GeneralTransformationRule<IEAttribute>.CallForEachOutputSensitive<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, IEnumerable<IEAttribute>>)
GeneralTransformationRule<IEAttribute>.CallForEachOutputSensitive<TRequiredInput, TRequiredOutput>(Func<TRequiredInput, TRequiredOutput, IEnumerable<IEAttribute>>, Func<TRequiredInput, TRequiredOutput, bool>)
GeneralTransformationRule<IEAttribute>.CallForEachOutputSensitive<TRequiredInput1, TRequiredInput2, TRequiredOutput>(Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, IEnumerable<IEAttribute>>, Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, bool>)
GeneralTransformationRule<IEAttribute>.CallForEachOutputSensitive<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<TRequiredInput, TRequiredOutput, IEnumerable<IEAttribute>>)
GeneralTransformationRule<IEAttribute>.CallForEachOutputSensitive<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, IEnumerable<IEAttribute>>)
GeneralTransformationRule<IEAttribute>.CallForEachOutputSensitive<TRequiredInput, TRequiredOutput>(TransformationRuleBase<TRequiredInput, TRequiredOutput>, Func<TRequiredInput, TRequiredOutput, IEnumerable<IEAttribute>>, Func<TRequiredInput, TRequiredOutput, bool>)
GeneralTransformationRule<IEAttribute>.CallForEachOutputSensitive<TRequiredInput1, TRequiredInput2, TRequiredOutput>(TransformationRuleBase<TRequiredInput1, TRequiredInput2, TRequiredOutput>, Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, IEnumerable<IEAttribute>>, Func<TRequiredInput1, TRequiredInput2, TRequiredOutput, bool>)
GeneralTransformationRule<IEAttribute>.TraceInput<TKey>(Func<IEAttribute, TKey>)
GeneralTransformationRule<IEAttribute>.TraceInput<TKey>(TraceEntryGroup<TKey, IEAttribute>, Func<IEAttribute, TKey>)
GeneralTransformationRule<IEAttribute>.CallFor(GeneralTransformationRule, Func<Computation, IEAttribute>, bool)
GeneralTransformationRule<IEAttribute>.CallFor(GeneralTransformationRule, Func<Computation, IEAttribute>, Predicate<Computation>, bool)
GeneralTransformationRule<IEAttribute>.CallForEach(GeneralTransformationRule, Func<Computation, IEnumerable<IEAttribute>>, bool)
GeneralTransformationRule<IEAttribute>.CallForEach(GeneralTransformationRule, Func<Computation, IEnumerable<IEAttribute>>, Predicate<Computation>, bool)
GeneralTransformationRule<IEAttribute>.ToString()
GeneralTransformationRule.OutputType
GeneralTransformationRule.CreateComputation(object[], IComputationContext)
GeneralTransformationRule.NeedDependenciesForOutputCreation
GeneralTransformationRule.Transformation
GeneralTransformationRule.Dependencies
GeneralTransformationRule.OutputDelayLevel
GeneralTransformationRule.TransformationDelayLevel
GeneralTransformationRule.IsUnique
GeneralTransformationRule.BaseRule
GeneralTransformationRule.IsInstantiating(Computation)
GeneralTransformationRule.HasCompliantInput(Computation)
GeneralTransformationRule.Require(GeneralTransformationRule)
GeneralTransformationRule.Call(GeneralTransformationRule)
GeneralTransformationRule.MarkInstantiatingFor(GeneralTransformationRule)
GeneralTransformationRule.MarkInstantiatingFor(GeneralTransformationRule, Predicate<Computation>)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NMF.Interop.Ecore.Transformations
Assembly: NMF.EcoreInterop.dll
Syntax
public class Ecore2MetaTransformation.EAttribute2Attribute : TransformationRule<IEAttribute, IAttribute>

Methods

| Edit this page View Source

RegisterDependencies()

Registers all the dependencies (both calling and non-calling) and additional configuration

Declaration
public override void RegisterDependencies()
Overrides
GeneralTransformationRule.RegisterDependencies()
Remarks

This method is called during initialization of the entire transformation and is independent of any transformation contexts. However, this method may rely on the Transformation-property.

| Edit this page View Source

Transform(IEAttribute, IAttribute, ITransformationContext)

Initializes the transformation output

Declaration
public override void Transform(IEAttribute input, IAttribute output, ITransformationContext context)
Parameters
Type Name Description
IEAttribute input

The input of the transformation rule

IAttribute output

The output of the transformation rule generated earlier

ITransformationContext context

The context (and trace!) object

Overrides
TransformationRule<IEAttribute, IAttribute>.Transform(IEAttribute, IAttribute, ITransformationContext)
Remarks

At this point, all the transformation outputs are created (also the delayed ones), thus, the trace is fully reliable

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX