org.objectweb.dsrg.sofa.repository.model
Interface Frame

All Superinterfaces:
org.eclipse.emf.ecore.EObject, NamedEntity, org.eclipse.emf.common.notify.Notifier, VersionedEntity
All Known Implementing Classes:
FrameImpl

public interface Frame
extends VersionedEntity

A representation of the model object 'Frame'.

The following features are supported:

See Also:
ModelPackage.getFrame()
Generated from the meta-model
Part of the meta-model

Method Summary
 Info addBehavior(java.lang.String name, java.lang.String value)
           
 Property addProperty(java.lang.String name, java.lang.String type)
           
 Interface addProvision(java.lang.String name, InterfaceType iface, java.lang.String comStyle, ConnectionType conType, boolean isCol)
           
 Interface addRequirement(java.lang.String name, InterfaceType iface, java.lang.String comStyle, ConnectionType conType, boolean isCol)
           
 org.eclipse.emf.common.util.EList<Annotation> getAnnotation()
          Returns the value of the 'Annotation' containment reference list.
 org.eclipse.emf.common.util.EList<Info> getBehavior()
          Returns the value of the 'Behavior' containment reference list.
 org.eclipse.emf.common.util.EList<Property> getProperty()
          Returns the value of the 'Property' containment reference list.
 org.eclipse.emf.common.util.EList<Interface> getProvidedInterface()
          Returns the value of the 'Provided Interface' containment reference list.
 org.eclipse.emf.common.util.EList<Interface> getRequiredInterface()
          Returns the value of the 'Required Interface' containment reference list.
 void setTopLevel(boolean topLevel)
           
 
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.VersionedEntity
addInfo, addTag, getInfo, getVersion, isLocked, removeTag, setLocked, setVersion
 
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.NamedEntity
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRequiredInterface

org.eclipse.emf.common.util.EList<Interface> getRequiredInterface()
Returns the value of the 'Required Interface' containment reference list. The list contents are of type Interface.

If the meaning of the 'Required Interface' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Required Interface' containment reference list.
See Also:
ModelPackage.getFrame_RequiredInterface()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

getProperty

org.eclipse.emf.common.util.EList<Property> getProperty()
Returns the value of the 'Property' containment reference list. The list contents are of type Property.

If the meaning of the 'Property' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property' containment reference list.
See Also:
ModelPackage.getFrame_Property()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

getProvidedInterface

org.eclipse.emf.common.util.EList<Interface> getProvidedInterface()
Returns the value of the 'Provided Interface' containment reference list. The list contents are of type Interface.

If the meaning of the 'Provided Interface' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Provided Interface' containment reference list.
See Also:
ModelPackage.getFrame_ProvidedInterface()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

getAnnotation

org.eclipse.emf.common.util.EList<Annotation> getAnnotation()
Returns the value of the 'Annotation' containment reference list. The list contents are of type Annotation.

If the meaning of the 'Annotation' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Annotation' containment reference list.
See Also:
ModelPackage.getFrame_Annotation()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

getBehavior

org.eclipse.emf.common.util.EList<Info> getBehavior()
Returns the value of the 'Behavior' containment reference list. The list contents are of type Info.

If the meaning of the 'Behavior' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Behavior' containment reference list.
See Also:
ModelPackage.getFrame_Behavior()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

addProvision

Interface addProvision(java.lang.String name,
                       InterfaceType iface,
                       java.lang.String comStyle,
                       ConnectionType conType,
                       boolean isCol)

Generated from the meta-model
Part of the meta-model
annotation="http://www.eclipse.org/emf/2002/GenModel body='return XFrameImplMethods.addProvision(this, name, iface, comStyle, conType, isCol);'"

addRequirement

Interface addRequirement(java.lang.String name,
                         InterfaceType iface,
                         java.lang.String comStyle,
                         ConnectionType conType,
                         boolean isCol)

Generated from the meta-model
Part of the meta-model
annotation="http://www.eclipse.org/emf/2002/GenModel body='return XFrameImplMethods.addRequirement(this, name, iface, comStyle, conType, isCol);'"

addProperty

Property addProperty(java.lang.String name,
                     java.lang.String type)

Generated from the meta-model
Part of the meta-model
annotation="http://www.eclipse.org/emf/2002/GenModel body='return XFrameImplMethods.addProperty(this, name, type);'"

setTopLevel

void setTopLevel(boolean topLevel)

Generated from the meta-model
Part of the meta-model
annotation="http://www.eclipse.org/emf/2002/GenModel body='XFrameImplMethods.setTopLevel(this, topLevel);'"

addBehavior

Info addBehavior(java.lang.String name,
                 java.lang.String value)

Generated from the meta-model
Part of the meta-model
annotation="http://www.eclipse.org/emf/2002/GenModel body='return XFrameImplMethods.addBehavior(this, name, value);'"