|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VirtualColumnInfo
Information object for columns that stores extra Virtual Column information
if applicable. See CyTable.addVirtualColumn(java.lang.String, java.lang.String, org.cytoscape.model.CyTable, java.lang.String, boolean)
for details on
what virtual columns are.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean isVirtual()
String getSourceColumn()
String getSourceJoinKey()
String getTargetJoinKey()
CyTable getSourceTable()
boolean isImmutable()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |