de.cau.cs.kieler.kaom
Interface Entity

All Superinterfaces:
Annotatable, EObject, Linkable, NamedObject, Notifier
All Known Implementing Classes:
EntityImpl

public interface Entity
extends NamedObject, Linkable

A representation of the model object 'Entity'.

The following features are supported:

See Also:
KaomPackage.getEntity()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<Entity> getChildEntities()
          Returns the value of the 'Child Entities' containment reference list.
 EList<Link> getChildLinks()
          Returns the value of the 'Child Links' containment reference list.
 EList<Port> getChildPorts()
          Returns the value of the 'Child Ports' containment reference list.
 EList<Relation> getChildRelations()
          Returns the value of the 'Child Relations' containment reference list.
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.NamedObject
getName, setName
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.Annotatable
getAllAnnotations, getAnnotation, getAnnotations, removeAllAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface de.cau.cs.kieler.kaom.Linkable
getId, getIncomingLinks, getOutgoingLinks, setId
 

Method Detail

getChildEntities

EList<Entity> getChildEntities()
Returns the value of the 'Child Entities' containment reference list. The list contents are of type Entity.

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

Returns:
the value of the 'Child Entities' containment reference list.
See Also:
KaomPackage.getEntity_ChildEntities()
Generated:
This code was automatically generated.
Model element:
containment=true

getChildLinks

EList<Link> getChildLinks()
Returns the value of the 'Child Links' containment reference list. The list contents are of type Link.

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

Returns:
the value of the 'Child Links' containment reference list.
See Also:
KaomPackage.getEntity_ChildLinks()
Generated:
This code was automatically generated.
Model element:
containment=true

getChildPorts

EList<Port> getChildPorts()
Returns the value of the 'Child Ports' containment reference list. The list contents are of type Port.

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

Returns:
the value of the 'Child Ports' containment reference list.
See Also:
KaomPackage.getEntity_ChildPorts()
Generated:
This code was automatically generated.
Model element:
containment=true

getChildRelations

EList<Relation> getChildRelations()
Returns the value of the 'Child Relations' containment reference list. The list contents are of type Relation.

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

Returns:
the value of the 'Child Relations' containment reference list.
See Also:
KaomPackage.getEntity_ChildRelations()
Generated:
This code was automatically generated.
Model element:
containment=true