org.gjt.universe
Class Relationship

java.lang.Object
  |
  +--org.gjt.universe.Relationship

public final class Relationship
extends java.lang.Object


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

type

private RelationshipType type
Constructor Detail

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)
Method Detail

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.