Uses of Interface
org.metaabm.IArtifact

Packages that use IArtifact
org.metaabm   
org.metaabm.function   
org.metaabm.function.impl   
org.metaabm.function.util   
org.metaabm.impl   
org.metaabm.util   
org.metaabm.validation   
 

Uses of IArtifact in org.metaabm
 

Subinterfaces of IArtifact in org.metaabm
 interface SImport
          A representation of the model object 'SImport'.
 

Methods in org.metaabm that return types with arguments of type IArtifact
 org.eclipse.emf.common.util.EList<IArtifact> SContext.getLibrary()
          Returns the value of the 'Library' containment reference list.
 

Uses of IArtifact in org.metaabm.function
 

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

Uses of IArtifact in org.metaabm.function.impl
 

Classes in org.metaabm.function.impl that implement IArtifact
 class FImplementedLibraryImpl
           
 class FLibraryImpl
           
 

Uses of IArtifact in org.metaabm.function.util
 

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

Uses of IArtifact in org.metaabm.impl
 

Fields in org.metaabm.impl with type parameters of type IArtifact
protected  org.eclipse.emf.common.util.EList<IArtifact> SContextImpl.library
          The cached value of the 'Library' containment reference list.
 

Methods in org.metaabm.impl that return types with arguments of type IArtifact
 org.eclipse.emf.common.util.EList<IArtifact> SContextImpl.getLibrary()
           
 

Uses of IArtifact in org.metaabm.util
 

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

Uses of IArtifact in org.metaabm.validation
 

Method parameters in org.metaabm.validation with type arguments of type IArtifact
 boolean SContextValidator.validateLibrary(org.eclipse.emf.common.util.EList<IArtifact> value)