TPTP 4.3.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.monitoring.managedagent.provisional.model
Interface ModelPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier

public interface ModelPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ModelFactory
Generated
[EMF] Model
kind="package"

Nested Class Summary
static interface ModelPackage.Literals
           Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes inherited from class org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int CONNECTION_PROPERTY
          The meta object id for the 'Connection Property' class
static int CONNECTION_PROPERTY__PROP_NAME
          The feature id for the 'Prop Name' attribute
static int CONNECTION_PROPERTY__PROP_VALUE
          The feature id for the 'Prop Value' attribute
static int CONNECTION_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'Connection Property' class
static java.lang.String copyright
           
static ModelPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int MANAGED_RESOURCE
          The meta object id for the 'Managed Resource' class
static int MANAGED_RESOURCE__CONNECTION_PROPERTIES
          The feature id for the 'Connection Properties' reference list
static int MANAGED_RESOURCE__ID
          The feature id for the 'Id' attribute
static int MANAGED_RESOURCE__MEMBERS
          The feature id for the 'Members' reference list
static int MANAGED_RESOURCE__NAME
          The feature id for the 'Name' attribute
static int MANAGED_RESOURCE__OPERATIONS
          The feature id for the 'Operations' reference list
static int MANAGED_RESOURCE__PROPERTIES
          The feature id for the 'Properties' reference list
static int MANAGED_RESOURCE__RELATIONSHIP_RESOURCE
          The feature id for the 'Relationship Resource' attribute
static int MANAGED_RESOURCE__RELATIONSHIPS
          The feature id for the 'Relationships' reference list
static int MANAGED_RESOURCE__SERVICE_GROUP
          The feature id for the 'Service Group' attribute
static int MANAGED_RESOURCE__STATE
          The feature id for the 'State' attribute
static int MANAGED_RESOURCE_FEATURE_COUNT
          The number of structural features of the 'Managed Resource' class
static int OPERATION
          The meta object id for the 'Operation' class
static int OPERATION__ARGUMENT
          The feature id for the 'Argument' reference list
static int OPERATION__NAME
          The feature id for the 'Name' attribute
static int OPERATION__RETURN
          The feature id for the 'Return' reference
static int OPERATION_FEATURE_COUNT
          The number of structural features of the 'Operation' class
static int OPERATION_PARAMETER
          The meta object id for the 'Operation Parameter' class
static int OPERATION_PARAMETER__NAME
          The feature id for the 'Name' attribute
static int OPERATION_PARAMETER__TYPE
          The feature id for the 'Type' attribute
static int OPERATION_PARAMETER__VALUE
          The feature id for the 'Value' attribute
static int OPERATION_PARAMETER_FEATURE_COUNT
          The number of structural features of the 'Operation Parameter' class
static int PROPERTY
          The meta object id for the 'Property' class
static int PROPERTY__NAME
          The feature id for the 'Name' attribute
static int PROPERTY__VALUE
          The feature id for the 'Value' attribute list
static int PROPERTY_FEATURE_COUNT
          The number of structural features of the 'Property' class
static int RELATIONSHIP
          The meta object id for the 'Relationship' class
static int RELATIONSHIP__NAME
          The feature id for the 'Name' attribute
static int RELATIONSHIP__PARTICIPANTS
          The feature id for the 'Participants' reference list
static int RELATIONSHIP__TYPE
          The feature id for the 'Type' attribute
static int RELATIONSHIP_FEATURE_COUNT
          The number of structural features of the 'Relationship' class
static int RELATIONSHIP_PARTICIPANT
          The meta object id for the 'Relationship Participant' class
static int RELATIONSHIP_PARTICIPANT__MEMBER
          The feature id for the 'Member' reference
static int RELATIONSHIP_PARTICIPANT__ROLE
          The feature id for the 'Role' attribute
static int RELATIONSHIP_PARTICIPANT_FEATURE_COUNT
          The number of structural features of the 'Relationship Participant' class
