Package edu.mit.simile.fresnel.results

Examples of edu.mit.simile.fresnel.results.ContentSet


   * Constructs and returns a set of contents.
   *
   * @return A <code>ContentSet</code>
   */
  public ContentSet getContentSet() {
    return new ContentSet(getContentFirst(),
        getContentBefore(),
        getContentAfter(),
        getContentLast(),
        getContentNoValue());
  }
View Full Code Here

TOP

Related Classes of edu.mit.simile.fresnel.results.ContentSet

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.