Package archmapper.main.model.archmapping

Examples of archmapper.main.model.archmapping.InterfaceDefinition


    // The connector class may not reference the classes in the component, since
    // they are not exposed by the port
    assertFalse(mappingHelper.mayClassInConnectorReferenceClassInComponent(connClassDef,
        connWithImpl, connWithImplMapping, classComp3Def, comp3, comp3Mapping));
   
    InterfaceDefinition comp2If = comp2Mapping.getInterfaceDefinition().get(1);
   
    assertTrue(mappingHelper.mayClassInConnectorReferenceClassInComponent(connClassDef,
        connWithImpl, connWithImplMapping, comp2If, comp2, comp2Mapping));
    assertFalse(mappingHelper.mayClassInComponentReferenceClassInConnector(comp2If,
        comp2, comp2Mapping, connClassDef, connWithImpl, connWithImplMapping));
View Full Code Here

TOP

Related Classes of archmapper.main.model.archmapping.InterfaceDefinition

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.