static int RESOURCE_STATES
          The meta object id for the 'Resource States' enum
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getConnectionProperty_PropName()
          Returns the meta object for the attribute 'Prop Name'
 org.eclipse.emf.ecore.EAttribute getConnectionProperty_PropValue()
          Returns the meta object for the attribute 'Prop Value'
 org.eclipse.emf.ecore.EClass getConnectionProperty()
          Returns the meta object for class 'Connection Property'
 org.eclipse.emf.ecore.EReference getManagedResource_ConnectionProperties()
          Returns the meta object for the reference list 'Connection Properties'
 org.eclipse.emf.ecore.EAttribute getManagedResource_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EReference getManagedResource_Members()
          Returns the meta object for the reference list 'Members'
 org.eclipse.emf.ecore.EAttribute getManagedResource_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EReference getManagedResource_Operations()
          Returns the meta object for the reference list 'Operations'
 org.eclipse.emf.ecore.EReference getManagedResource_Properties()
          Returns the meta object for the reference list 'Properties'
 org.eclipse.emf.ecore.EAttribute getManagedResource_RelationshipResource()
          Returns the meta object for the attribute 'Relationship Resource'
 org.eclipse.emf.ecore.EReference getManagedResource_Relationships()
          Returns the meta object for the reference list 'Relationships'
 org.eclipse.emf.ecore.EAttribute getManagedResource_ServiceGroup()
          Returns the meta object for the attribute 'Service Group'
 org.eclipse.emf.ecore.EAttribute getManagedResource_State()
          Returns the meta object for the attribute 'State'
 org.eclipse.emf.ecore.EClass getManagedResource()
          Returns the meta object for class 'Managed Resource'
 ModelFactory getModelFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getOperation_Argument()
          Returns the meta object for the reference list 'Argument'
 org.eclipse.emf.ecore.EAttribute getOperation_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EReference getOperation_Return()
          Returns the meta object for the reference 'Return'
 org.eclipse.emf.ecore.EClass getOperation()
          Returns the meta object for class 'Operation'
 org.eclipse.emf.ecore.EAttribute getOperationParameter_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getOperationParameter_Type()
          Returns the meta object for the attribute 'Type'
 org.eclipse.emf.ecore.EAttribute getOperationParameter_Value()
          Returns the meta object for the attribute 'Value'
 org.eclipse.emf.ecore.EClass getOperationParameter()
          Returns the meta object for class 'Operation Parameter'
 org.eclipse.emf.ecore.EAttribute getProperty_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getProperty_Value()
          Returns the meta object for the attribute list 'Value'
 org.eclipse.emf.ecore.EClass getProperty()
          Returns the meta object for class 'Property'
 org.eclipse.emf.ecore.EAttribute getRelationship_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EReference getRelationship_Participants()
          Returns the meta object for the reference list 'Participants'
 org.eclipse.emf.ecore.EAttribute getRelationship_Type()
          Returns the meta object for the attribute 'Type'
 org.eclipse.emf.ecore.EClass getRelationship()
          Returns the meta object for class 'Relationship'
 org.eclipse.emf.ecore.EReference getRelationshipParticipant_Member()
          Returns the meta object for the reference 'Member'
 org.eclipse.emf.ecore.EAttribute getRelationshipParticipant_Role()
          Returns the meta object for the attribute 'Role'
 org.eclipse.emf.ecore.EClass getRelationshipParticipant()
          Returns the meta object for class 'Relationship Participant'
 org.eclipse.emf.ecore.EEnum getResourceStates()
          Returns the meta object for enum 'Resource States'
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated

eNAME

public static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated

eNS_URI

public static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated

eNS_PREFIX

public static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated

eINSTANCE

public static final ModelPackage eINSTANCE
The singleton instance of the package.

Generated

MANAGED_RESOURCE

public static final int MANAGED_RESOURCE
The meta object id for the 'Managed Resource' class.

See Also:
ManagedResourceImpl, ModelPackageImpl.getManagedResource(), Constant Field Values
Generated

MANAGED_RESOURCE__PROPERTIES

public static final int MANAGED_RESOURCE__PROPERTIES
The feature id for the 'Properties' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MANAGED_RESOURCE__MEMBERS

public static final int MANAGED_RESOURCE__MEMBERS
The feature id for the 'Members' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MANAGED_RESOURCE__OPERATIONS

public static final int MANAGED_RESOURCE__OPERATIONS
The feature id for the 'Operations' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MANAGED_RESOURCE__NAME

public static final int MANAGED_RESOURCE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MANAGED_RESOURCE__STATE

public static final int MANAGED_RESOURCE__STATE
The feature id for the 'State' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MANAGED_RESOURCE__ID

