Package com.ojn.gexf4j.core.impl.data

Examples of com.ojn.gexf4j.core.impl.data.AttributeValueListImpl


public abstract class SliceableDatumBase<T extends Object> extends SlicableBase<T> implements SlicableDatum<T> {

  private AttributeValueList attributes = null;
 
  public SliceableDatumBase() {
    attributes = new AttributeValueListImpl();
  }
View Full Code Here

TOP

Related Classes of com.ojn.gexf4j.core.impl.data.AttributeValueListImpl

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.