org.encog.ca.universe
Interface Universe

All Known Implementing Classes:
BasicUniverse

public interface Universe


Method Summary
 double calculatePercentInvalid()
           
 Object clone()
           
 double compare(Universe world)
           
 void copy(Universe world)
           
 UniverseCell get(int otherRow, int otherCol)
           
 UniverseCellFactory getCellFactory()
           
 int getColumns()
           
 int getRows()
           
 boolean isValid(int otherRow, int otherCol)
           
 void randomize()
           
 

Method Detail

getRows

int getRows()

getColumns

int getColumns()

get

UniverseCell get(int otherRow,
                 int otherCol)

isValid

boolean isValid(int otherRow,
                int otherCol)

clone

Object clone()

copy

void copy(Universe world)

compare

double compare(Universe world)

randomize

void randomize()

getCellFactory

UniverseCellFactory getCellFactory()

calculatePercentInvalid

double calculatePercentInvalid()


Copyright © 2014. All Rights Reserved.