Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.JudgmentParameter
-
-
Uses of JudgmentParameter in org.eclipse.xsemantics.dsl.util
Methods in org.eclipse.xsemantics.dsl.util with parameters of type JudgmentParameter Modifier and Type Method Description booleanXsemanticsUtils. isOutputParameter(JudgmentParameter j) -
Uses of JudgmentParameter in org.eclipse.xsemantics.dsl.validation
Methods in org.eclipse.xsemantics.dsl.validation with parameters of type JudgmentParameter Modifier and Type Method Description protected voidXsemanticsValidator. checkConformance(JudgmentParameter judgmentParameter, org.eclipse.emf.ecore.EObject element, java.lang.String elementDescription, org.eclipse.emf.ecore.EStructuralFeature feature) -
Uses of JudgmentParameter in org.eclipse.xsemantics.dsl.xsemantics
Subinterfaces of JudgmentParameter in org.eclipse.xsemantics.dsl.xsemantics Modifier and Type Interface Description interfaceInputParameterA representation of the model object 'Input Parameter'.interfaceOutputParameterA representation of the model object 'Output Parameter'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return JudgmentParameter Modifier and Type Method Description JudgmentParameterXsemanticsFactory. createJudgmentParameter()Returns a new object of class 'Judgment Parameter'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return types with arguments of type JudgmentParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<JudgmentParameter>JudgmentDescription. getJudgmentParameters()Returns the value of the 'Judgment Parameters' containment reference list. -
Uses of JudgmentParameter in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement JudgmentParameter Modifier and Type Class Description classInputParameterImplAn implementation of the model object 'Input Parameter'.classJudgmentParameterImplAn implementation of the model object 'Judgment Parameter'.classOutputParameterImplAn implementation of the model object 'Output Parameter'.Fields in org.eclipse.xsemantics.dsl.xsemantics.impl with type parameters of type JudgmentParameter Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<JudgmentParameter>JudgmentDescriptionImpl. judgmentParametersThe cached value of the 'Judgment Parameters' containment reference list.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return JudgmentParameter Modifier and Type Method Description JudgmentParameterXsemanticsFactoryImpl. createJudgmentParameter()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return types with arguments of type JudgmentParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<JudgmentParameter>JudgmentDescriptionImpl. getJudgmentParameters() -
Uses of JudgmentParameter in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type JudgmentParameter Modifier and Type Method Description TXsemanticsSwitch. caseJudgmentParameter(JudgmentParameter object)Returns the result of interpreting the object as an instance of 'Judgment Parameter'.
-