Uses of Interface
org.metaabm.SImplementation

Packages that use SImplementation
org.metaabm   
org.metaabm.impl   
org.metaabm.util   
org.metaabm.validation   
 

Uses of SImplementation in org.metaabm
 

Methods in org.metaabm that return SImplementation
 SImplementation MetaABMFactory.createSImplementation()
          Returns a new object of class 'SImplementation'.
 SImplementation SImplemented.getImplementation()
          Returns the value of the 'Implementation' containment reference.
 

Methods in org.metaabm with parameters of type SImplementation
 void SImplemented.setImplementation(SImplementation value)
          Sets the value of the 'Implementation' containment reference.
 

Uses of SImplementation in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SImplementation
 class SImplementationImpl
           
 

Methods in org.metaabm.impl that return SImplementation
 SImplementation MetaABMFactoryImpl.createSImplementation()
           
 SImplementation SStyleImpl.getImplementation()
           
 SImplementation SImplementedImpl.getImplementation()
           
 SImplementation SAgentImpl.getImplementation()
           
 

Methods in org.metaabm.impl with parameters of type SImplementation
 org.eclipse.emf.common.notify.NotificationChain SStyleImpl.basicSetImplementation(SImplementation newImplementation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SImplementedImpl.basicSetImplementation(SImplementation newImplementation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SAgentImpl.basicSetImplementation(SImplementation newImplementation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SStyleImpl.setImplementation(SImplementation newImplementation)
           
 void SImplementedImpl.setImplementation(SImplementation newImplementation)
           
 void SAgentImpl.setImplementation(SImplementation newImplementation)
           
 

Uses of SImplementation in org.metaabm.util
 

Methods in org.metaabm.util with parameters of type SImplementation
 java.lang.String Derivable.baseValue(SImplementation object)
           
 T MetaABMSwitch.caseSImplementation(SImplementation object)
          Returns the result of interpreting the object as an instance of 'SImplementation'.
 

Uses of SImplementation in org.metaabm.validation
 

Methods in org.metaabm.validation with parameters of type SImplementation
 boolean SImplementedValidator.validateImplementation(SImplementation value)