T
- The generic type of this Range.public interface Range<T>
VisualProperty
s.Module: viewmodel-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>viewmodel-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
Class<T> |
getType()
Type of object used in this range.
|
boolean |
inRange(T value)
Return true if the given value is in the range defined in this class.
|
boolean |
isDiscrete()
If this range is a set of discrete values, return true.
|
boolean isDiscrete()
boolean inRange(T value)
value
- any value to be tested.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.