org.ptolemy.moml
Interface ModelType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ModelTypeImpl

public interface ModelType
extends EObject

A representation of the model object 'Model Type'.

The following features are supported:

See Also:
MomlPackage.getModelType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='model_._type'
kind='elementOnly'"

Method Summary
 EList<ClassType> getClass_()
          Returns the value of the 'Class' containment reference list.
 String getClass1()
          Returns the value of the 'Class1' attribute.
 EList<ConfigureType> getConfigure()
          Returns the value of the 'Configure' containment reference list.
 EList<DeleteEntityType> getDeleteEntity()
          Returns the value of the 'Delete Entity' containment reference list.
 EList<DeletePortType> getDeletePort()
          Returns the value of the 'Delete Port' containment reference list.
 EList<DeleteRelationType> getDeleteRelation()
          Returns the value of the 'Delete Relation' containment reference list.
 EList<DirectorType> getDirector()
          Returns the value of the 'Director' containment reference list.
 EList<DocType> getDoc()
          Returns the value of the 'Doc' containment reference list.
 EList<EntityType> getEntity()
          Returns the value of the 'Entity' containment reference list.
 FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 EList<GroupType> getGroup1()
          Returns the value of the 'Group1' containment reference list.
 EList<ImportType> getImport()
          Returns the value of the 'Import' containment reference list.
 EList<InputType> getInput()
          Returns the value of the 'Input' containment reference list.
 EList<LinkType> getLink()
          Returns the value of the 'Link' containment reference list.
 String getName()
          Returns the value of the 'Name' attribute.
 EList<PropertyType> getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<RelationType> getRelation()
          Returns the value of the 'Relation' containment reference list.
 EList<RenameType> getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenditionType> getRendition()
          Returns the value of the 'Rendition' containment reference list.
 EList<UnlinkType> getUnlink()
          Returns the value of the 'Unlink' containment reference list.
 void setClass1(String value)
          Sets the value of the 'Class1' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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
 

Method Detail

getGroup

FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Group' attribute list.
See Also:
MomlPackage.getModelType_Group()
Generated:
This code was automatically generated.
Model element:
unique=false
dataType=org.eclipse.emf.ecore.EFeatureMapEntry
many=true
extendedMetaData="kind='group'
name='group:0'"

getClass_

EList<ClassType> getClass_()
Returns the value of the 'Class' containment reference list. The list contents are of type ClassType.

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

Returns:
the value of the 'Class' containment reference list.
See Also:
MomlPackage.getModelType_Class()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='class'
namespace='##targetNamespace'
group='group:0'"

getConfigure

EList<ConfigureType> getConfigure()
Returns the value of the 'Configure' containment reference list. The list contents are of type ConfigureType.

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

Returns:
the value of the 'Configure' containment reference list.
See Also:
MomlPackage.getModelType_Configure()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='configure'
namespace='##targetNamespace'
group='group:0'"

getDeleteEntity

EList<DeleteEntityType> getDeleteEntity()
Returns the value of the 'Delete Entity' containment reference list. The list contents are of type DeleteEntityType.

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

Returns:
the value of the 'Delete Entity' containment reference list.
See Also:
MomlPackage.getModelType_DeleteEntity()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='deleteEntity'
namespace='##targetNamespace'
group='group:0'"

getDeletePort

EList<DeletePortType> getDeletePort()
Returns the value of the 'Delete Port' containment reference list. The list contents are of type DeletePortType.

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

Returns:
the value of the 'Delete Port' containment reference list.
See Also:
MomlPackage.getModelType_DeletePort()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='deletePort'
namespace='##targetNamespace'
group='group:0'"

getDeleteRelation

EList<DeleteRelationType> getDeleteRelation()
Returns the value of the 'Delete Relation' containment reference list. The list contents are of type DeleteRelationType.

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

Returns:
the value of the 'Delete Relation' containment reference list.
See Also:
MomlPackage.getModelType_DeleteRelation()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='deleteRelation'
namespace='##targetNamespace'
group='group:0'"

getDirector

EList<DirectorType> getDirector()
Returns the value of the 'Director' containment reference list. The list contents are of type DirectorType.

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

