- hasAllUpdateCap() - Method in class org.da.protoframework.model.core.Module
-
Return true if the Module has an update cap for all output services.
- hasAllUpdateCap() - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if the Module has an update cap for all output services.
- hasApplication(String) - Method in class org.da.protoframework.model.def.FrameworkDefinition
-
Return true if the model has an application for a specified name.
- hasChanged() - Method in class org.da.protoframework.model.core.Data
-
Return true if the data has been changed.
- hasChanged(String) - Method in class org.da.protoframework.model.core.Datas
-
Return true if the Data with a specified name has changed since the last reception.
- hasChanged(String) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Return true if the Data with a specified name has changed since the last reception.
- hasChanged(String) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Return true if the Data with a specified name has changed since the last reception.
- hasChanged() - Method in class org.da.protoframework.model.core.ServiceInstance
-
Return true if at least one Data in the service has changed since the last reception.
- hasChanged(String) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Return true if the Data with a specified name has changed since the last reception.
- hasCyclicTasks() - Method in class org.da.protoframework.model.core.Module
-
Return true if there are cyclic tasks.
- hasData(String) - Method in class org.da.protoframework.model.core.Datas
-
Return true if the Service has a Data of a specified name.
- hasData(String, boolean) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Return true if there is a Data for a specified name.
- hasData(String, boolean) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Return true if there is a Data for a specified name.
- hasData(String, boolean) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Return true if there is a Data for a specified name.
- hasData(String) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Return true if there is a Data for a specified name.
- hasData(String) - Method in interface org.da.protoframework.model.def.ServiceDefinition
-
Return true if the Servive has a data of a specified name.
- hasDatas(boolean) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Return true if the Service instance has some datas for receiving or invoking services.
- hasDatas(boolean) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Return true if the Service instance has some datas for receiving or invoking services.
- hasDatas(boolean) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Return true if the Service instance has some datas for receiving or invoking services.
- hasDatas() - Method in interface org.da.protoframework.model.def.ServiceDefinition
-
Return true if the service has datas.
- hasDeclaredInterfaces() - Method in class org.da.protoframework.util.ServiceTemplates
-
Return true if the templates has a definition for provider and subscriber interfaces.
- hasDefaultName() - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if the name of the module is the default name for a library.
- hasDefinedProperty(String) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a property for a specified key.
- hasDefinedProperty(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if there is a property for a specified key.
- hasDescription() - Method in class org.da.protoframework.model.def.ServiceDefinition.Data
-
Return true if the data has a description.
- hasFactory() - Static method in class org.da.protoframework.eventlogger.EventLoggerFactory
-
Return true if the factory is not null.
- hasField(String) - Method in class org.da.protoframework.model.types.StructType
-
Return true if the Structure has a field of a specified name.
- hasFixedSize() - Method in class org.da.protoframework.model.types.ArrayType
-
Return true if the array has a fixed size.
- hashCode() - Method in class org.da.protoframework.model.def.ModuleIDKey
-
- hashCode() - Method in class org.da.protoframework.model.def.ModuleKey
-
- hashCode() - Method in class org.da.protoframework.model.def.ServiceDefinition.Data
-
- hashCode() - Method in class org.da.protoframework.model.namespace.NamespaceKey
-
- hashCode() - Method in class org.da.protoframework.model.types.AliasType
-
- hashCode() - Method in class org.da.protoframework.model.types.ArrayType
-
- hashCode() - Method in class org.da.protoframework.model.types.EnumType
-
- hashCode() - Method in class org.da.protoframework.model.types.EnumType.State
-
- hashCode() - Method in class org.da.protoframework.model.types.MapType
-
- hashCode() - Method in class org.da.protoframework.model.types.ObjectType
-
- hashCode() - Method in class org.da.protoframework.model.types.SimpleType
-
- hashCode() - Method in class org.da.protoframework.model.types.StringType
-
- hashCode() - Method in class org.da.protoframework.model.types.StructType.Field
-
- hashCode() - Method in class org.da.protoframework.model.types.StructType
-
- hashCode() - Method in class org.da.protoframework.model.types.SwitchType
-
- hashCode() - Method in class org.da.protoframework.model.types.UnionType
-
- hashCode() - Method in class org.da.protoframework.model.types.UnionType.Member
-
- hashCode() - Method in class org.da.protoframework.model.types.URLType
-
- hashCode() - Method in class org.da.protoframework.model.types.XMLType
-
- hasID() - Method in interface org.da.protoframework.model.def.ElementDefinition
-
Return true if the element has an ID.
- hasImplementation() - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if the Module has an implementation.
- hasInterface(NamespaceKey) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if there is an interface for a Service to the Module.
- hasLibraries() - Method in class org.da.protoframework.model.def.ApplicationDefinition
-
Return true if the application has libraries.
- hasLibraries() - Method in class org.da.protoframework.model.def.FrameworkDefinition
-
Return true if the framework has global libraries.
- hasLibraryVersion() - Method in class org.da.protoframework.model.def.ApplicationDefinition
-
Return true if the application has a library version.
- hasLibraryVersion() - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if the application has a library version.
- hasMandatoryProperties() - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if the module has at least one mandatory property.
- hasMaxLength() - Method in class org.da.protoframework.model.types.StringType
-
Return true if the String has a maximum length.
- hasMaxSize() - Method in class org.da.protoframework.model.types.ArrayType
-
Return true if the array has a maximum size.
- hasMember(String) - Method in class org.da.protoframework.model.types.SwitchType
-
Return true if the switch has a member of a specified name.
- hasMember(String) - Method in class org.da.protoframework.model.types.UnionType
-
Return true if the Union has a member of a specified name.
- hasModule(String) - Method in class org.da.protoframework.model.def.ApplicationDefinition
-
Return true if there is a module with a specified name.
- hasNamedProperty(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if there is a named property with a specified key.
- hasOwner() - Method in class org.da.protoframework.model.def.FrameworkDefinition
-
Return true if the framework has one module owner.
- hasProperties() - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if the module has properties.
- hasProviderInterface(NamespaceKey) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if there is a provider interface for a Service to the Module.
- hasProviderService(String) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service provider instance with a specified name.
- hasProviderService(NamespaceKey) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service provider instance with a specified key.
- hasProviderService(long) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service provider instance with a specified ID.
- hasPublishUpdateCap() - Method in class org.da.protoframework.model.core.Module
-
Return true if the Module has an update cap for publish output services.
- hasPublishUpdateCap() - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if the Module has an update cap for publish output services.
- hasQualifiedName(String, String) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Return true if the qualified name of the Service is equal to a specified key.
- hasQualifiedName(String) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Return true if the qualified name of the Service is equal to a specified key.
- hasRequestID() - Method in class org.da.protoframework.model.core.Service
-
Return true if the Service maintains a request ID.
- hasRequestID() - Method in class org.da.protoframework.model.core.ServiceInstance
-
Return true if the Service maintains a request ID.
- hasService(String) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service instance with a specified name.
- hasService(NamespaceKey) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service instance with a specified key.
- hasService(String, String) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service instance with a specified key.
- hasService(long) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service instance with a specified ID.
- hasService(NamespaceKey) - Method in class org.da.protoframework.model.def.FrameworkDefinition
-
Return true if there is a Service of a specified key.
- hasService(String) - Method in class org.da.protoframework.model.def.FrameworkDefinition
-
Return true if there is a Service of a specified name.
- hasServiceInterfaces() - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if there is at least one Service interface for the module.
- hasServicesInterface() - Method in class org.da.protoframework.model.def.ApplicationDefinition
-
Return true if the Application Definition support at least one Service interface for one of its modules.
- hasSimpleProperty(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if there is a simple property with a specified key.
- hasState(String) - Method in class org.da.protoframework.model.types.EnumType
-
Return true if the enumeration has a state of a specified name.
- hasState(int) - Method in class org.da.protoframework.model.types.EnumType
-
Return true if the enumeration has a state of a specified value.
- hasSubscriberForService(NamespaceKey) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is at least one subscriber for a service.
- hasSubscriberInterface(NamespaceKey) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Return true if there is a subscriber interface for a Service to the Module.
- hasSubscriberService(String) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service subscriber instance with a specified name.
- hasSubscriberService(NamespaceKey) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service subscriber instance with a specified key.
- hasSubscriberService(String, String) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service subscriber instance with a specified key.
- hasSubscriberService(long) - Method in class org.da.protoframework.model.core.Module
-
Return true if there is a Service subscriber instance with a specified ID.
- hasUpdateCap() - Method in class org.da.protoframework.model.core.PublishServiceInstance
-
- hasUpdateCap() - Method in class org.da.protoframework.model.core.ServiceInstance
-
- hasURI() - Method in class org.da.protoframework.model.namespace.NamespaceKey
-
Return true if the key has an URI.
- hideStartLog() - Static method in class org.da.protoframework.model.core.Framework
-
Calling this method will hide the start Log.
- HOUR - Static variable in interface org.da.protoframework.model.types.Units
-
The hour unit.