public static final int MANAGED_RESOURCE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MANAGED_RESOURCE__CONNECTION_PROPERTIES

public static final int MANAGED_RESOURCE__CONNECTION_PROPERTIES
The feature id for the 'Connection Properties' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MANAGED_RESOURCE__RELATIONSHIPS

public static final int MANAGED_RESOURCE__RELATIONSHIPS
The feature id for the 'Relationships' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MANAGED_RESOURCE__SERVICE_GROUP

public static final int MANAGED_RESOURCE__SERVICE_GROUP
The feature id for the 'Service Group' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MANAGED_RESOURCE__RELATIONSHIP_RESOURCE

public static final int MANAGED_RESOURCE__RELATIONSHIP_RESOURCE
The feature id for the 'Relationship Resource' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MANAGED_RESOURCE_FEATURE_COUNT

public static final int MANAGED_RESOURCE_FEATURE_COUNT
The number of structural features of the 'Managed Resource' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PROPERTY

public static final int PROPERTY
The meta object id for the 'Property' class.

See Also:
PropertyImpl, ModelPackageImpl.getProperty(), Constant Field Values
Generated

PROPERTY__NAME

public static final int PROPERTY__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PROPERTY__VALUE

public static final int PROPERTY__VALUE
The feature id for the 'Value' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PROPERTY_FEATURE_COUNT

public static final int PROPERTY_FEATURE_COUNT
The number of structural features of the 'Property' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OPERATION

public static final int OPERATION
The meta object id for the 'Operation' class.

See Also:
OperationImpl, ModelPackageImpl.getOperation(), Constant Field Values
Generated

OPERATION__NAME

public static final int OPERATION__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OPERATION__RETURN

public static final int OPERATION__RETURN
The feature id for the 'Return' reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OPERATION__ARGUMENT

public static final int OPERATION__ARGUMENT
The feature id for the 'Argument' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OPERATION_FEATURE_COUNT

public static final int OPERATION_FEATURE_COUNT
The number of structural features of the 'Operation' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OPERATION_PARAMETER

public static final int OPERATION_PARAMETER
The meta object id for the 'Operation Parameter' class.

See Also:
OperationParameterImpl, ModelPackageImpl.getOperationParameter(), Constant Field Values
Generated

OPERATION_PARAMETER__TYPE

public static final int OPERATION_PARAMETER__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OPERATION_PARAMETER__VALUE

public static final int OPERATION_PARAMETER__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OPERATION_PARAMETER__NAME

public static final int OPERATION_PARAMETER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OPERATION_PARAMETER_FEATURE_COUNT

public static final int OPERATION_PARAMETER_FEATURE_COUNT
The number of structural features of the 'Operation Parameter' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONNECTION_PROPERTY

public static final int CONNECTION_PROPERTY
The meta object id for the 'Connection Property' class.

See Also:
ConnectionPropertyImpl, ModelPackageImpl.getConnectionProperty(), Constant Field Values
Generated

CONNECTION_PROPERTY__PROP_NAME

public static final int CONNECTION_PROPERTY__PROP_NAME
The feature id for the 'Prop Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONNECTION_PROPERTY__PROP_VALUE

public static final int CONNECTION_PROPERTY__PROP_VALUE
The feature id for the 'Prop Value' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONNECTION_PROPERTY_FEATURE_COUNT

public static final int CONNECTION_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Connection Property' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RELATIONSHIP

public static final int RELATIONSHIP
The meta object id for the 'Relationship' class.

See Also:
RelationshipImpl, ModelPackageImpl.getRelationship(), Constant Field Values
Generated

RELATIONSHIP__NAME

public static final int RELATIONSHIP__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RELATIONSHIP__TYPE

public static final int RELATIONSHIP__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RELATIONSHIP__PARTICIPANTS

public static final int RELATIONSHIP__PARTICIPANTS
The feature id for the 'Participants' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RELATIONSHIP_FEATURE_COUNT

public static final int RELATIONSHIP_FEATURE_COUNT
The number of structural features of the 'Relationship' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RELATIONSHIP_PARTICIPANT

public static final int RELATIONSHIP_PARTICIPANT
The meta object id for the 'Relationship Participant' class.

See Also:
RelationshipParticipantImpl, ModelPackageImpl.getRelationshipParticipant(), Constant Field Values
Generated

RELATIONSHIP_PARTICIPANT__MEMBER

