public class CogHeader
extends java.lang.Object
Copyright 2005-2009 Partner Software, Inc.
| Constructor and Description |
|---|
CogHeader()
Creates an empty CogHeader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCogEventListener(CogEventListener nosey) |
CogHeader |
copy()
Creates a complete, deep copy of this CogHeader.
|
void |
dispatchEvent(CogEvent event) |
boolean |
equals(java.lang.Object nother) |
CogSchema |
getSchema()
Gets the schema that defines the data types for this cog's nodes.
|
void |
removeCogEventListener(CogEventListener nosey) |
void |
setSchema(CogSchema newSchema)
Sets the schema that defines the data types for this cog's nodes.
|
java.lang.String |
toString() |
public CogSchema getSchema()
public void setSchema(CogSchema newSchema)
newSchema - schema for this cogpublic CogHeader copy()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object nother)
equals in class java.lang.Objectpublic void dispatchEvent(CogEvent event)
public void addCogEventListener(CogEventListener nosey)
public void removeCogEventListener(CogEventListener nosey)