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 Stringprivate final RecruitGraphprivate final List<RecruitGraph.RecruitEdge> private final List<RecruitGraph.RecruitEdge> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) voidboolean(package private) String(package private) List<RecruitGraph.RecruitEdge> (package private) List<RecruitGraph.RecruitEdge> (package private) inttoString()
-
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
-