org.gjt.universe
Class Relationship
java.lang.Object
|
+--org.gjt.universe.Relationship
- public final class Relationship
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
private RelationshipType type
Relationship
public Relationship(CivID me,
CivID AID)
Relationship
public Relationship(CivID me,
SystemID SID)
Relationship
public Relationship(CivID me,
PlanetID PID)
Relationship
public Relationship(CivID me,
StationID BID)
Relationship
public Relationship(CivID me,
FleetID FID)
getRelationshipType
public static RelationshipType getRelationshipType(CivID me,
CivID AID)
getRelationshipType
public static RelationshipType getRelationshipType(CivID me,
SystemID SID)
getRelationshipType
public static RelationshipType getRelationshipType(CivID me,
PlanetID PID)
getRelationshipType
public static RelationshipType getRelationshipType(CivID me,
StationID BID)
getRelationshipType
public static RelationshipType getRelationshipType(CivID me,
FleetID FID)
getType
public RelationshipType getType()
getString
public java.lang.String getString()
Copyright © 2001 Universe Dev Team All Rights Reserved.