|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InterfaceType in org.objectweb.dsrg.sofa.repository |
---|
Methods in org.objectweb.dsrg.sofa.repository that return InterfaceType | |
---|---|
InterfaceType |
RepositoryFacade.createInterfaceType(InterfaceType previous,
java.lang.String signature)
Creates new version of already existing interface type. |
InterfaceType |
RepositoryFacade.createInterfaceType(java.lang.String name,
java.lang.String signature)
Creates new interface type. |
InterfaceType |
RepositoryFacade.updateInterfaceType(java.io.File srcxmi,
InterfaceType orig)
Updates the given interface type according to info obtained from the xmi file - WARNING: it can return a different instance. |
Methods in org.objectweb.dsrg.sofa.repository that return types with arguments of type InterfaceType | |
---|---|
java.util.List<InterfaceType> |
EntitiesSet.getInterfaceTypes()
Returns list of interface types stored in this object. |
Methods in org.objectweb.dsrg.sofa.repository with parameters of type InterfaceType | |
---|---|
void |
EntitiesSet.add(InterfaceType entity)
Adds an entity to the set. |
protected DeleteDependencyCalculator.DeletingNode |
DeleteDependencyCalculator.cacheEntity(InterfaceType entity)
Goes through all the dependencies of the entity and caches it into memory of this data structure. |
boolean |
EntitiesSet.contains(InterfaceType entity)
Is the entity in the set? |
InterfaceType |
RepositoryFacade.createInterfaceType(InterfaceType previous,
java.lang.String signature)
Creates new version of already existing interface type. |
InterfaceType |
RepositoryFacade.updateInterfaceType(java.io.File srcxmi,
InterfaceType orig)
Updates the given interface type according to info obtained from the xmi file - WARNING: it can return a different instance. |
Method parameters in org.objectweb.dsrg.sofa.repository with type arguments of type InterfaceType | |
---|---|
void |
EntitiesSet.addInterfaceTypes(java.lang.Iterable<InterfaceType> entities)
Adds entities to the set. |
Uses of InterfaceType in org.objectweb.dsrg.sofa.repository.model |
---|
Methods in org.objectweb.dsrg.sofa.repository.model that return InterfaceType | |
---|---|
InterfaceType |
ModelFactory.createInterfaceType()
Returns a new object of class 'Interface Type' |
InterfaceType |
RepositoryData.createInterfaceType(InterfaceType previous,
java.lang.String signature)
|
InterfaceType |
RepositoryData.createInterfaceType(java.lang.String name,
java.lang.String signature)
|
InterfaceType |
Interface.getInterfaceType()
Returns the value of the 'Interface Type' reference |
Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type InterfaceType | |
---|---|
org.eclipse.emf.common.util.EList<InterfaceType> |
RepositoryData.getInterfaceType()
Returns the value of the 'Interface Type' containment reference list. |
Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type InterfaceType | |
---|---|
Interface |
Frame.addProvision(java.lang.String name,
InterfaceType iface,
java.lang.String comStyle,
ConnectionType conType,
boolean isCol)
|
Interface |
Frame.addRequirement(java.lang.String name,
InterfaceType iface,
java.lang.String comStyle,
ConnectionType conType,
boolean isCol)
|
InterfaceType |
RepositoryData.createInterfaceType(InterfaceType previous,
java.lang.String signature)
|
void |
Interface.setInterfaceType(InterfaceType value)
Sets the value of the ' Interface Type ' reference |
Uses of InterfaceType in org.objectweb.dsrg.sofa.repository.model.impl |
---|
Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement InterfaceType | |
---|---|
class |
InterfaceTypeImpl
An implementation of the model object 'Interface Type' |
Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as InterfaceType | |
---|---|
protected InterfaceType |
InterfaceImpl.interfaceType
The cached value of the ' Interface Type ' reference |
Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type InterfaceType | |
---|---|
protected org.eclipse.emf.common.util.EList<InterfaceType> |
RepositoryDataImpl.interfaceType
The cached value of the ' Interface Type ' containment reference list |
Methods in org.objectweb.dsrg.sofa.repository.model.impl that return InterfaceType | |
---|---|
InterfaceType |
InterfaceImpl.basicGetInterfaceType()
|
InterfaceType |
ModelFactoryImpl.createInterfaceType()
|
InterfaceType |
RepositoryDataImpl.createInterfaceType(InterfaceType previous,
java.lang.String signature)
|
InterfaceType |
RepositoryDataImpl.createInterfaceType(java.lang.String name,
java.lang.String signature)
|
InterfaceType |
InterfaceImpl.getInterfaceType()
|
Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type InterfaceType | |
---|---|
org.eclipse.emf.common.util.EList<InterfaceType> |
RepositoryDataImpl.getInterfaceType()
|
Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type InterfaceType | |
---|---|
Interface |
FrameImpl.addProvision(java.lang.String name,
InterfaceType iface,
java.lang.String comStyle,
ConnectionType conType,
boolean isCol)
|
Interface |
FrameImpl.addRequirement(java.lang.String name,
InterfaceType iface,
java.lang.String comStyle,
ConnectionType conType,
boolean isCol)
|
InterfaceType |
RepositoryDataImpl.createInterfaceType(InterfaceType previous,
java.lang.String signature)
|
void |
InterfaceImpl.setInterfaceType(InterfaceType newInterfaceType)
|
Uses of InterfaceType in org.objectweb.dsrg.sofa.repository.model.util |
---|
Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type InterfaceType | |
---|---|
T |
ModelSwitch.caseInterfaceType(InterfaceType object)
Returns the result of interpreting the object as an instance of 'Interface Type' |
Uses of InterfaceType in org.objectweb.dsrg.sofa.util |
---|
Methods in org.objectweb.dsrg.sofa.util with parameters of type InterfaceType | |
---|---|
static EntitiesSet |
DependencyCalculator.seekDependencies(InterfaceType entity,
DependencyCalculator.SearchMode searchMode)
When cloning an entity, use this method to determine, which entities need also be cloned. |
static EntitiesSet |
DependencyCalculator.seekDependencies(InterfaceType entity,
EntitiesSet dl,
DependencyCalculator.SearchMode searchMode)
When cloning an entity, use this method to determine, which entities need also be cloned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |