com.cyc.cycjava.cycl.sbhl
Class sbhl_links.$sbhl_undirected_link_native

java.lang.Object
  extended by com.cyc.tool.subl.jrtl.nativeCode.type.core.AbstractSubLObject
      extended by com.cyc.tool.subl.jrtl.nativeCode.type.core.AbstractSubLStruct
          extended by com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLStructNative
              extended by com.cyc.cycjava.cycl.sbhl.sbhl_links.$sbhl_undirected_link_native
All Implemented Interfaces:
SubLObject, SubLStruct, java.lang.Cloneable
Enclosing class:
sbhl_links

public static final class sbhl_links.$sbhl_undirected_link_native
extends SubLStructNative


Field Summary
 SubLObject $links
           
 
Fields inherited from class com.cyc.tool.subl.jrtl.nativeCode.type.core.AbstractSubLStruct
STRUCT_TYPE_NAME
 
Fields inherited from interface com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLObject
DEFAULT_EXCEEDED_HASH_VALUE, DO_CHECK_TYPES, DO_PARANOID_TYPE_CHECKING, MAX_HASH_DEPTH, MAX_HASH_LENGTH
 
Constructor Summary
sbhl_links.$sbhl_undirected_link_native()
           
 
Method Summary
 SubLObject getField2()
          Method created to avoid casting
 SubLStructDecl getStructDecl()
           
 SubLObject setField2(SubLObject value)
          Method created to avoid casting
 
Methods inherited from class com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLStructNative
canFastHash, clear, getField, getField0, getField1, getName, isAtom, isBigIntegerBignum, isBignum, isBoolean, isChar, isCons, isDouble, isEnvironment, isError, isFixnum, isFunction, isFunctionSpec, isGuid, isHashtable, isHashtableIterator, isIntBignum, isInteger, isKeyhash, isKeyhashIterator, isKeyword, isList, isLock, isLongBignum, isMacroOperator, isNil, isNumber, isPackage, isProcess, isReadWriteLock, isRegexPattern, isSemaphore, isSequence, isStream, isString, isStructure, isSymbol, isVector, setField, setField0, setField1, setName, structures_bag_p
 
Methods inherited from class com.cyc.tool.subl.jrtl.nativeCode.type.core.AbstractSubLStruct
equalp, equals, getField, getFieldCount, getType, getTypeCode, hashCode, id, init, setField, toString, toStruct, toTypeName
 
Methods inherited from class com.cyc.tool.subl.jrtl.nativeCode.type.core.AbstractSubLObject
add, addKey, asArrayList, asConsList, bigIntegerValue, bind, charValue, checkType, checkTypeInternal, clone, currentBinding, dec, doubleValue, eighth, enforceType, enforceTypeInternal, eql, equal, eval, fifth, first, fourth, get, get, getCharacter, getField10, getField11, getField12, getField13, getField14, getField15, getField16, getField17, getField18, getField19, getField20, getField3, getField4, getField5, getField6, getField7, getField8, getField9, getFileDesignator, getFunc, getNumSize, getStream, getString, hashCode, hasKey, inc, intValue, isArrayBased, isNegative, isPositive, isZero, last, longValue, makeCopy, makeDeepCopy, mult, ninth, nthCdr, numE, numG, numGE, numL, numLE, put, rebind, remKey, remove, rest, reverse, second, set, setField10, setField11, setField12, setField13, setField14, setField15, setField16, setField17, setField18, setField19, setField20, setField3, setField4, setField5, setField6, setField7, setField8, setField9, setFirst, setRest, seventh, sixth, size, sub, superHash, tenth, third, toChar, toCons, toDouble, toEnv, toFixnum, toGuid, toHashtable, toHashtableIterator, toInputBinaryStream, toInputStream, toInputTextStream, toInteger, toKeyhash, toKeyhashIterator, toList, toLock, toMacro, toNumber, toOutputBinaryStream, toOutputStream, toOutputTextStream, toPackage, toProcess, toReadWriteLock, toRegexPattern, toSemaphore, toSeq, toStr, toSymbol, toVect
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLStruct
getField, getFieldCount, id, setField
 
Methods inherited from interface com.cyc.tool.subl.jrtl.nativeCode.type.core.SubLObject
add, addKey, asArrayList, asConsList, bigIntegerValue, bind, charValue, checkType, checkTypeInternal, clone, currentBinding, dec, doubleValue, eighth, enforceType, enforceTypeInternal, eql, equal, equalp, eval, fifth, first, fourth, get, get, getCharacter, getField10, getField11, getField12, getField13, getField14, getField15, getField16, getField17, getField18, getField19, getField20, getField3, getField4, getField5, getField6, getField7, getField8, getField9, getFileDesignator, getFunc, getNumSize, getStream, getString, getType, getTypeCode, hashCode, hasKey, inc, intValue, isArrayBased, isNegative, isPositive, isZero, last, longValue, makeCopy, makeDeepCopy, mult, ninth, nthCdr, numE, numG, numGE, numL, numLE, put, rebind, remKey, remove, rest, reverse, second, set, setField10, setField11, setField12, setField13, setField14, setField15, setField16, setField17, setField18, setField19, setField20, setField3, setField4, setField5, setField6, setField7, setField8, setField9, setFirst, setRest, seventh, sixth, size, sub, superHash, tenth, third, toChar, toCons, toDouble, toEnv, toFixnum, toGuid, toHashtable, toHashtableIterator, toInputBinaryStream, toInputStream, toInputTextStream, toInteger, toKeyhash, toKeyhashIterator, toList, toLock, toMacro, toNumber, toOutputBinaryStream, toOutputStream, toOutputTextStream, toPackage, toProcess, toReadWriteLock, toRegexPattern, toSemaphore, toSeq, toStr, toStruct, toSymbol, toTypeName, toVect
 

Field Detail

$links

public SubLObject $links
Constructor Detail

sbhl_links.$sbhl_undirected_link_native

public sbhl_links.$sbhl_undirected_link_native()
Method Detail

getStructDecl

public SubLStructDecl getStructDecl()

getField2

public SubLObject getField2()
Description copied from class: AbstractSubLObject
Method created to avoid casting

Specified by:
getField2 in interface SubLObject
Overrides:
getField2 in class AbstractSubLObject

setField2

public SubLObject setField2(SubLObject value)
Description copied from class: AbstractSubLObject
Method created to avoid casting

Specified by:
setField2 in interface SubLObject
Overrides:
setField2 in class AbstractSubLObject