Package org.geppetto.core.model.runtime

Examples of org.geppetto.core.model.runtime.TextMetadataNode


    con1.setName("Connection1");
    hhcell.getConnections().add(con1);
    VisualObjectReferenceNode visObj = new VisualObjectReferenceNode("Vis");
    visObj.setAspectInstancePath(electrical.getInstancePath());
    visObj.setVisualObjectId(sphere.getId());
    TextMetadataNode text = new TextMetadataNode("Text");
    text.setValue(new DoubleValue(2));
   
    URLMetadataNode url = new URLMetadataNode("URL");
    url.setValue(new DoubleValue(2));
    url.setURL("hhtp://url.com");
   
View Full Code Here

TOP

Related Classes of org.geppetto.core.model.runtime.TextMetadataNode

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.