TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.models.internal.probekit
Interface Probekit

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ProbekitImpl

public interface Probekit
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Probekit'.

The following features are supported:

See Also:
ProbekitPackage.getProbekit()
Generated
[EMF] Model
extendedMetaData="name='probekit_._type' kind='elementOnly'"

Method Summary
 java.lang.String getFragmentAtSharedScope()
          Returns the value of the 'Fragment At Shared Scope' attribute
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 org.eclipse.emf.common.util.EList getLabel()
          Returns the value of the 'Label' containment reference list.
 org.eclipse.emf.common.util.EList getProbe()
          Returns the value of the 'Probe' containment reference list.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setFragmentAtSharedScope(java.lang.String value)
          Sets the value of the 'Fragment At Shared Scope' attribute
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute
 
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

getLabel

org.eclipse.emf.common.util.EList getLabel()
Returns the value of the 'Label' containment reference list. The list contents are of type Label.

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

Returns:
the value of the 'Label' containment reference list.
See Also:
ProbekitPackage.getProbekit_Label()
Generated
[EMF] Model
type="org.eclipse.hyades.models.internal.probekit.Label" containment="true" resolveProxies="false" extendedMetaData="kind='element' name='label' namespace='##targetNamespace'"

getProbe

org.eclipse.emf.common.util.EList getProbe()
Returns the value of the 'Probe' containment reference list. The list contents are of type Probe.

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

Returns:
the value of the 'Probe' containment reference list.
See Also:
ProbekitPackage.getProbekit_Probe()
Generated
[EMF] Model
type="org.eclipse.hyades.models.internal.probekit.Probe" containment="true" resolveProxies="false" required="true" extendedMetaData="kind='element' name='probe' namespace='##targetNamespace'"

getFragmentAtSharedScope

java.lang.String getFragmentAtSharedScope()
Returns the value of the 'Fragment At Shared Scope' attribute.

If the meaning of the 'Fragment At Shared Scope' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fragment At Shared Scope' attribute.
See Also:
setFragmentAtSharedScope(String), ProbekitPackage.getProbekit_FragmentAtSharedScope()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='element' name='fragmentAtSharedScope' namespace='##targetNamespace'"

setFragmentAtSharedScope

void setFragmentAtSharedScope(java.lang.String value)
Sets the value of the 'Fragment At Shared Scope' attribute.

Parameters:
value - the new value of the 'Fragment At Shared Scope' attribute.
See Also:
getFragmentAtSharedScope()
Generated

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), ProbekitPackage.getProbekit_Id()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), ProbekitPackage.getProbekit_Version()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='version' namespace='##targetNamespace'"

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()
Generated

TPTP 4.5.0 Platform Project
Internal API Specification