$search

org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl Class Reference

Inheritance diagram for org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void createPackageContents ()
EClass getActionClient ()
EAttribute getActionClient_Actionname ()
EAttribute getActionClient_Actiontype ()
EAttribute getActionClient_Name ()
EClass getActionState ()
EReference getActionState_Clientname ()
EAttribute getActionState_Name ()
EReference getActionState_Transitions ()
EClass getPrimitivePackage ()
EReference getPrimitivePackage_Statemachines ()
EClass getServiceClient ()
EAttribute getServiceClient_Name ()
EAttribute getServiceClient_Servicename ()
EAttribute getServiceClient_Servicesrv ()
SmachDSLFactory getSmachDSLFactory ()
EClass getStateMachine ()
EReference getStateMachine_Actionclients ()
EReference getStateMachine_Actionsstates ()
EAttribute getStateMachine_Name ()
EReference getStateMachine_Serviceclients ()
EClass getTest ()
EAttribute getTest_Ros ()
EClass getTransition ()
EAttribute getTransition_Outcome ()
EReference getTransition_State ()
void initializePackageContents ()

Static Public Member Functions

static SmachDSLPackage init ()

Private Member Functions

 SmachDSLPackageImpl ()

Private Attributes

EClass actionClientEClass = null
EClass actionStateEClass = null
boolean isCreated = false
boolean isInitialized = false
EClass primitivePackageEClass = null
EClass serviceClientEClass = null
EClass stateMachineEClass = null
EClass testEClass = null
EClass transitionEClass = null

Static Private Attributes

static boolean isInited = false

Detailed Description

An implementation of the model Package.

Definition at line 28 of file SmachDSLPackageImpl.java.


Constructor & Destructor Documentation

org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::SmachDSLPackageImpl (  )  [inline, private]

Creates an instance of the model Package, registered with EPackage.Registry by the package package URI value.

Note: the correct way to create the package is via the static factory method init(), which also performs initialization of the package, or returns the registered package, if one already exists.

See also:
org.eclipse.emf.ecore.EPackage.Registry
org.best.of.robotics.smachDSL.SmachDSLPackage::eNS_URI
init()

Definition at line 94 of file SmachDSLPackageImpl.java.


Member Function Documentation

void org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::createPackageContents (  )  [inline]

Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.

Definition at line 406 of file SmachDSLPackageImpl.java.

EClass org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getActionClient (  )  [inline]
EAttribute org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getActionClient_Actionname (  )  [inline]
EAttribute org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getActionClient_Actiontype (  )  [inline]
EAttribute org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getActionClient_Name (  )  [inline]
EClass org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getActionState (  )  [inline]
EReference org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getActionState_Clientname (  )  [inline]
EAttribute org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getActionState_Name (  )  [inline]
EReference org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getActionState_Transitions (  )  [inline]
EClass org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getPrimitivePackage (  )  [inline]
EReference org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getPrimitivePackage_Statemachines (  )  [inline]
EClass org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getServiceClient (  )  [inline]
EAttribute org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getServiceClient_Name (  )  [inline]
EAttribute org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getServiceClient_Servicename (  )  [inline]
EAttribute org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getServiceClient_Servicesrv (  )  [inline]
SmachDSLFactory org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getSmachDSLFactory (  )  [inline]
EClass org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getStateMachine (  )  [inline]
EReference org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getStateMachine_Actionclients (  )  [inline]
EReference org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getStateMachine_Actionsstates (  )  [inline]
EAttribute org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getStateMachine_Name (  )  [inline]
EReference org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getStateMachine_Serviceclients (  )  [inline]
EClass org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getTest (  )  [inline]
EAttribute org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getTest_Ros (  )  [inline]
EClass org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getTransition (  )  [inline]
EAttribute org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getTransition_Outcome (  )  [inline]
EReference org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::getTransition_State (  )  [inline]
static SmachDSLPackage org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::init (  )  [inline, static]

Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

This method is used to initialize SmachDSLPackage#eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

See also:
eNS_URI
createPackageContents()
initializePackageContents()

Definition at line 118 of file SmachDSLPackageImpl.java.

void org::best::of::robotics::smachDSL::impl::SmachDSLPackageImpl::initializePackageContents (  )  [inline]

Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.

Definition at line 458 of file SmachDSLPackageImpl.java.


Member Data Documentation

Definition at line 56 of file SmachDSLPackageImpl.java.

Definition at line 70 of file SmachDSLPackageImpl.java.

Definition at line 397 of file SmachDSLPackageImpl.java.

Definition at line 104 of file SmachDSLPackageImpl.java.

Definition at line 449 of file SmachDSLPackageImpl.java.

Definition at line 35 of file SmachDSLPackageImpl.java.

Definition at line 63 of file SmachDSLPackageImpl.java.

Definition at line 49 of file SmachDSLPackageImpl.java.

Definition at line 42 of file SmachDSLPackageImpl.java.

Definition at line 77 of file SmachDSLPackageImpl.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


bride_plugin_source
Author(s): Alexander Bubeck
autogenerated on Tue Mar 5 11:39:48 2013