jcreek.cke.util
Class SelectionSet

java.lang.Object
  extended byjcreek.cke.util.SelectionSet
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class SelectionSet
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

Title: JavaCreek Description: A Case based Reasoning Approach in java Copyright: Copyright (c) 2002 Company: Phil

Version:
1.0
Author:
Victor
See Also:
Serialized Form

Field Summary
protected  RelationList rl
           
protected  VertexList vl
           
 
Constructor Summary
SelectionSet(VertexList vl, RelationList rl)
           
 
Method Summary
 java.lang.Object clone()
           
 SelectionSet copy()
           
 RelationList getRelationList()
           
 VertexList getVertexList()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vl

protected VertexList vl

rl

protected RelationList rl
Constructor Detail

SelectionSet

public SelectionSet(VertexList vl,
                    RelationList rl)
Method Detail

getVertexList

public VertexList getVertexList()

getRelationList

public RelationList getRelationList()

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException

copy

public SelectionSet copy()


Created at IDI, NTNU by the Artificial Intelligence and Learning group