Package org.jboss.mbui.model.structure.impl

Examples of org.jboss.mbui.model.structure.impl.ResourceConsumption


        assert !id.getNamespaceURI().isEmpty() : "Units require qualified namespace";
        this.id = id;
        this.label = label;
        this.stereotype = stereotype;
        this.mappings = new EnumMap<MappingType, Mapping>(MappingType.class);
        this.resourceConsumption = new ResourceConsumption();
        this.resourceProduction = new ResourceProduction();
    }
View Full Code Here

TOP

Related Classes of org.jboss.mbui.model.structure.impl.ResourceConsumption

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.