Skip to content

service definition

Fernando Hackbart edited this page May 7, 2017 · 1 revision

The service definition is the representation of the attributes of the service to be used while instantiating or running the service.

Some possible attributes of one cell definition:

Some rules:

  • The service should support one method getDNA() that returns the service definition (attributes)
  • The DNA should support one method getServiceDefinition(String serviceDefinitioName)
Clone this wiki locally