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
           
 interface SContext
           
 interface SStyle
           
 interface SStyle2D
           
 interface SStyle3D
           
 interface SStyleShape
           
 

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
           
 

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
           
 class SContextImpl
           
 class SImplementedImpl
           
 class SStyle2DImpl
           
 class SStyle3DImpl
           
 class SStyleImpl
           
 class SStyleShapeImpl
           
 

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)