Searched refs:changeable (Results 1 - 14 of 14) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DGraphViewerFactory.java87 String changeable = null;
92 changeable = elementType.getChangeableSolver();
95 typeCollection.add(new GrappaTextViewletType(changeable,zeroOne,capacity));
96 typeCollection.add(new TextViewletType(changeable));
97 typeCollection.add(new FadeViewletType(changeable));
104 typeCollection.add(new BoundsViewletType(changeable));
H A DChart2DViewerFactory.java71 String changeable = null;
76 changeable = elementType.getChangeableSolver();
79 viewletTypeCollection.add(new ChartBarViewletType(changeable));
H A DTableViewerFactory.java77 String changeable = null;
82 changeable = elementType.getChangeableSolver();
85 Object argInstances[] = {changeable};
H A DAbstractViewletType.java50 public AbstractViewletType(String changeable) { argument
51 changeableSolver = changeable;
88 * viewable element or changeable value.
H A DGrappaTextViewletType.java67 public GrappaTextViewletType(String changeable, argument
70 super(changeable);
H A DFadeViewletType.java52 public FadeViewletType(String changeable) { argument
53 super(changeable);
H A DGanttTaskViewletType.java57 public GanttTaskViewletType(String changeable) { argument
58 super(changeable);
H A DChartBarViewletType.java60 public ChartBarViewletType(String changeable) { argument
61 super(changeable);
H A DTextViewletType.java51 public TextViewletType(String changeable) { argument
52 super(changeable);
H A DBoundsViewletType.java50 public BoundsViewletType(String changeable) { argument
51 super(changeable);
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DElementType.java30 private static String changeable = "changeable"; field in class:ElementType
36 * Set to the module implementing the "changeable" variable
37 * interface, or null if not changeable
46 * Read the solver for this changeable element type, or null.
55 if(changeable.equals(term.functor()) && term.arity()==2)
67 throw new VisException("Could not parse changeable element type from "+term);
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dannotate.tex406 array([fixed], changeable(foo, any))),
409 This \emph{changeable} element type can appear in any form of the
418 array([fixed,fixed], changeable(foo, any))),
430 viewable_create(network, G, graph(fixed,changeable(foo,graph_data))),
H A Dclients.tex214 \caption{The VC showing various viewers for the changeable solver example.}
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Drepair.pl160 changeable(repair,Type) as its element type.

Completed in 137 milliseconds