Uses of Interface
de.gebit.integrity.dsl.Statement
-
Packages that use Statement Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util -
-
Uses of Statement in de.gebit.integrity.dsl
Subinterfaces of Statement in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceForkDefinitionA representation of the model object 'Fork Definition'.interfacePackageDefinitionA representation of the model object 'Package Definition'.interfaceVariantDefinitionA representation of the model object 'Variant Definition'.Methods in de.gebit.integrity.dsl that return Statement Modifier and Type Method Description StatementDslFactory. createStatement()Returns a new object of class 'Statement'.Methods in de.gebit.integrity.dsl that return types with arguments of type Statement Modifier and Type Method Description org.eclipse.emf.common.util.EList<Statement>Model. getStatements()Returns the value of the 'Statements' containment reference list. -
Uses of Statement in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement Statement Modifier and Type Class Description classForkDefinitionImplAn implementation of the model object 'Fork Definition'.classPackageDefinitionImplAn implementation of the model object 'Package Definition'.classStatementImplAn implementation of the model object 'Statement'.classVariantDefinitionImplAn implementation of the model object 'Variant Definition'.Fields in de.gebit.integrity.dsl.impl with type parameters of type Statement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Statement>ModelImpl. statementsThe cached value of the 'Statements' containment reference list.Methods in de.gebit.integrity.dsl.impl that return Statement Modifier and Type Method Description StatementDslFactoryImpl. createStatement()Methods in de.gebit.integrity.dsl.impl that return types with arguments of type Statement Modifier and Type Method Description org.eclipse.emf.common.util.EList<Statement>ModelImpl. getStatements() -
Uses of Statement in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type Statement Modifier and Type Method Description TDslSwitch. caseStatement(Statement object)Returns the result of interpreting the object as an instance of 'Statement'.
-