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

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 getAnnotation()
          Returns the value of the 'Annotation' containment reference list.
 org.eclipse.emf.common.util.EList getBehavior()
          Returns the value of the 'Behavior' containment reference list.
 org.eclipse.emf.common.util.EList getProperty()
          Returns the value of the 'Property' containment reference list.
 org.eclipse.emf.common.util.EList getProvidedInterface()
          Returns the value of the 'Provided Interface' containment reference list.
 org.eclipse.emf.common.util.EList 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, getInfo, getVersion, isLocked, 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 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

getProperty

org.eclipse.emf.common.util.EList 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

getProvidedInterface

org.eclipse.emf.common.util.EList 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

getAnnotation

org.eclipse.emf.common.util.EList 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

getBehavior

org.eclipse.emf.common.util.EList 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

addProvision

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

Generated from the meta-model

addRequirement

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

Generated from the meta-model

addProperty

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

Generated from the meta-model

setTopLevel

void setTopLevel(boolean topLevel)

Generated from the meta-model

addBehavior

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

Generated from the meta-model