org.ptolemy.moml
Interface UnlinkType

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

public interface UnlinkType
extends EObject

A representation of the model object 'Unlink Type'.

The following features are supported:

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

Method Summary
 String getIndex()
          Returns the value of the 'Index' attribute.
 String getInsideIndex()
          Returns the value of the 'Inside Index' attribute.
 String getPort()
          Returns the value of the 'Port' attribute.
 String getRelation()
          Returns the value of the 'Relation' attribute.
 String getRelation1()
          Returns the value of the 'Relation1' attribute.
 String getRelation2()
          Returns the value of the 'Relation2' attribute.
 void setIndex(String value)
          Sets the value of the 'Index' attribute.
 void setInsideIndex(String value)
          Sets the value of the 'Inside Index' attribute.
 void setPort(String value)
          Sets the value of the 'Port' attribute.
 void setRelation(String value)
          Sets the value of the 'Relation' attribute.
 void setRelation1(String value)
          Sets the value of the 'Relation1' attribute.
 void setRelation2(String value)
          Sets the value of the 'Relation2' 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

getIndex

String getIndex()
Returns the value of the 'Index' attribute.

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

Returns:
the value of the 'Index' attribute.
See Also:
setIndex(String), MomlPackage.getUnlinkType_Index()
Generated:
This code was automatically generated.
Model element:
extendedMetaData="kind='attribute'
name='index'
namespace='##targetNamespace'"

setIndex

void setIndex(String value)
Sets the value of the 'Index' attribute.

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

getInsideIndex

String getInsideIndex()
Returns the value of the 'Inside Index' attribute.

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

Returns:
the value of the 'Inside Index' attribute.
See Also:
setInsideIndex(String), MomlPackage.getUnlinkType_InsideIndex()
Generated:
This code was automatically generated.
Model element:
extendedMetaData="kind='attribute'
name='insideIndex'
namespace='##targetNamespace'"

setInsideIndex

void setInsideIndex(String value)
Sets the value of the 'Inside Index' attribute.

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

getPort

String getPort()
Returns the value of the 'Port' attribute.

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

Returns:
the value of the 'Port' attribute.
See Also:
setPort(String), MomlPackage.getUnlinkType_Port()
Generated:
This code was automatically generated.
Model element:
extendedMetaData="kind='attribute'
name='port'
namespace='##targetNamespace'"

setPort

void setPort(String value)
Sets the value of the 'Port' attribute.

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

getRelation

String getRelation()
Returns the value of the 'Relation' attribute.

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

Returns:
the value of the 'Relation' attribute.
See Also:
setRelation(String), MomlPackage.getUnlinkType_Relation()
Generated:
This code was automatically generated.
Model element:
extendedMetaData="kind='attribute'
name='relation'
namespace='##targetNamespace'"

setRelation

void setRelation(String value)
Sets the value of the 'Relation' attribute.

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

getRelation1

String getRelation1()
Returns the value of the 'Relation1' attribute.

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

Returns:
the value of the 'Relation1' attribute.
See Also:
setRelation1(String), MomlPackage.getUnlinkType_Relation1()
Generated:
This code was automatically generated.
Model element:
extendedMetaData="kind='attribute'
name='relation1'
namespace='##targetNamespace'"

setRelation1

void setRelation1(String value)
Sets the value of the 'Relation1' attribute.

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

getRelation2

String getRelation2()
Returns the value of the 'Relation2' attribute.

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

Returns:
the value of the 'Relation2' attribute.
See Also:
setRelation2(String), MomlPackage.getUnlinkType_Relation2()
Generated:
This code was automatically generated.
Model element:
extendedMetaData="kind='attribute'
name='relation2'
namespace='##targetNamespace'"

setRelation2

void setRelation2(String value)
Sets the value of the 'Relation2' attribute.

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