Package net.sf.colossus.game
Class RecruitGraph.RecruitVertex
java.lang.Object
net.sf.colossus.game.RecruitGraph.RecruitVertex
- Enclosing class:
RecruitGraph
The vertex of the Recruit Graph
- Author:
- Romain Dolbeau
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final RecruitGraph
private final List
<RecruitGraph.RecruitEdge> private final List
<RecruitGraph.RecruitEdge> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
boolean
(package private) String
(package private) List
<RecruitGraph.RecruitEdge> (package private) List
<RecruitGraph.RecruitEdge> (package private) int
toString()
-
Field Details
-
cre
-
graph
-
outgoingEdges
-
incomingEdges
-
-
Constructor Details
-
RecruitVertex
RecruitVertex(String name, RecruitGraph graph)
-
-
Method Details
-
getOutgoingEdges
List<RecruitGraph.RecruitEdge> getOutgoingEdges() -
getIncomingEdges
List<RecruitGraph.RecruitEdge> getIncomingEdges() -
addOutgoingEdge
-
addIncomingEdge
-
getCreatureName
String getCreatureName() -
getRemaining
int getRemaining() -
equals
-
toString
-