| Package | Description |
|---|---|
| org.cytoscape.filter.model |
Provides interfaces and classes for defining
Transformers and
Filters. |
| Modifier and Type | Method and Description |
|---|---|
CompositeFilter.Type |
CompositeFilter.getType()
Returns the type of combining semantics used by this filter.
|
static CompositeFilter.Type |
CompositeFilter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeFilter.Type[] |
CompositeFilter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeFilter.setType(CompositeFilter.Type type)
Sets the type of combining semantics used by this filter.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.