|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.gjt.universe.Relationship
| Field Summary | |
private RelationshipType |
type
|
| Constructor Summary | |
Relationship(CivID me,
CivID AID)
|
|
Relationship(CivID me,
FleetID FID)
|
|
Relationship(CivID me,
PlanetID PID)
|
|
Relationship(CivID me,
StationID BID)
|
|
Relationship(CivID me,
SystemID SID)
|
|
| Method Summary | |
static RelationshipType |
getRelationshipType(CivID me,
CivID AID)
|
static RelationshipType |
getRelationshipType(CivID me,
FleetID FID)
|
static RelationshipType |
getRelationshipType(CivID me,
PlanetID PID)
|
static RelationshipType |
getRelationshipType(CivID me,
StationID BID)
|
static RelationshipType |
getRelationshipType(CivID me,
SystemID SID)
|
java.lang.String |
getString()
|
RelationshipType |
getType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private RelationshipType type
| Constructor Detail |
public Relationship(CivID me,
CivID AID)
public Relationship(CivID me,
SystemID SID)
public Relationship(CivID me,
PlanetID PID)
public Relationship(CivID me,
StationID BID)
public Relationship(CivID me,
FleetID FID)
| Method Detail |
public static RelationshipType getRelationshipType(CivID me,
CivID AID)
public static RelationshipType getRelationshipType(CivID me,
SystemID SID)
public static RelationshipType getRelationshipType(CivID me,
PlanetID PID)
public static RelationshipType getRelationshipType(CivID me,
StationID BID)
public static RelationshipType getRelationshipType(CivID me,
FleetID FID)
public RelationshipType getType()
public java.lang.String getString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||