SAM

org.topcased.sam
Interface IdentifiedItem

All Superinterfaces:
EModelElement, EObject, Notifier
All Known Subinterfaces:
AbstractState, Automaton, Composition, ControlFlow, ControlPort, DataFlow, DataPort, DataStore, Decomposition, Flow, InControlPort, InDataPort, InitialState, InputPort, MacroState, ModelContent, MultiPort, NamedItem, OutControlPort, OutDataPort, OutputPort, Port, State, SynchronisationGate, System, Transition
All Known Implementing Classes:
AbstractStateImpl, AutomatonImpl, CompositionImpl, ControlFlowImpl, ControlPortImpl, DataFlowImpl, DataPortImpl, DataStoreImpl, DecompositionImpl, FlowImpl, IdentifiedItemImpl, InControlPortImpl, InDataPortImpl, InitialStateImpl, InputPortImpl, MacroStateImpl, ModelContentImpl, MultiPortImpl, NamedItemImpl, OutControlPortImpl, OutDataPortImpl, OutputPortImpl, PortImpl, StateImpl, SynchronisationGateImpl, SystemImpl, TransitionImpl

public interface IdentifiedItem
extends EModelElement

A representation of the model object 'Identified Item'. This abstract class represent any item that is unique, so possesses a unique identifier. Each of these items can be commented ou have requirements.

The following features are supported:

See Also:
SAMPackage.getIdentifiedItem()
** Generated **
Model:
abstract="true"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getComment()
          Returns the value of the 'Comment' attribute
 java.lang.String getRequirements()
          Returns the value of the 'Requirements' attribute
 void setComment(java.lang.String value)
          Sets the value of the 'Comment' attribute.
 void setRequirements(java.lang.String value)
          Sets the value of the 'Requirements' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getComment

java.lang.String getComment()
Returns the value of the 'Comment' attribute.

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

Returns:
the value of the 'Comment' attribute.
See Also:
setComment(String), SAMPackage.getIdentifiedItem_Comment()
** Generated **
Model:

setComment

void setComment(java.lang.String value)
Sets the value of the 'Comment' attribute.

Parameters:
value - the new value of the 'Comment' attribute.
See Also:
getComment()
** Generated **

getRequirements

java.lang.String getRequirements()
Returns the value of the 'Requirements' attribute.

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

Returns:
the value of the 'Requirements' attribute.
See Also:
setRequirements(String), SAMPackage.getIdentifiedItem_Requirements()
** Generated **
Model:

setRequirements

void setRequirements(java.lang.String value)
Sets the value of the 'Requirements' attribute.

Parameters:
value - the new value of the 'Requirements' attribute.
See Also:
getRequirements()
** Generated **

SAM

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.