Returns:
the value of the 'Director' containment reference list.
See Also:
MomlPackage.getModelType_Director()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='director'
namespace='##targetNamespace'
group='group:0'"

getDoc

EList<DocType> getDoc()
Returns the value of the 'Doc' containment reference list. The list contents are of type DocType.

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

Returns:
the value of the 'Doc' containment reference list.
See Also:
MomlPackage.getModelType_Doc()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='doc'
namespace='##targetNamespace'
group='group:0'"

getEntity

EList<EntityType> getEntity()
Returns the value of the 'Entity' containment reference list. The list contents are of type EntityType.

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

Returns:
the value of the 'Entity' containment reference list.
See Also:
MomlPackage.getModelType_Entity()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='entity'
namespace='##targetNamespace'
group='group:0'"

getGroup1

EList<GroupType> getGroup1()
Returns the value of the 'Group1' containment reference list. The list contents are of type GroupType.

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

Returns:
the value of the 'Group1' containment reference list.
See Also:
MomlPackage.getModelType_Group1()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='group'
namespace='##targetNamespace'
group='group:0'"

getImport

EList<ImportType> getImport()
Returns the value of the 'Import' containment reference list. The list contents are of type ImportType.

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

Returns:
the value of the 'Import' containment reference list.
See Also:
MomlPackage.getModelType_Import()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='import'
namespace='##targetNamespace'
group='group:0'"

getInput

EList<InputType> getInput()
Returns the value of the 'Input' containment reference list. The list contents are of type InputType.

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

Returns:
the value of the 'Input' containment reference list.
See Also:
MomlPackage.getModelType_Input()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='input'
namespace='##targetNamespace'
group='group:0'"

getLink

EList<LinkType> getLink()
Returns the value of the 'Link' containment reference list. The list contents are of type LinkType.

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

Returns:
the value of the 'Link' containment reference list.
See Also:
MomlPackage.getModelType_Link()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='link'
namespace='##targetNamespace'
group='group:0'"

getProperty

EList<PropertyType> getProperty()
Returns the value of the 'Property' containment reference list. The list contents are of type PropertyType.

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:
MomlPackage.getModelType_Property()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='property'
namespace='##targetNamespace'
group='group:0'"

getRelation

EList<RelationType> getRelation()
Returns the value of the 'Relation' containment reference list. The list contents are of type RelationType.

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

Returns:
the value of the 'Relation' containment reference list.
See Also:
MomlPackage.getModelType_Relation()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='relation'
namespace='##targetNamespace'
group='group:0'"

getRename

EList<RenameType> getRename()
Returns the value of the 'Rename' containment reference list. The list contents are of type RenameType.

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

Returns:
the value of the 'Rename' containment reference list.
See Also:
MomlPackage.getModelType_Rename()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='rename'
namespace='##targetNamespace'
group='group:0'"

getRendition

EList<RenditionType> getRendition()
Returns the value of the 'Rendition' containment reference list. The list contents are of type RenditionType.

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

Returns:
the value of the 'Rendition' containment reference list.
See Also:
MomlPackage.getModelType_Rendition()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='rendition'
namespace='##targetNamespace'
group='group:0'"

getUnlink

EList<UnlinkType> getUnlink()
Returns the value of the 'Unlink' containment reference list. The list contents are of type UnlinkType.

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

Returns:
the value of the 'Unlink' containment reference list.
See Also:
MomlPackage.getModelType_Unlink()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='unlink'
namespace='##targetNamespace'
group='group:0'"

getClass1

String getClass1()
Returns the value of the 'Class1' attribute.

If the meaning of the 'Class1' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Class1' attribute.
See Also:
setClass1(String), MomlPackage.getModelType_Class1()
Generated:
This code was automatically generated.
Model element:
extendedMetaData="kind='attribute'
name='class'
namespace='##targetNamespace'"

setClass1

void setClass1(String value)
Sets the value of the 'Class1' attribute.

Parameters:
value - the new value of the 'Class1' attribute.
See Also:
getClass1()
Generated:
This code was automatically generated.

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), MomlPackage.getModelType_Name()
Generated:
This code was automatically generated.
Model element:
required=true
extendedMetaData="kind='attribute'
name='name'
namespace='##targetNamespace'"

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:
This code was automatically generated.