Package buzz.getcoco.iot.android
Class CreatorEx
- java.lang.Object
-
- buzz.getcoco.iot.android.CreatorEx
-
- All Implemented Interfaces:
buzz.getcoco.iot.Creator,buzz.getcoco.iot.DefaultCreator
public class CreatorEx extends java.lang.Object implements buzz.getcoco.iot.DefaultCreator
-
-
Constructor Summary
Constructors Constructor Description CreatorEx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description buzz.getcoco.iot.ResourcecreateAdvertResource(java.lang.String eui, buzz.getcoco.iot.Device parentDevice)buzz.getcoco.iot.AttributecreateAttribute(int id, buzz.getcoco.iot.Capability parent)buzz.getcoco.iot.CapabilitycreateCapability(int capabilityId, buzz.getcoco.iot.Resource parent)buzz.getcoco.iot.DevicecreateDevice(long deviceNodeId, buzz.getcoco.iot.Network parent)buzz.getcoco.iot.NetworkcreateNetwork(java.lang.String id)buzz.getcoco.iot.ResourcecreateResource(java.lang.String eui, buzz.getcoco.iot.Device parentDevice, buzz.getcoco.iot.Zone parentZone)buzz.getcoco.iot.RulecreateRule(int id, buzz.getcoco.iot.Network parent)buzz.getcoco.iot.ScenecreateScene(int sceneId, buzz.getcoco.iot.Network parent)buzz.getcoco.iot.ZonecreateZone(int zoneId, buzz.getcoco.iot.Network parent)
-
-
-
Method Detail
-
createNetwork
public buzz.getcoco.iot.Network createNetwork(java.lang.String id)
- Specified by:
createNetworkin interfacebuzz.getcoco.iot.Creator- Specified by:
createNetworkin interfacebuzz.getcoco.iot.DefaultCreator
-
createResource
public buzz.getcoco.iot.Resource createResource(java.lang.String eui, buzz.getcoco.iot.Device parentDevice, buzz.getcoco.iot.Zone parentZone)- Specified by:
createResourcein interfacebuzz.getcoco.iot.Creator- Specified by:
createResourcein interfacebuzz.getcoco.iot.DefaultCreator
-
createAdvertResource
public buzz.getcoco.iot.Resource createAdvertResource(java.lang.String eui, buzz.getcoco.iot.Device parentDevice)- Specified by:
createAdvertResourcein interfacebuzz.getcoco.iot.Creator- Specified by:
createAdvertResourcein interfacebuzz.getcoco.iot.DefaultCreator
-
createAttribute
public buzz.getcoco.iot.Attribute createAttribute(int id, buzz.getcoco.iot.Capability parent)- Specified by:
createAttributein interfacebuzz.getcoco.iot.Creator- Specified by:
createAttributein interfacebuzz.getcoco.iot.DefaultCreator
-
createCapability
public buzz.getcoco.iot.Capability createCapability(int capabilityId, buzz.getcoco.iot.Resource parent)- Specified by:
createCapabilityin interfacebuzz.getcoco.iot.Creator- Specified by:
createCapabilityin interfacebuzz.getcoco.iot.DefaultCreator
-
createDevice
public buzz.getcoco.iot.Device createDevice(long deviceNodeId, buzz.getcoco.iot.Network parent)- Specified by:
createDevicein interfacebuzz.getcoco.iot.Creator- Specified by:
createDevicein interfacebuzz.getcoco.iot.DefaultCreator
-
createZone
public buzz.getcoco.iot.Zone createZone(int zoneId, buzz.getcoco.iot.Network parent)- Specified by:
createZonein interfacebuzz.getcoco.iot.Creator- Specified by:
createZonein interfacebuzz.getcoco.iot.DefaultCreator
-
createRule
public buzz.getcoco.iot.Rule createRule(int id, buzz.getcoco.iot.Network parent)- Specified by:
createRulein interfacebuzz.getcoco.iot.Creator- Specified by:
createRulein interfacebuzz.getcoco.iot.DefaultCreator
-
createScene
public buzz.getcoco.iot.Scene createScene(int sceneId, buzz.getcoco.iot.Network parent)- Specified by:
createScenein interfacebuzz.getcoco.iot.Creator- Specified by:
createScenein interfacebuzz.getcoco.iot.DefaultCreator
-
-