Uses of Interface
org.metaabm.act.ALiteral

Packages that use ALiteral
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.util   
org.metaabm.act.validation   
 

Uses of ALiteral in org.metaabm.act
 

Subinterfaces of ALiteral in org.metaabm.act
 interface AMultiValue
          A representation of the model object ' AMulti Value'.
 

Methods in org.metaabm.act that return ALiteral
 ALiteral MetaABMActFactory.createALiteral()
          Returns a new object of class 'ALiteral'.
 ALiteral AInput.getLiteral()
          Returns the value of the 'Literal' containment reference.
 

Methods in org.metaabm.act with parameters of type ALiteral
 void AInput.setLiteral(ALiteral value)
          Sets the value of the 'Literal' containment reference.
 

Uses of ALiteral in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement ALiteral
 class ALiteralImpl
           
 class AMultiValueImpl
           
 

Fields in org.metaabm.act.impl declared as ALiteral
protected  ALiteral AInputImpl.literal
          The cached value of the 'Literal' containment reference.
 

Methods in org.metaabm.act.impl that return ALiteral
 ALiteral MetaABMActFactoryImpl.createALiteral()
           
 ALiteral AInputImpl.getLiteral()
           
 

Methods in org.metaabm.act.impl with parameters of type ALiteral
 org.eclipse.emf.common.notify.NotificationChain AInputImpl.basicSetLiteral(ALiteral newLiteral, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AInputImpl.setLiteral(ALiteral newLiteral)
           
 

Uses of ALiteral in org.metaabm.act.util
 

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

Uses of ALiteral in org.metaabm.act.validation
 

Methods in org.metaabm.act.validation with parameters of type ALiteral
 boolean AInputValidator.validateLiteral(ALiteral value)