Uses of Interface
iotmodel.Topic

Packages that use Topic
Package Description
iotmodel  
iotmodel.impl  
iotmodel.util  
  • Uses of Topic in iotmodel

    Methods in iotmodel that return Topic
    Modifier and Type Method Description
    Topic IotmodelFactory.createTopic()
    Returns a new object of class 'Topic'.
    Methods in iotmodel that return types with arguments of type Topic
    Modifier and Type Method Description
    org.eclipse.emf.common.util.EList<Topic> MessageBroker.getTopic()
    Returns the value of the 'Topic' containment reference list.
  • Uses of Topic in iotmodel.impl

    Classes in iotmodel.impl that implement Topic
    Modifier and Type Class Description
    class  TopicImpl
    An implementation of the model object 'Topic'.
    Fields in iotmodel.impl with type parameters of type Topic
    Modifier and Type Field Description
    protected org.eclipse.emf.common.util.EList<Topic> MessageBrokerImpl.topic
    The cached value of the 'Topic' containment reference list.
    Methods in iotmodel.impl that return Topic
    Modifier and Type Method Description
    Topic IotmodelFactoryImpl.createTopic()
    Methods in iotmodel.impl that return types with arguments of type Topic
    Modifier and Type Method Description
    org.eclipse.emf.common.util.EList<Topic> MessageBrokerImpl.getTopic()
  • Uses of Topic in iotmodel.util

    Methods in iotmodel.util with parameters of type Topic
    Modifier and Type Method Description
    T IotmodelSwitch.caseTopic​(Topic object)
    Returns the result of interpreting the object as an instance of 'Topic'.
    boolean IotmodelValidator.validateTopic​(Topic topic, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,​Object> context)