Uses of Interface
org.opencrx.kernel.ras1.cci.Model

Packages that use Model
org.opencrx.kernel.ras1.cci   
 

Uses of Model in org.opencrx.kernel.ras1.cci
 

Subinterfaces of Model in org.opencrx.kernel.ras1.cci
 interface DesignModel
           
 interface RequirementModel
           
 interface TestModel
           
 

Classes in org.opencrx.kernel.ras1.cci that implement Model
 class DesignModelImpl
           
 class ModelImpl
           
 class RequirementModelImpl
           
 class TestModelImpl
           
 

Methods in org.opencrx.kernel.ras1.cci that return Model
 Model TestModelImpl.getRelatedModel()
           
 Model RequirementModelImpl.getRelatedModel()
           
 Model ModelImpl.getRelatedModel()
           
 Model Model.getRelatedModel()
          Retrieves the value for the optional reference relatedModel.
 Model DesignModelImpl.getRelatedModel()
           
 

Methods in org.opencrx.kernel.ras1.cci with parameters of type Model
 TestModel TestModelClassImpl.extendModel(Model _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
           
 TestModel TestModelClass.extendModel(Model _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class TestModel based on the superclass Model and all required attributes not included in this superclass.
 RequirementModel RequirementModelClassImpl.extendModel(Model _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
           
 RequirementModel RequirementModelClass.extendModel(Model _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class RequirementModel based on the superclass Model and all required attributes not included in this superclass.
 DesignModel DesignModelClassImpl.extendModel(Model _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
           
 DesignModel DesignModelClass.extendModel(Model _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass Model and all required attributes not included in this superclass.
 void TestModelFilterImpl.forAllRelatedModel(short operator, Model[] filterValues)
           
 void RequirementModelFilterImpl.forAllRelatedModel(short operator, Model[] filterValues)
           
 void ModelFilterImpl.forAllRelatedModel(short operator, Model[] filterValues)
           
 void ModelFilter.forAllRelatedModel(short operator, Model[] filterValues)
           
 void DesignModelFilterImpl.forAllRelatedModel(short operator, Model[] filterValues)
           
 void TestModelImpl.setRelatedModel(Model newValue)
           
 void RequirementModelImpl.setRelatedModel(Model newValue)
           
 void ModelImpl.setRelatedModel(Model newValue)
           
 void Model.setRelatedModel(Model newValue)
          Sets a new value for the reference relatedModel.
 void DesignModelImpl.setRelatedModel(Model newValue)
           
 void TestModelFilterImpl.thereExistsRelatedModel(short operator, Model[] filterValues)
           
 void RequirementModelFilterImpl.thereExistsRelatedModel(short operator, Model[] filterValues)
           
 void ModelFilterImpl.thereExistsRelatedModel(short operator, Model[] filterValues)
           
 void ModelFilter.thereExistsRelatedModel(short operator, Model[] filterValues)
           
 void DesignModelFilterImpl.thereExistsRelatedModel(short operator, Model[] filterValues)
           
 



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.