Package org.apache.agila.model

Examples of org.apache.agila.model.Actor


        while(it.hasNext()) {

            Element actor = (Element) it.next();

            Actor actorObj = new Actor(actor.attribute("name").getValue());

            n.addActor(actorObj);
        }

        /*
 
View Full Code Here

TOP

Related Classes of org.apache.agila.model.Actor

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.