11#ifndef GI_EPR_L3UNIVERSE_HPP
12#define GI_EPR_L3UNIVERSE_HPP
14#include <boost/optional.hpp>
15#include "opflex/modb/URIBuilder.h"
16#include "opflex/modb/mo-internal/MO.h"
20#include "modelgbp/epr/L3Ep.hpp"
26 :
public opflex::modb::mointernal::MO
33 static const opflex::modb::class_id_t
CLASS_ID = 139;
46 static boost::optional<OF_SHARED_PTR<modelgbp::epr::L3Universe> >
resolve(
48 const opflex::modb::URI&
uri)
50 return opflex::modb::mointernal::MO::resolve<modelgbp::epr::L3Universe>(
framework,
CLASS_ID,
uri);
64 static boost::optional<OF_SHARED_PTR<modelgbp::epr::L3Universe> >
resolve(
65 const opflex::modb::URI&
uri)
67 return opflex::modb::mointernal::MO::resolve<modelgbp::epr::L3Universe>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID,
uri);
84 static boost::optional<OF_SHARED_PTR<modelgbp::epr::L3Universe> >
resolve(
103 static boost::optional<OF_SHARED_PTR<modelgbp::epr::L3Universe> >
resolve(
106 return resolve(opflex::ofcore::OFFramework::defaultInstance());
172 opflex::modb::mointernal::MO::resolveChildren<modelgbp::epr::L3Ep>(
200 const opflex::modb::URI&
uri)
217 remove(opflex::ofcore::OFFramework::defaultInstance(),
uri);
233 opflex::modb::ObjectListener*
listener)
235 opflex::modb::mointernal
251 opflex::modb::ObjectListener*
listener)
264 opflex::modb::ObjectListener*
listener)
266 opflex::modb::mointernal
277 opflex::modb::ObjectListener*
listener)
288 const opflex::modb::URI&
uri,
static boost::optional< OF_SHARED_PTR< modelgbp::epr::L3Ep > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of L3Ep from the managed object store.
Definition L3Ep.hpp:338
Definition L3Universe.hpp:27
void remove()
Remove this instance using the currently-active mutator.
Definition L3Universe.hpp:184
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition L3Universe.hpp:276
static boost::optional< OF_SHARED_PTR< modelgbp::epr::L3Universe > > resolve(opflex::ofcore::OFFramework &framework)
Retrieve an instance of L3Universe from the managed object store by constructing its URI from the pat...
Definition L3Universe.hpp:84
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition L3Universe.hpp:262
void resolveEprL3Ep(std::vector< OF_SHARED_PTR< modelgbp::epr::L3Ep > > &out)
Resolve and retrieve all of the immediate children of type modelgbp::epr::L3Ep.
Definition L3Universe.hpp:170
OF_SHARED_PTR< modelgbp::epr::L3Ep > addEprL3Ep(const std::string &eprL3EpContext, const std::string &eprL3EpIp)
Create a new child object with the specified naming properties and make it a child of this object in ...
Definition L3Universe.hpp:143
static void remove(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Remove the L3Universe object with the specified URI using the currently-active mutator.
Definition L3Universe.hpp:199
static void remove(const opflex::modb::URI &uri)
Remove the L3Universe object with the specified URI using the currently-active mutator and the defaul...
Definition L3Universe.hpp:215
L3Universe(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of L3Universe.
Definition L3Universe.hpp:286
static boost::optional< OF_SHARED_PTR< modelgbp::epr::L3Universe > > resolve()
Retrieve an instance of L3Universe from the default managed object store by constructing its URI from...
Definition L3Universe.hpp:103
static boost::optional< OF_SHARED_PTR< modelgbp::epr::L3Universe > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of L3Universe from the managed object store using the default framework instance...
Definition L3Universe.hpp:64
static void registerListener(opflex::modb::ObjectListener *listener)
Register a listener that will get called for changes related to this class with the default framework...
Definition L3Universe.hpp:250
static void registerListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Register a listener that will get called for changes related to this class.
Definition L3Universe.hpp:231
boost::optional< OF_SHARED_PTR< modelgbp::epr::L3Ep > > resolveEprL3Ep(const std::string &eprL3EpContext, const std::string &eprL3EpIp)
Retrieve the child object with the specified naming properties.
Definition L3Universe.hpp:122
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for L3Universe.
Definition L3Universe.hpp:33
static boost::optional< OF_SHARED_PTR< modelgbp::epr::L3Universe > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of L3Universe from the managed object store.
Definition L3Universe.hpp:46
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12