public interface VirtualColumnInfo
CyTable.addVirtualColumn(java.lang.String, java.lang.String, org.cytoscape.model.CyTable, java.lang.String, boolean)
for details on
what virtual columns are.Module: model-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>model-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
String |
getSourceColumn()
Returns the name of the column from the source table which contains the
values this column provides.
|
String |
getSourceJoinKey()
Returns the name of the column from the source table used for the join.
|
CyTable |
getSourceTable()
Returns the originating table for this column if this column is virtual.
|
String |
getTargetJoinKey()
Returns the name of the column from the target table used for the join.
|
boolean |
isImmutable()
Returns true if this virtual column was originally created
immutable.
|
boolean |
isVirtual()
Returns true if the column is virtual, otherwise false.
|
boolean isVirtual()
String getSourceColumn()
String getSourceJoinKey()
String getTargetJoinKey()
CyTable getSourceTable()
boolean isImmutable()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.