jcreek.cke.util
Class SelectionSet
java.lang.Object
jcreek.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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vl
protected VertexList vl
rl
protected RelationList rl
SelectionSet
public SelectionSet(VertexList vl,
RelationList rl)
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