public static final int RELATIONSHIP_PARTICIPANT__MEMBER
The feature id for the 'Member' reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RELATIONSHIP_PARTICIPANT__ROLE

public static final int RELATIONSHIP_PARTICIPANT__ROLE
The feature id for the 'Role' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RELATIONSHIP_PARTICIPANT_FEATURE_COUNT

public static final int RELATIONSHIP_PARTICIPANT_FEATURE_COUNT
The number of structural features of the 'Relationship Participant' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_STATES

public static final int RESOURCE_STATES
The meta object id for the 'Resource States' enum.

See Also:
ResourceStates, ModelPackageImpl.getResourceStates(), Constant Field Values
Generated
Method Detail

getManagedResource

public org.eclipse.emf.ecore.EClass getManagedResource()
Returns the meta object for class 'Managed Resource'.

Returns:
the meta object for class 'Managed Resource'.
See Also:
ManagedResource
Generated

getManagedResource_Properties

public org.eclipse.emf.ecore.EReference getManagedResource_Properties()
Returns the meta object for the reference list 'Properties'.

Returns:
the meta object for the reference list 'Properties'.
See Also:
ManagedResource.getProperties(), getManagedResource()
Generated

getManagedResource_Members

public org.eclipse.emf.ecore.EReference getManagedResource_Members()
Returns the meta object for the reference list 'Members'.

Returns:
the meta object for the reference list 'Members'.
See Also:
ManagedResource.getMembers(), getManagedResource()
Generated

getManagedResource_Operations

public org.eclipse.emf.ecore.EReference getManagedResource_Operations()
Returns the meta object for the reference list 'Operations'.

Returns:
the meta object for the reference list 'Operations'.
See Also:
ManagedResource.getOperations(), getManagedResource()
Generated

getManagedResource_Name

public org.eclipse.emf.ecore.EAttribute getManagedResource_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
ManagedResource.getName(), getManagedResource()
Generated

getManagedResource_State

public org.eclipse.emf.ecore.EAttribute getManagedResource_State()
Returns the meta object for the attribute 'State'.

Returns:
the meta object for the attribute 'State'.
See Also:
ManagedResource.getState(), getManagedResource()
Generated

getManagedResource_Id

public org.eclipse.emf.ecore.EAttribute getManagedResource_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
ManagedResource.getId(), getManagedResource()
Generated

getManagedResource_ConnectionProperties

public org.eclipse.emf.ecore.EReference getManagedResource_ConnectionProperties()
Returns the meta object for the reference list 'Connection Properties'.

Returns:
the meta object for the reference list 'Connection Properties'.
See Also:
ManagedResource.getConnectionProperties(), getManagedResource()
Generated

getManagedResource_Relationships

public org.eclipse.emf.ecore.EReference getManagedResource_Relationships()
Returns the meta object for the reference list 'Relationships'.

Returns:
the meta object for the reference list 'Relationships'.
See Also:
ManagedResource.getRelationships(), getManagedResource()
Generated

getManagedResource_ServiceGroup

public org.eclipse.emf.ecore.EAttribute getManagedResource_ServiceGroup()
Returns the meta object for the attribute 'Service Group'.

Returns:
the meta object for the attribute 'Service Group'.
See Also:
ManagedResource.isServiceGroup(), getManagedResource()
Generated

getManagedResource_RelationshipResource

public org.eclipse.emf.ecore.EAttribute getManagedResource_RelationshipResource()
Returns the meta object for the attribute 'Relationship Resource'.

Returns:
the meta object for the attribute 'Relationship Resource'.
See Also:
ManagedResource.isRelationshipResource(), getManagedResource()
Generated

getProperty

public org.eclipse.emf.ecore.EClass getProperty()
Returns the meta object for class 'Property'.

Returns:
the meta object for class 'Property'.
See Also:
Property
Generated

getProperty_Name

public org.eclipse.emf.ecore.EAttribute getProperty_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Property.getName(), getProperty()
Generated

getProperty_Value

public org.eclipse.emf.ecore.EAttribute getProperty_Value()
Returns the meta object for the attribute list 'Value'.

Returns:
the meta object for the attribute list 'Value'.
See Also:
Property.getValue(), getProperty()
Generated

getOperation

public org.eclipse.emf.ecore.EClass getOperation()
Returns the meta object for class 'Operation'.

Returns:
the meta object for class 'Operation'.
See Also:
Operation
Generated

getOperation_Name

public org.eclipse.emf.ecore.EAttribute getOperation_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Operation.getName(), getOperation()
Generated

getOperation_Return

public org.eclipse.emf.ecore.EReference getOperation_Return()
Returns the meta object for the reference 'Return'.

Returns:
the meta object for the reference 'Return'.
See Also:
Operation.getReturn(), getOperation()
Generated

getOperation_Argument

public org.eclipse.emf.ecore.EReference getOperation_Argument()
Returns the meta object for the reference list 'Argument'.

Returns:
the meta object for the reference list 'Argument'.
See Also:
Operation.getArgument(), getOperation()
Generated

getOperationParameter

public org.eclipse.emf.ecore.EClass getOperationParameter()
Returns the meta object for class 'Operation Parameter'.

Returns:
the meta object for class 'Operation Parameter'.
See Also:
OperationParameter
Generated

getOperationParameter_Type

public org.eclipse.emf.ecore.EAttribute getOperationParameter_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
OperationParameter.getType(), getOperationParameter()
Generated

getOperationParameter_Value

public org.eclipse.emf.ecore.EAttribute getOperationParameter_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
OperationParameter.getValue(), getOperationParameter()
Generated

getOperationParameter_Name

public org.eclipse.emf.ecore.EAttribute getOperationParameter_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
OperationParameter.getName(), getOperationParameter()
Generated

getConnectionProperty

public org.eclipse.emf.ecore.EClass getConnectionProperty()
Returns the meta object for class 'Connection Property'.

Returns:
the meta object for class 'Connection Property'.
See Also:
ConnectionProperty
Generated

getConnectionProperty_PropName

public org.eclipse.emf.ecore.EAttribute getConnectionProperty_PropName()
Returns the meta object for the attribute 'Prop Name'.

Returns:
the meta object for the attribute 'Prop Name'.
See Also:
ConnectionProperty.getPropName(), getConnectionProperty()
Generated

getConnectionProperty_PropValue

public org.eclipse.emf.ecore.EAttribute getConnectionProperty_PropValue()
Returns the meta object for the attribute 'Prop Value'.

Returns:
the meta object for the attribute 'Prop Value'.
See Also:
ConnectionProperty.getPropValue(), getConnectionProperty()
Generated

getRelationship

public org.eclipse.emf.ecore.EClass getRelationship()
Returns the meta object for class 'Relationship'.

Returns:
the meta object for class 'Relationship'.
See Also:
Relationship
Generated

getRelationship_Name

public org.eclipse.emf.ecore.EAttribute getRelationship_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Relationship.getName(), getRelationship()
Generated

getRelationship_Type

public org.eclipse.emf.ecore.EAttribute getRelationship_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
Relationship.getType(), getRelationship()
Generated

getRelationship_Participants

public org.eclipse.emf.ecore.EReference getRelationship_Participants()
Returns the meta object for the reference list 'Participants'.

Returns:
the meta object for the reference list 'Participants'.
See Also:
Relationship.getParticipants(), getRelationship()
Generated

getRelationshipParticipant

public org.eclipse.emf.ecore.EClass getRelationshipParticipant()
Returns the meta object for class 'Relationship Participant'.

Returns:
the meta object for class 'Relationship Participant'.
See Also:
RelationshipParticipant
Generated

getRelationshipParticipant_Member

public org.eclipse.emf.ecore.EReference getRelationshipParticipant_Member()
Returns the meta object for the reference 'Member'.

Returns:
the meta object for the reference 'Member'.
See Also:
RelationshipParticipant.getMember(), getRelationshipParticipant()
Generated

getRelationshipParticipant_Role

public org.eclipse.emf.ecore.EAttribute getRelationshipParticipant_Role()
Returns the meta object for the attribute 'Role'.

Returns:
the meta object for the attribute 'Role'.
See Also:
RelationshipParticipant.getRole(), getRelationshipParticipant()
Generated

getResourceStates

public org.eclipse.emf.ecore.EEnum getResourceStates()
Returns the meta object for enum 'Resource States'.

Returns:
the meta object for enum 'Resource States'.
See Also:
ResourceStates
Generated

getModelFactory

public ModelFactory getModelFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated

TPTP 4.3.0 Monitoring Tools Project
Public API Specification