Package org.openengsb.core.api.xlink.model

Examples of org.openengsb.core.api.xlink.model.ModelViewMapping


        views = new ArrayList<XLinkConnectorView>();
        views.add(new XLinkConnectorView(viewId1, toolName, descriptions));
        views.add(new XLinkConnectorView(viewId2, toolName, descriptions));

        modelViewMappings[0] =
            new ModelViewMapping(
                new ModelDescription(
                    ExampleObjectOrientedModel.class.getName(),
                    "3.0.0.SNAPSHOT")
                , views.toArray(new XLinkConnectorView[0]));
        return modelViewMappings;
View Full Code Here

TOP

Related Classes of org.openengsb.core.api.xlink.model.ModelViewMapping

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.