Uses of Interface
org.metaabm.act.AInput

Packages that use AInput
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.util   
org.metaabm.act.validation   
org.metaabm.commands   
org.metaabm.provider   
 

Uses of AInput in org.metaabm.act
 

Methods in org.metaabm.act that return AInput
 AInput MetaABMActFactory.createAInput()
          Returns a new object of class 'AInput'.
 

Methods in org.metaabm.act that return types with arguments of type AInput
 org.eclipse.emf.common.util.EList<AInput> ASink.getInputs()
          Returns the value of the 'Inputs' containment reference list.
 

Uses of AInput in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement AInput
 class AInputImpl
           
 

Fields in org.metaabm.act.impl with type parameters of type AInput
protected  org.eclipse.emf.common.util.EList<AInput> ASinkImpl.inputs
          The cached value of the 'Inputs' containment reference list.
 

Methods in org.metaabm.act.impl that return AInput
 AInput MetaABMActFactoryImpl.createAInput()
           
 

Methods in org.metaabm.act.impl that return types with arguments of type AInput
 org.eclipse.emf.common.util.EList<AInput> ASinkImpl.getInputs()
           
 

Uses of AInput in org.metaabm.act.util
 

Methods in org.metaabm.act.util with parameters of type AInput
 T MetaABMActSwitch.caseAInput(AInput object)
          Returns the result of interpreting the object as an instance of 'AInput'.
 

Uses of AInput in org.metaabm.act.validation
 

Method parameters in org.metaabm.act.validation with type arguments of type AInput
 boolean ASinkValidator.validateInputs(org.eclipse.emf.common.util.EList<AInput> value)
           
 

Uses of AInput in org.metaabm.commands
 

Methods in org.metaabm.commands with parameters of type AInput
protected  void MultiValueCommand.createMultiValue(AInput input, int index)
           
protected  org.eclipse.emf.common.util.EList<IValue> MultiValueCommand.getMultiValues(AInput input)
           
protected  void SetSinkLabelCommand.replaceMultiValuesName(AInput input, int index)
           
 

Method parameters in org.metaabm.commands with type arguments of type AInput
protected  void MultiValueCommand.addAttributes(java.util.List<AInput> inputs, java.util.Collection<SStateValue> processedOptions)
           
 void MultiValueCommand.addAttributesCross(java.util.List<AInput> inputs, java.util.Collection<SState> states, java.util.Collection<SStateValue> optionsPath)
           
 void MultiValueCommand.addAttributesSingle(java.util.List<AInput> inputs, java.util.Collection<SState> states, java.util.Collection<SStateValue> optionsPath)
           
protected  void MultiValueCommand.clearMultiFunction(java.util.List<AInput> inputs)
           
protected  void MultiValueCommand.createMultiFunction(java.util.List<AInput> inputs)
           
 void MultiValueCommand.removeMultiFunction(java.util.List<AInput> inputs)
           
 

Constructor parameters in org.metaabm.commands with type arguments of type AInput
AddMultiValueStateCommand(org.eclipse.emf.edit.domain.EditingDomain domain, ASink sink, java.util.List<AInput> inputs, java.util.Collection<?> collection, int index)
           
RemoveMultiValueStateCommand(org.eclipse.emf.edit.domain.EditingDomain domain, ASink sink, java.util.List<AInput> inputs, java.util.Collection<?> collection, int index)
           
 

Uses of AInput in org.metaabm.provider
 

Method parameters in org.metaabm.provider with type arguments of type AInput
static java.util.Collection<?> MetaABMItemProvider.inputVals(java.util.Collection<AInput> inputs)