Class BasicTagActorDescriptor
java.lang.Object
com.inductiveautomation.ignition.gateway.tags.evaluation.BasicTagActorDescriptor
- All Implemented Interfaces:
TagActorDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.tags.evaluation.TagActorDescriptor
TagActorDescriptor.ScriptEventDescription
-
Constructor Summary
ConstructorsConstructorDescriptionBasicTagActorDescriptor
(String id, ActorClassification classification, TagActorFactory factory) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
If the actor exposes tag event scripts that can be defined, this function will return them, otherwise it will return null or an empty list.void
void
void
-
Constructor Details
-
BasicTagActorDescriptor
public BasicTagActorDescriptor(String id, ActorClassification classification, TagActorFactory factory)
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceTagActorDescriptor
-
getClassification
- Specified by:
getClassification
in interfaceTagActorDescriptor
-
getScriptEventDefinitions
Description copied from interface:TagActorDescriptor
If the actor exposes tag event scripts that can be defined, this function will return them, otherwise it will return null or an empty list.- Specified by:
getScriptEventDefinitions
in interfaceTagActorDescriptor
-
setScriptDefinitions
-
getFactory
- Specified by:
getFactory
in interfaceTagActorDescriptor
-
getTagPropertyModel
- Specified by:
getTagPropertyModel
in interfaceTagActorDescriptor
-
setTagPropertyModel
-
getTagGroupPropertyModel
- Specified by:
getTagGroupPropertyModel
in interfaceTagActorDescriptor
-
setTagGroupPropertyModel
-