|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceType | |
---|---|
org.objectweb.dsrg.sofa.repository | |
org.objectweb.dsrg.sofa.repository.model | |
org.objectweb.dsrg.sofa.repository.model.impl | |
org.objectweb.dsrg.sofa.repository.model.util |
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 with parameters of type InterfaceType | |
---|---|
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. |
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 that return types with arguments of type InterfaceType | |
---|---|
java.util.List<InterfaceType> |
DependencyWalker.DependencyList.getInterfaceTypes()
|
Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type InterfaceType | |
---|---|
void |
DependencyWalker.DependencyList.add(InterfaceType entity)
|
T |
ModelSwitch.caseInterfaceType(InterfaceType object)
Returns the result of interpreting the object as an instance of 'Interface Type'. |
boolean |
DependencyWalker.DependencyList.contains(InterfaceType entity)
|
DependencyWalker.DependencyList |
DependencyWalker.seekDependencies(InterfaceType entity,
DependencyWalker.DependencyListMode listMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |