Uses of Interface
org.metaabm.SImplemented

Packages that use SImplemented
org.metaabm   
org.metaabm.function   
org.metaabm.function.impl   
org.metaabm.function.util   
org.metaabm.impl   
org.metaabm.provider   
org.metaabm.util   
org.metaabm.validation   
 

Uses of SImplemented in org.metaabm
 

Subinterfaces of SImplemented in org.metaabm
 interface SAgent
          A representation of the model object ' SAgent'.
 interface SContext
          A representation of the model object ' SContext'.
 interface SStyle
          A representation of the model object ' SStyle'.
 interface SStyle2D
          A representation of the model object ' SStyle2 D'.
 interface SStyle3D
          A representation of the model object ' SStyle3 D'.
 interface SStyleShape
          A representation of the model object 'SStyle Shape'.
 

Methods in org.metaabm that return SImplemented
 SImplemented SImplemented.getParent()
          Returns the value of the 'Parent' reference.
 SImplemented SImplementation.getTarget()
          Returns the value of the 'Target' container reference.
 

Methods in org.metaabm with parameters of type SImplemented
 void SImplementation.setTarget(SImplemented value)
          Sets the value of the 'Target' container reference.
 

Uses of SImplemented in org.metaabm.function
 

Subinterfaces of SImplemented in org.metaabm.function
 interface FImplementedLibrary
          A representation of the model object ' FImplemented Library'.
 

Uses of SImplemented in org.metaabm.function.impl
 

Classes in org.metaabm.function.impl that implement SImplemented
 class FImplementedLibraryImpl
           
 

Uses of SImplemented in org.metaabm.function.util
 

Methods in org.metaabm.function.util with parameters of type SImplemented
 T MetaABMFunctionSwitch.caseSImplemented(SImplemented object)
          Returns the result of interpreting the object as an instance of 'SImplemented'.
 

Uses of SImplemented in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SImplemented
 class SAgentImpl
          An implementation of the model object ' SAgent'.
 class SContextImpl
          An implementation of the model object ' SContext'.
 class SImplementedImpl
          An implementation of the model object ' SImplemented'.
 class SStyle2DImpl
          An implementation of the model object ' SStyle2 D'.
 class SStyle3DImpl
          An implementation of the model object ' SStyle3 D'.
 class SStyleImpl
          An implementation of the model object ' SStyle'.
 class SStyleShapeImpl
          An implementation of the model object 'SStyle Shape'.
 

Methods in org.metaabm.impl that return SImplemented
 SImplemented SStyleImpl.basicGetParent()
           
 SImplemented SStyle2DImpl.basicGetParent()
           
 SImplemented SImplementedImpl.basicGetParent()
           
 SImplemented SAgentImpl.basicGetParent()
           
 SImplemented SStyleImpl.getParent()
           
 SImplemented SImplementedImpl.getParent()
           
 SImplemented SImplementationImpl.getTarget()
           
 

Methods in org.metaabm.impl with parameters of type SImplemented
 org.eclipse.emf.common.notify.NotificationChain SImplementationImpl.basicSetTarget(SImplemented newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SImplementationImpl.setTarget(SImplemented newTarget)
           
 

Uses of SImplemented in org.metaabm.provider
 

Methods in org.metaabm.provider with parameters of type SImplemented
static void SImplementedItemProvider.addImplementationAsProperties(SImplemented implemented, org.eclipse.emf.edit.provider.ItemProviderAdapter adapter)
           
 

Uses of SImplemented in org.metaabm.util
 

Methods in org.metaabm.util with parameters of type SImplemented
 T MetaABMSwitch.caseSImplemented(SImplemented object)
          Returns the result of interpreting the object as an instance of 'SImplemented'.
 

Uses of SImplemented in org.metaabm.validation
 

Methods in org.metaabm.validation with parameters of type SImplemented
 boolean SImplementedValidator.validateParent(SImplemented value)
           
 boolean SImplementationValidator.validateTarget(SImplemented value)