Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.ReferToJudgment
-
Packages that use ReferToJudgment Package Description org.eclipse.xsemantics.dsl.util org.eclipse.xsemantics.dsl.xsemantics org.eclipse.xsemantics.dsl.xsemantics.impl org.eclipse.xsemantics.dsl.xsemantics.util -
-
Uses of ReferToJudgment in org.eclipse.xsemantics.dsl.util
Methods in org.eclipse.xsemantics.dsl.util with parameters of type ReferToJudgment Modifier and Type Method Description JudgmentDescriptionXsemanticsUtils. getJudgmentDescription(ReferToJudgment e) -
Uses of ReferToJudgment in org.eclipse.xsemantics.dsl.xsemantics
Subinterfaces of ReferToJudgment in org.eclipse.xsemantics.dsl.xsemantics Modifier and Type Interface Description interfaceAxiomA representation of the model object 'Axiom'.interfaceRuleA representation of the model object 'Rule'.interfaceRuleInvocationA representation of the model object 'Rule Invocation'.interfaceRuleWithPremisesA representation of the model object 'Rule With Premises'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return ReferToJudgment Modifier and Type Method Description ReferToJudgmentXsemanticsFactory. createReferToJudgment()Returns a new object of class 'Refer To Judgment'. -
Uses of ReferToJudgment in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement ReferToJudgment Modifier and Type Class Description classAxiomImplAn implementation of the model object 'Axiom'.classReferToJudgmentImplAn implementation of the model object 'Refer To Judgment'.classRuleImplAn implementation of the model object 'Rule'.classRuleInvocationImplAn implementation of the model object 'Rule Invocation'.classRuleWithPremisesImplAn implementation of the model object 'Rule With Premises'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return ReferToJudgment Modifier and Type Method Description ReferToJudgmentXsemanticsFactoryImpl. createReferToJudgment() -
Uses of ReferToJudgment in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type ReferToJudgment Modifier and Type Method Description TXsemanticsSwitch. caseReferToJudgment(ReferToJudgment object)Returns the result of interpreting the object as an instance of 'Refer To Judgment'.
-