Cytoscape 3.0.0-beta1 API

org.cytoscape.work
Annotation Type ContainsTunables


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ContainsTunables

An annotation designed to signal that the annotated field contains fields and methods that are annotated with the Tunable annotation. The goal is to allow rich tunable collections to be created by combining the tunables found in fields annotated with ContainsTunables.
For example, given classes A and B:



 public class A {


Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.