JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.ibm.wala.util.graph
GXL
EntityTypes
Contents
Description
Method Summary
Method Details
type(T)
type(Graph)
type(T, T)
Hide sidebar
Show sidebar
Interface GXL.EntityTypes<
T
>
Enclosing class:
GXL
public static interface
GXL.EntityTypes<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
type
(
Graph
<
T
> entity)
String
type
(
T
entity)
String
type
(
T
from,
T
to)
Method Details
type
String
type
(
T
entity)
type
String
type
(
Graph
<
T
> entity)
type
String
type
(
T
from,
T
to)