Interface GraphVertex
-
- All Known Implementing Classes:
GraphVertexImpl
public interface GraphVertex
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Application
getApplication()
BusinessService
getBusinessService()
IpService
getIpService()
int
getLevel()
ReductionFunction
getReductionFunction()
String
getReductionKey()
Status
getStatus()
void
setStatus(Status status)
-
-
-
Method Detail
-
getLevel
int getLevel()
-
setStatus
void setStatus(Status status)
-
getStatus
Status getStatus()
-
getReductionFunction
ReductionFunction getReductionFunction()
-
getReductionKey
String getReductionKey()
-
getBusinessService
BusinessService getBusinessService()
-
getIpService
IpService getIpService()
-
getApplication
Application getApplication()
-
-