|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentType | |
---|---|
uaa.feral.social | |
uaa.feral.social.network |
Uses of AgentType in uaa.feral.social |
---|
Methods in uaa.feral.social that return AgentType | |
---|---|
AgentType |
Person.getAgentType()
|
AgentType |
Person.getType()
|
Methods in uaa.feral.social with parameters of type AgentType | |
---|---|
void |
Person.setAgentType(AgentType agentType)
|
void |
Person.setType(AgentType type)
|
Uses of AgentType in uaa.feral.social.network |
---|
Methods in uaa.feral.social.network that return AgentType | |
---|---|
AgentType |
RelationshipEdge.getType()
|
static AgentType |
AgentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AgentType[] |
AgentType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in uaa.feral.social.network with parameters of type AgentType | |
---|---|
void |
RelationshipEdge.setType(AgentType type)
|
Constructors in uaa.feral.social.network with parameters of type AgentType | |
---|---|
RelationshipEdge(T source,
T target,
AgentType type)
Method to create a relationship edge |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |