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
           
 

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
 

Method parameters in org.metaabm.commands with type arguments of type AInput
 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)
           
 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)