Package edu.mit.simile.fresnel.purpose

Examples of edu.mit.simile.fresnel.purpose.PurposeSet


     * @param id A <code>Resource</code>
     */
    public Format(Resource id) {
        setIdentifier(id);
        this._domains = new HashSet<ISelector>();
        this._purposes = new PurposeSet();
        this._label = new PropertyLabel();
        this._value = new PropertyValue();
        this._resourceStyle = new HashSet<Style>();
        this._propertyStyle = new HashSet<Style>();
        this._labelStyle = new HashSet<Style>();
View Full Code Here

TOP

Related Classes of edu.mit.simile.fresnel.purpose.PurposeSet

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.